summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1755db371152..a24dc7c1161c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,9 +3,8 @@ pkgbase = gnunet-python-git
pkgver = r44.a3707a2
pkgrel = 1
url = http://gnunet.org
- arch = i686
- arch = x86_64
- license = AGPL3
+ arch = any
+ license = GPL
depends = gnunet
depends = python
provides = gnunet-python
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')