summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrrossum2016-08-10 14:19:19 +0200
committerdrrossum2016-08-10 14:19:19 +0200
commit75cd8c7675af27ee1048f60cdb2d4c501ab4aba6 (patch)
tree9191c3d1944f1ae7d32a131bd6c49d6f1080ae7d
parent77bfe428ea22a483942787fd9a7dd248c95eb92d (diff)
downloadaur-75cd8c7675af27ee1048f60cdb2d4c501ab4aba6.tar.gz
update arch to any
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 412d30f09a53..892dce729e71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
-# Thu Jun 9 06:28:49 UTC 2016
+# Wed Aug 10 12:19:00 UTC 2016
pkgbase = python2-dulwich
pkgdesc = Dulwich is a pure-Python implementation of the Git file formats and protocols.
pkgver = 0.13.0
pkgrel = 1
url = http://samba.org/~jelmer/dulwich/
- arch = i686
- arch = x86_64
+ arch = any
license = GPL2
depends = python2
source = https://www.dulwich.io/releases/dulwich-0.13.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 62e8252fa24e..dadee8cecaf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=python2-dulwich
pkgver=0.13.0
pkgrel=1
pkgdesc="Dulwich is a pure-Python implementation of the Git file formats and protocols."
-arch=('i686' 'x86_64')
+arch=('any')
url="http://samba.org/~jelmer/dulwich/"
license=('GPL2')
depends=('python2')