summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0190c0fed44..37cc7ee347bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = xbill
pkgdesc = A game that tests your reflexes as you seek and destroy all forms of Bill
pkgver = 2.1
- pkgrel = 10
+ pkgrel = 11
url = http://www.xbill.org/
install = xbill.install
arch = x86_64
+ arch = i686
license = GPL
makedepends = libxaw
depends = xaw3d
diff --git a/PKGBUILD b/PKGBUILD
index 6c7308835b39..aef0dd54bb65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Eric Bélanger <eric@archlinux.org>
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
+# Contributor: Eric Bélanger <eric@archlinux.org>
pkgname=xbill
pkgver=2.1
-pkgrel=10
+pkgrel=11
pkgdesc="A game that tests your reflexes as you seek and destroy all forms of Bill"
-arch=('x86_64')
+arch=('x86_64' 'i686')
url="http://www.xbill.org/"
license=('GPL')
depends=('xaw3d' 'libxpm')