summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhil Ruffwind2017-12-13 19:29:37 -0500
committerPhil Ruffwind2017-12-13 19:29:37 -0500
commit82b39ed4934294d5b21695ba39ad87c380870968 (patch)
tree7fedf75c35594370ad0c4c0aaa211beacaa841d5 /PKGBUILD
parent9012c8de130ef8e8e336faf19b4a0a4805518c9e (diff)
downloadaur-82b39ed4934294d5b21695ba39ad87c380870968.tar.gz
Download source file to a unique name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ed744ce1835..f4d3753dc0c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Platte <aur@jonasplatte.de>
pkgname=purescript-bin
pkgver=0.11.7
-pkgrel=1
+pkgrel=2
pkgdesc="A strongly-typed functional programming language that compiles to JavaScript"
arch=(x86_64)
url=http://www.purescript.org
@@ -10,7 +10,7 @@ license=(BSD)
depends=(gmp ncurses5-compat-libs zlib)
provides=(purescript)
conflicts=(purescript)
-source=(https://github.com/purescript/purescript/releases/download/v$pkgver/linux64.tar.gz)
+source=(purescript-v$pkgver-linux64.tar.gz::https://github.com/purescript/purescript/releases/download/v$pkgver/linux64.tar.gz)
sha1sums=('f01eb69aa71f5f97c6980f8c68d107480c68ee64')
package() {