summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Glamsch2018-11-30 20:11:31 +0100
committerThomas Glamsch2018-11-30 20:11:31 +0100
commit21d3b45eb5a34da9f631757cef6df31249a45376 (patch)
tree20bb22aa5c894a56dab973112e0092cef1d5aafe
parent123c8f1fc88ce530286a50e9d111191d9dcd331e (diff)
downloadaur-21d3b45eb5a34da9f631757cef6df31249a45376.tar.gz
Add missing build dependency swig.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19bd6b93a7c3..89edc810c7a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-xwiimote-git
_pkgname=xwiimote-bindings
pkgver=20131028
-pkgrel=1
+pkgrel=2
pkgdesc="Open Source Nintendo Wii Remote Linux Device Driver (Python Bindings)"
url="http://dvdhrm.github.io/xwiimote"
license=('MIT')
arch=('i686' 'x86_64')
depends=('xwiimote')
-makedepends=('git')
+makedepends=('git' 'swig')
source=('git://github.com/dvdhrm/xwiimote-bindings.git')
md5sums=('SKIP')