summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordequis2015-10-23 06:42:43 -0300
committerdequis2015-10-23 06:42:43 -0300
commit49442205b7c8a42ffb38298f86a035488d98400d (patch)
tree41f48605322b0a1c1d25037505af3c924f578f17 /PKGBUILD
parent64e77533b8b3cc48ae2053d2a0a9e9a69dbd17af (diff)
downloadaur-49442205b7c8a42ffb38298f86a035488d98400d.tar.gz
Update to 4.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18c1e5e88860..cf1e6cb21256 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Previous maintainer: Joel Teichroeb <joel@teichroeb.net>
pkgname=rr
-pkgver=3.2.0
+pkgver=4.0.0
pkgrel=1
pkgdesc='a nondeterministic debugger'
arch=(i686 x86_64)
@@ -11,7 +11,7 @@ license=('custom')
depends=('libpfm4' 'libdisasm' 'python2-pexpect')
makedepends=('git' 'cmake')
source=(https://github.com/mozilla/${pkgname}/archive/${pkgver}.tar.gz)
-sha1sums=('59ae73f4402aa522b1c46a30788982179b68222d')
+sha1sums=('e0a172121f82224bd2b8c96327eaa72816a640b2')
prepare() {
cd $pkgname-$pkgver