summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordequis2015-12-08 20:26:18 -0300
committerdequis2015-12-08 20:26:18 -0300
commit43c74ba5cfc7954ca4398c48df293f85cb49cea2 (patch)
tree759abcc883d231469e260c8a382c9ce5bb1f64fc /PKGBUILD
parentc28db2382d2c2673041a189cb1e08fd6d0aa26fc (diff)
downloadaur-43c74ba5cfc7954ca4398c48df293f85cb49cea2.tar.gz
4.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 175d429dc847..8c803e332efe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Previous maintainer: Joel Teichroeb <joel@teichroeb.net>
pkgname=rr
-pkgver=4.0.1
+pkgver=4.0.3
pkgrel=1
pkgdesc='a nondeterministic debugger'
arch=(i686 x86_64)
@@ -11,7 +11,7 @@ license=('custom')
depends=('libpfm4' 'libdisasm' 'python2-pexpect')
makedepends=('git' 'cmake' 'gcc-multilib')
source=(https://github.com/mozilla/${pkgname}/archive/${pkgver}.tar.gz)
-sha1sums=('6500d2e648b6470f3d70a0e67558da76e305926d')
+sha1sums=('d41f76d1207fbc153a50dee93f7a9383d8b5e597')
prepare() {
cd $pkgname-$pkgver