summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordequis2016-06-30 20:07:39 -0300
committerdequis2016-06-30 20:07:39 -0300
commit161c6660ddf57a8781e1af90396ba4fbcf7ebc9d (patch)
treeda1eab790e159668936f03cdf38909aaaaba9939 /PKGBUILD
parent88e38df67b910cbeb31067bcad8f929241cef33a (diff)
downloadaur-161c6660ddf57a8781e1af90396ba4fbcf7ebc9d.tar.gz
4.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cadcce45754..36e91d7c2d03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Previous maintainer: Joel Teichroeb <joel@teichroeb.net>
pkgname=rr
-pkgver=4.2.0
+pkgver=4.3.0
pkgrel=1
pkgdesc='Record and Replay framework: lightweight recording and deterministic debugging'
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ depends=('python2-pexpect' 'gdb')
makedepends=('git' 'cmake' 'gdb')
[ "$CARCH" = 'x86_64' ] && makedepends+=('gcc-multilib')
source=(https://github.com/mozilla/${pkgname}/archive/${pkgver}.tar.gz)
-sha1sums=('625148bcdbf27a1b94ddf1cb1737bcf0176deb1d')
+sha1sums=('abaf0e13d0e1c80b30846507c7af574484b819e0')
prepare() {
cd $pkgname-$pkgver