summaryrefslogtreecommitdiff
path: root/community/wmctrl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/wmctrl/PKGBUILD')
-rw-r--r--community/wmctrl/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/wmctrl/PKGBUILD b/community/wmctrl/PKGBUILD
index 92cb2c484..0824dcc66 100644
--- a/community/wmctrl/PKGBUILD
+++ b/community/wmctrl/PKGBUILD
@@ -5,10 +5,10 @@
pkgname=wmctrl
pkgver=1.07
-pkgrel=3
+pkgrel=3.1
pkgdesc="Control your EWMH compliant window manager from command line"
url="http://sweb.cz/tripie/utils/wmctrl/"
-arch=('i686' 'x86_64')
+arch=('i686' 'mips64el')
license=('GPL')
depends=(libxmu glib2)
source=(http://sweb.cz/tripie/utils/wmctrl/dist/$pkgname-$pkgver.tar.gz
@@ -27,4 +27,3 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make prefix="$pkgdir/usr" install
}
-