summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCody P Schafer2018-11-18 12:44:12 -0500
committerCody P Schafer2018-11-18 12:44:12 -0500
commit87e1f2b873718b3c66e0eb11850c2530ec5283f3 (patch)
treeb7ea5a3894b7b799d5088c0f4383b8aad009fccf
parent6339915404c31997e3324785483c2b1358c7bb31 (diff)
downloadaur-87e1f2b873718b3c66e0eb11850c2530ec5283f3.tar.gz
use informative source filename
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28018bd5778c..98dec1c08e5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('custom')
depends=('python2-pexpect' 'gdb' 'capnproto')
makedepends=('git' 'cmake' 'gdb' 'ninja')
source=(
- https://github.com/mozilla/${pkgname}/archive/${pkgver}.tar.gz
+ $pkgname-$pkgver.tar.gz::https://github.com/mozilla/${pkgname}/archive/${pkgver}.tar.gz
https://github.com/mozilla/rr/commit/53c5bd72bae089616a3ca626b8af240481d70e6f.patch
file://0001-avoid-overriding-external-opt-debug-flags.patch
)