summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQirui Wang2019-03-20 14:02:18 -0400
committerQirui Wang2019-03-20 14:02:18 -0400
commitb0b7f73592eb6923ce91ec459c0cabd083a26f49 (patch)
tree6a1892a02c91d1d338f04e7b2af37a66251d1be6 /PKGBUILD
parent307a093f7869c171a10d0f6f453410e40cd5f667 (diff)
downloadaur-b0b7f73592eb6923ce91ec459c0cabd083a26f49.tar.gz
Fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ccb1321933f..4f44908d8ca9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_name=rumur
pkgname="$_name-git"
-pkgver=2019.03.11.r11.g9626824
+pkgver=2019.03.11.r17.g7e9addb
pkgrel=1
pkgdesc="Yet another Murphi model checker"
arch=('x86_64')
url="https://github.com/Smattr/rumur"
license=('custom')
depends=('gmp')
-makedepends=('git' 'cmake' 'bison' 'flex' 'bison' 'flex')
+makedepends=('git' 'cmake' 'bison>=3.3.2' 'flex' 'python')
provides=("$_name")
conflicts=("$_name")
source=("git+https://github.com/Smattr/$_name.git")