summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2019-03-15 13:43:22 +0100
committerGordian Edenhofer2019-03-15 13:43:22 +0100
commit3925af8e283bcf98f6d0361699e407d0110e76b3 (patch)
tree1e240b57f30d9e9086595ba2dc638dd9a1c17aef
parent4ef1455f5a475622c410baa29eb0f9cdcb0efbee (diff)
downloadaur-3925af8e283bcf98f6d0361699e407d0110e76b3.tar.gz
upgpkg: bcc 0.9.0-1
Avoid name collisions of source files by giving the downloaded content a unique name.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d642e9834e10..fce5a1166075 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = bcc
makedepends = bison
makedepends = python
makedepends = python2
- source = https://github.com/iovisor/bcc/archive/v0.9.0.tar.gz
+ source = bcc-0.9.0.tar.gz::https://github.com/iovisor/bcc/archive/v0.9.0.tar.gz
source = libbpf-5beb8a2ebffd1045e3edb9b522d6ff5bb477c541.tar.gz::https://github.com/libbpf/libbpf/archive/5beb8a2ebffd1045e3edb9b522d6ff5bb477c541.tar.gz
sha512sums = 373080181380ec3bcb13469e29ff1f792e924a2df00a614da4647ed54060ad216525dd0f49c5d0afba7946a6d2f4e3475af97250a33db825945af3d165294091
sha512sums = 42e62d92785164d8ee6b0aecc2446c982ef56d4413b089367ab1fcb5895c5b8211ad060217c4e11cbea9b6d1dd98092076068a3cbc6beeed3e1a758226138809
diff --git a/PKGBUILD b/PKGBUILD
index d2e8cfefbaef..7db7a7b96785 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url='https://github.com/iovisor/bcc'
license=('Apache')
makedepends=('cmake' 'clang>=3.7.0' 'llvm>=3.7.0' 'flex' 'bison' 'python' 'python2')
checkdepends=('netperf' 'iperf')
-source=("https://github.com/iovisor/${pkgname}/archive/v${pkgver}.tar.gz"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/iovisor/${pkgname}/archive/v${pkgver}.tar.gz"
"libbpf-${_libbpf_commit}.tar.gz"::"https://github.com/libbpf/libbpf/archive/${_libbpf_commit}.tar.gz")
sha512sums=('373080181380ec3bcb13469e29ff1f792e924a2df00a614da4647ed54060ad216525dd0f49c5d0afba7946a6d2f4e3475af97250a33db825945af3d165294091'
'42e62d92785164d8ee6b0aecc2446c982ef56d4413b089367ab1fcb5895c5b8211ad060217c4e11cbea9b6d1dd98092076068a3cbc6beeed3e1a758226138809')