summarylogtreecommitdiffstats
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
parent7d96bc43d1eea8be519a29df8436b7f452414dff (diff)
downloadaur-1fe487e489a5fae9e149f3112121a985013e26b5.tar.gz
update to 5.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ec68c83de6c..853c7059219f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rr
pkgdesc = Record and Replay framework: lightweight recording and deterministic debugging
- pkgver = 5.3.0
+ pkgver = 5.4.0
pkgrel = 5
url = http://rr-project.org/
arch = i686
@@ -13,8 +13,8 @@ pkgbase = rr
depends = gdb
depends = capnproto
options = !strip
- source = rr-5.3.0.tar.gz::https://github.com/mozilla/rr/archive/5.3.0.tar.gz
- sha1sums = 4ed678804f8fe94a0b0e0556981c48d9b135cc1d
+ source = rr-5.4.0.tar.gz::https://github.com/rr-debugger/rr/archive/5.4.0.tar.gz
+ sha1sums = b4716dd10b01ae4b8d35ae08f4f67fc46f0693d9
pkgname = rr
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