summaryrefslogtreecommitdiffstats
path: root/abs/extra/community
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/community')
-rw-r--r--abs/extra/community/cwiid-git/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/extra/community/cwiid-git/PKGBUILD b/abs/extra/community/cwiid-git/PKGBUILD
index b87571a..2a88d26 100644
--- a/abs/extra/community/cwiid-git/PKGBUILD
+++ b/abs/extra/community/cwiid-git/PKGBUILD
@@ -1,7 +1,7 @@
#Contributor:Andrea Tarocchi <valdar@email.it>
pkgname=cwiid-git
#pkgver=`date +%Y%m%d`
-pkgver=20101204
+pkgver=20111102
pkgrel=1
pkgdesc="Cwiid-git is the bleeding edge version of a wiimote's driver and utility tools"
arch=('i686' 'x86_64')
@@ -40,7 +40,7 @@ build() {
aclocal
autoreconf
- ./configure --prefix=/usr --sysconfdir=/etc --with-python=python`python2 --version 2>&1 | cut -d ' ' -f2` --disable-ldconfig
+ ./configure --prefix=/usr --sysconfdir=/etc --with-python=python2 --disable-ldconfig
make || return 1
}
@@ -64,3 +64,4 @@ package() {
# install -D -m644 ./wminput/README $pkgdir/usr/share/doc/cwiid/wminput
}
+md5sums=()