aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-12-09 18:36:19 +0100
committerMattias Andrée <maandree@kth.se>2017-12-09 18:36:19 +0100
commit3ef52cd893d3e01b7b84f052e47c44ff7aa15e5d (patch)
tree5f5778f7967ea7ca61a86d5481f3212f7891cee2
parentAdd timeprefix (diff)
downloadaur-packages-3ef52cd893d3e01b7b84f052e47c44ff7aa15e5d.tar.gz
aur-packages-3ef52cd893d3e01b7b84f052e47c44ff7aa15e5d.tar.bz2
aur-packages-3ef52cd893d3e01b7b84f052e47c44ff7aa15e5d.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--timeprefix/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/timeprefix/PKGBUILD b/timeprefix/PKGBUILD
index aae7f35..669cb38 100644
--- a/timeprefix/PKGBUILD
+++ b/timeprefix/PKGBUILD
@@ -8,7 +8,7 @@ arch=(i686 x86_64)
url="https://github.com/maandree/timeprefix"
license=('custom:ISC')
depends=()
-source=($url/archive/$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
sha256sums=(00961089a5c56b41b0bf53da23818874dfeeb7644cf32a4e126df788d6f4d2e1)
build() {