summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCody P Schafer2020-11-14 20:40:59 -0500
committerCody P Schafer2020-11-14 20:40:59 -0500
commit1fe487e489a5fae9e149f3112121a985013e26b5 (patch)
treec2d5379546123126404281b96b5f25c7dd2f5c01 /PKGBUILD
parent7d96bc43d1eea8be519a29df8436b7f452414dff (diff)
downloadaur-1fe487e489a5fae9e149f3112121a985013e26b5.tar.gz
update to 5.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f97feb8c427b..023a46cdfe27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Previous maintainer: Joel Teichroeb <joel@teichroeb.net>
pkgname=rr
-pkgver=5.3.0
+pkgver=5.4.0
pkgrel=5
pkgdesc='Record and Replay framework: lightweight recording and deterministic debugging'
arch=(i686 x86_64)
@@ -14,9 +14,9 @@ makedepends=('git' 'cmake' 'gdb' 'ninja')
options=(!strip)
source=(
- $pkgname-$pkgver.tar.gz::https://github.com/mozilla/${pkgname}/archive/${pkgver}.tar.gz
+ $pkgname-$pkgver.tar.gz::https://github.com/rr-debugger/${pkgname}/archive/${pkgver}.tar.gz
)
-sha1sums=('4ed678804f8fe94a0b0e0556981c48d9b135cc1d')
+sha1sums=('b4716dd10b01ae4b8d35ae08f4f67fc46f0693d9')
prepare() {
cd $pkgname-$pkgver