summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01b7be9ea50e..3450de35a0e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = nidhugg-git
pkgdesc = A bug-finding tool for concurrency and weak-memory bugs in C and C++ programs
- pkgver = 0.2.r21.ea22422
- pkgrel = 1
+ pkgver = 0.2.r152.ea22422
+ pkgrel = 2
url = https://github.com/nidhugg/nidhugg
arch = x86_64
arch = i686
license = GPL
+ makedepends = llvm
makedepends = boost
depends = python
depends = clang
- provides = nidhugg=0.2.r21.ea22422
+ provides = nidhugg=0.2.r152.ea22422
conflicts = nidhugg
- source = git://github.com/nidhugg/nidhugg.git#branch=master
+ source = git://github.com/nidhugg/nidhugg.git
sha256sums = SKIP
pkgname = nidhugg-git
diff --git a/PKGBUILD b/PKGBUILD
index c0a905aea489..e1bf0daa374f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Magnus Lång <magnus.lang@it.uu.se>
pkgname=nidhugg-git
-pkgver=0.2.r21.ea22422
-pkgrel=1
+pkgver=0.2.r152.ea22422
+pkgrel=2
pkgdesc="A bug-finding tool for concurrency and weak-memory bugs in C and C++ programs"
arch=('x86_64' 'i686')
url="https://github.com/nidhugg/nidhugg"
@@ -11,7 +11,7 @@ makedepends=('llvm'
'boost') # For check() only
provides=("nidhugg=$pkgver")
conflicts=('nidhugg')
-source=("git://github.com/nidhugg/nidhugg.git#branch=master")
+source=("git://github.com/nidhugg/nidhugg.git")
sha256sums=('SKIP')
pkgver() {