summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkhai96_2020-03-26 09:48:32 +0700
committerkhai96_2020-03-26 09:48:32 +0700
commit9d9b0e0f9e5d28f04662ae0874523bd8fefa62b1 (patch)
tree571653b000934792fa6a142222d1beecfdaedf37 /PKGBUILD
parent15abfdc37544367f087aea4ed122298e1c424ad3 (diff)
downloadaur-9d9b0e0f9e5d28f04662ae0874523bd8fefa62b1.tar.gz
Re-add source archive
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90178acb4cac..f0c7e36ebeb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,12 @@ conflicts=('pueue-git' 'pueue' 'pueue-bin')
provides=('pueue')
url='https://github.com/nukesor/pueue'
source=(
+ "https://github.com/Nukesor/pueue/archive/v${pkgver}.tar.gz"
"pueue-linux-amd64-${pkgver}::https://github.com/Nukesor/pueue/releases/download/v${pkgver}/pueue-linux-amd64"
"pueued-linux-amd64-${pkgver}::https://github.com/Nukesor/pueue/releases/download/v${pkgver}/pueued-linux-amd64"
)
sha256sums=('SKIP'
+ 'SKIP'
'SKIP')