summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2020-03-26 09:48:32 +0700
committerkhai96_2020-03-26 09:48:32 +0700
commit9d9b0e0f9e5d28f04662ae0874523bd8fefa62b1 (patch)
tree571653b000934792fa6a142222d1beecfdaedf37
parent15abfdc37544367f087aea4ed122298e1c424ad3 (diff)
downloadaur-9d9b0e0f9e5d28f04662ae0874523bd8fefa62b1.tar.gz
Re-add source archive
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4642cb2773b..9ca72f1517b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,10 +9,12 @@ pkgbase = pueue-bin-2
conflicts = pueue-git
conflicts = pueue
conflicts = pueue-bin
+ source = https://github.com/Nukesor/pueue/archive/v0.2.1.tar.gz
source = pueue-linux-amd64-0.2.1::https://github.com/Nukesor/pueue/releases/download/v0.2.1/pueue-linux-amd64
source = pueued-linux-amd64-0.2.1::https://github.com/Nukesor/pueue/releases/download/v0.2.1/pueued-linux-amd64
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
pkgname = pueue-bin-2
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')