summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCody Schafer2019-08-20 13:37:34 -0400
committerCody Schafer2019-08-20 13:37:34 -0400
commitd34ce1e6145a6e9e0f35191c3b520fe7808af0c8 (patch)
treef2a671c411cc7c51547c4088b97460c476f44b1a /PKGBUILD
parent87e1f2b873718b3c66e0eb11850c2530ec5283f3 (diff)
downloadaur-d34ce1e6145a6e9e0f35191c3b520fe7808af0c8.tar.gz
it appears pythin2-pexpect is not needed for running rr
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98dec1c08e5c..e1a3a16d946b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=rr
pkgver=5.2.0
-pkgrel=3
+pkgrel=4
pkgdesc='Record and Replay framework: lightweight recording and deterministic debugging'
arch=(i686 x86_64)
url='http://rr-project.org/'
license=('custom')
-depends=('python2-pexpect' 'gdb' 'capnproto')
+depends=('gdb' 'capnproto')
makedepends=('git' 'cmake' 'gdb' 'ninja')
source=(
$pkgname-$pkgver.tar.gz::https://github.com/mozilla/${pkgname}/archive/${pkgver}.tar.gz