summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAidan Harris2016-11-28 03:44:39 +0000
committerAidan Harris2016-11-28 03:44:39 +0000
commit6f545bb487e96cb1dad5fb2f12da5b48f280cebe (patch)
tree00f15347952ad689cf64cb6b815029b1777016f6
parent118bff2c8f05ae91830876d95ac58b1baeae0011 (diff)
downloadaur-6f545bb487e96cb1dad5fb2f12da5b48f280cebe.tar.gz
Remove unecessary dependencies and alter license array
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d53a025fedf7..1c2571809798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,12 @@ url="https://alkasir.com/"
depends=('glibc')
makedepends=('links') # Links is needed to download the license agreement
optdepends=('google-chrome'
- 'google-chrome-beta'
- 'google-chrome-dev'
'chromium'
)
licenseURL='https://alkasir.com/en/License.html'
-license=("custom:$licenseURL")
+license=("custom"
+ "$licenseURL"
+)
pkgdesc="Alkasir is a cross-platform, open-source and robust website censorship circumvention tool that also maps censorship patterns around the world."
source=("https://github.com/alkasir/alkasir/releases/download/$pkgver/alkasir-client_linux-$_arch.tar.gz"
"alkasir-client.service")