summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2016-11-04 21:19:35 +0000
committerJonathon Fernyhough2016-11-04 21:19:35 +0000
commita84666ad831d45864c88ac4529cc3a6281275830 (patch)
tree2d2b7b369f3563bb6212edd87346df0b1013706d /PKGBUILD
parent30577d8c738aa6d1f02cd52e3ebe7da6f8205e56 (diff)
downloadaur-a84666ad831d45864c88ac4529cc3a6281275830.tar.gz
Explicitly set download archive filename
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d3724d59c57..57a0bb435a59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hyperd
pkgver=0.7.0
-pkgrel=0
+pkgrel=1
pkgdesc="Hypervisor-agnostic Docker Runtime"
arch=('i686' 'x86_64')
url="https://www.hypercontainer.io/"
@@ -11,7 +11,7 @@ depends=('libvirt')
makedepends=('device-mapper' 'sqlite3' 'libvirt' 'go')
optdepends=('hyperstart: boot files for hyperd instances')
options=('!strip' '!emptydirs')
-source=("https://github.com/hyperhq/${pkgname}/archive/v${pkgver}.tar.gz")
+source=("hyperd-$pkgver.tar.gz::https://github.com/hyperhq/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('e79d4e6aebe01d2117e981050ecb88dd24f8a9e45e2fbe1a558bcd1ee5d90b88')
build() {