summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLartza2017-03-20 11:50:04 +0200
committerLartza2017-03-20 11:50:04 +0200
commitfc404a4f1f6bbdb77f2edbb904005deedd93a620 (patch)
tree52a6fc3c4783dfb1ea5650d1869a4be86a721050 /PKGBUILD
parent2c6aa65aefc19eac7429615ae98986bdd1fdb02a (diff)
downloadaur-fc404a4f1f6bbdb77f2edbb904005deedd93a620.tar.gz
Makedepends python
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b1f4b508e89..fe183909e8f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_use_zeroc_ice="0"
pkgname=murmur-git
-pkgver=1.2.5.980.ga59e166
+pkgver=1.2.5.2194.ge414bd3b
pkgrel=1
pkgdesc="The voice chat application server for Mumble (git version)"
arch=('i686' 'x86_64' 'armv7h')
@@ -18,7 +18,7 @@ if [[ ${_use_zeroc_ice} == "1" ]]; then
depends=( "${depends[@]}" zeroc-ice )
fi
-makedepends=('git' 'boost')
+makedepends=('git' 'boost' 'python')
conflicts=('murmur' 'murmur-static' 'murmur-ice')
provides=('murmur')
backup=("etc/murmur.ini")