diff options
Diffstat (limited to 'linux/makepkg')
| -rw-r--r-- | linux/makepkg/PKGBUILD | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index 18f9ebe..3f10589 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -1,17 +1,13 @@  # Maintainer: Aqua-sama <aqua at iserlohn-fortress dot net> -  ## not-use flags  # Enable plugin signing:  _signPlugins=0  # Enable breakpad integraton:  _enableBreakpad=0 -# test -_test=1  # install prefix  _prefix='/usr/local' -  pkgname=smolbote-git  pkgdesc='Yet another no-frills browser'  pkgver=0 @@ -37,7 +33,7 @@ options=(!buildflags)  # use git+file:///path/to/your/repo to build from a local repo  source=("git+https://library.iserlohn-fortress.net/aqua/smolbote.git" -        "git+https://github.com/itay-grudev/SingleApplication.git" +        "git+https://library.iserlohn-fortress.net/aqua/SingleApplication.git"          "git+https://github.com/Taywee/args")  sha512sums=('SKIP' | 
