summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Kunde2020-03-01 23:39:34 +0800
committerChad Kunde2020-03-01 23:39:34 +0800
commita5a1b741c90b9047e36a73c05ab87b3b34d53c4d (patch)
treef4e5e1667f04f9ce19c5e75531f8ac69b59181ba
parent390c8f03ef03cabb2524c19a1b981ddf703bb4db (diff)
downloadaur-a5a1b741c90b9047e36a73c05ab87b3b34d53c4d.tar.gz
package source bugfix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70894fac999c..c4d71c077ee5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = paclan
arch = armv7l
license = CC0
makedepends = go
- source = ${pkgname}::https://github.com/Kunde21/paclan/archive/v${pkgver}.tar.gz
+ source = paclan.tar.gz::https://github.com/Kunde21/paclan/archive/v0.1.3.tar.gz
sha256sums = b43d34a62618d0c3ed9027a5bb5d3434c864348ddd08a716eb1ee4fcf0d0c73a
pkgname = paclan
diff --git a/PKGBUILD b/PKGBUILD
index 03bdd59e457e..4d67785ccf04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://github.com/Kunde21/paclan'
license=('CC0')
groups=()
makedepends=('go')
-source=('${pkgname}::https://github.com/Kunde21/paclan/archive/v${pkgver}.tar.gz')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Kunde21/paclan/archive/v${pkgver}.tar.gz")
sha256sums=('b43d34a62618d0c3ed9027a5bb5d3434c864348ddd08a716eb1ee4fcf0d0c73a')
install=paclan.install