summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d471c170c50..651feca34f70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = python-ircmatch-git
pkgdesc = python extension for fast IRC mask matching and collapsing
pkgver = 1.2.18.0083a41
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mammon-ircd/ircmatch
- arch = any
+ arch = i686
+ arch = x86_64
license = custom
makedepends = python-setuptools
makedepends = python2-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index dfea6529a451..80d466808aed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgbase=python-ircmatch-git
pkgname=('python-ircmatch-git' 'python2-ircmatch-git')
pkgver=1.2.18.0083a41
-pkgrel=1
+pkgrel=2
pkgdesc="python extension for fast IRC mask matching and collapsing"
-arch=('any')
+arch=('i686' 'x86_64')
url="https://github.com/mammon-ircd/ircmatch"
license=('custom')
makedepends=('python-setuptools' 'python2-setuptools')