summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbaed41f6830..7fe0b62c8f9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=rr
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='a nondeterministic debugger'
arch=(i686 x86_64)
url='http://rr-project.org/'
license=('custom')
-depends=('libpfm4' 'libdisasm' 'python2-pexpect')
+depends=('libpfm4' 'libdisasm' 'python2-pexpect' 'gcc-multilib')
makedepends=('git' 'cmake')
source=(https://github.com/mozilla/${pkgname}/archive/${pkgver}.tar.gz)
sha1sums=('e0a172121f82224bd2b8c96327eaa72816a640b2')