summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgrufo2021-08-23 02:03:50 +0100
committergrufo2021-08-23 02:03:50 +0100
commit3882691c3f0504078dca6bf06106c66d841b8347 (patch)
tree5149c5da2a19d60d84831a377b18f7fc55437f66 /PKGBUILD
parent27237717ef923d843f192ee4a13539669fe6e7e0 (diff)
downloadaur-3882691c3f0504078dca6bf06106c66d841b8347.tar.gz
Fix `$license` and `$arch`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 683cb4e7363f..6d3aa1940c88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgname="${_modname}-git"
pkgver='r44.a3707a2'
pkgrel=1
pkgdesc='Python bindings for GNUnet'
-arch=('i686' 'x86_64')
+arch=('any')
url="http://${_appname}.org"
-license=('AGPL3')
+license=('GPL')
conflicts=("${_modname}" "${_modname}-bin")
provides=("${_modname}")
depends=("${_appname}" 'python')