summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8f163b499a6..5a80355b2d51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Oct 1 23:54:02 UTC 2016
+# Sat Feb 4 14:51:53 UTC 2017
pkgbase = rr
pkgdesc = Record and Replay framework: lightweight recording and deterministic debugging
- pkgver = 4.4.0
+ pkgver = 4.5.0
pkgrel = 1
url = http://rr-project.org/
arch = i686
@@ -13,10 +13,8 @@ pkgbase = rr
makedepends = gdb
depends = python2-pexpect
depends = gdb
- source = https://github.com/mozilla/rr/archive/4.4.0.tar.gz
- source = https://github.com/mozilla/rr/commit/b17311c9f7720512f3a25e820c212d09d5799bcd.patch
- sha1sums = 3807fb7df4de049ca2dd65d1718fc8034c84bee8
- sha1sums = d453f07e8bee6be2e44b19b079ec030ba5fff968
+ source = https://github.com/mozilla/rr/archive/4.5.0.tar.gz
+ sha1sums = 70d3902c36fb1d0cd423cf1046df06f5153cba5b
pkgname = rr
diff --git a/PKGBUILD b/PKGBUILD
index c2933fdae7ce..937a8947a9aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Previous maintainer: Joel Teichroeb <joel@teichroeb.net>
pkgname=rr
-pkgver=4.4.0
+pkgver=4.5.0
pkgrel=1
pkgdesc='Record and Replay framework: lightweight recording and deterministic debugging'
arch=(i686 x86_64)
@@ -11,17 +11,12 @@ license=('custom')
depends=('python2-pexpect' 'gdb')
makedepends=('git' 'cmake' 'gdb')
[ "$CARCH" = 'x86_64' ] && makedepends+=('gcc-multilib')
-source=(https://github.com/mozilla/${pkgname}/archive/${pkgver}.tar.gz
- https://github.com/mozilla/rr/commit/b17311c9f7720512f3a25e820c212d09d5799bcd.patch)
-sha1sums=('3807fb7df4de049ca2dd65d1718fc8034c84bee8'
- 'd453f07e8bee6be2e44b19b079ec030ba5fff968')
+source=(https://github.com/mozilla/${pkgname}/archive/${pkgver}.tar.gz)
+sha1sums=('70d3902c36fb1d0cd423cf1046df06f5153cba5b')
prepare() {
cd $pkgname-$pkgver
mkdir -p build
-
- # Make ptrace test work if compiled with PIC
- patch -p1 -i ../b17311c9f7720512f3a25e820c212d09d5799bcd.patch
}
build() {