summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fe0b62c8f9f..24ba5bb78fd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Previous maintainer: Joel Teichroeb <joel@teichroeb.net>
pkgname=rr
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.0.1
+pkgrel=1
pkgdesc='a nondeterministic debugger'
arch=(i686 x86_64)
url='http://rr-project.org/'
@@ -11,7 +11,7 @@ license=('custom')
depends=('libpfm4' 'libdisasm' 'python2-pexpect' 'gcc-multilib')
makedepends=('git' 'cmake')
source=(https://github.com/mozilla/${pkgname}/archive/${pkgver}.tar.gz)
-sha1sums=('e0a172121f82224bd2b8c96327eaa72816a640b2')
+sha1sums=('6500d2e648b6470f3d70a0e67558da76e305926d')
prepare() {
cd $pkgname-$pkgver