diff options
-rw-r--r-- | abs/extra/evrouter/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/evrouter/PKGBUILD b/abs/extra/evrouter/PKGBUILD index 0f7d7b7..a50f453 100644 --- a/abs/extra/evrouter/PKGBUILD +++ b/abs/extra/evrouter/PKGBUILD @@ -1,9 +1,9 @@ # Contributor: Jonathan Liu <net147@hotmail.com> pkgname=evrouter pkgver=0.4 -pkgrel=1 +pkgrel=2 pkgdesc="An Input Event Router for Linux" -arch=(i686) +arch=(i686 x86_64) url="http://www.bedroomlan.org/~alexios/coding_evrouter.html" license=('GPL2') depends=('libxt' 'libxtst' 'xorg-server') |