summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarko Korhonen2020-01-22 00:52:49 +0200
committerMarko Korhonen2020-01-22 00:52:49 +0200
commitbdb501b64f68471037841ad3f7fbf76d8c0ad299 (patch)
tree95f13b886043fe3fda35d6505b03f6a24cfe2712
parent2dea9867aad64af70b119f62809fb6237ac6909e (diff)
downloadaur-bdb501b64f68471037841ad3f7fbf76d8c0ad299.tar.gz
Renamed source file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7bae4dda86f..23945dea2335 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = lqsd-bin
depends = light
provides = lqsd
conflicts = lqsd
- source = https://github.com/ReekyMarko/lqsd/releases/download/v0.1.1/lqsd_0.1.1_x86_64.tar.zst
+ source = lqsd_0.1.1_x86_64.tar.zst::https://github.com/ReekyMarko/lqsd/releases/download/v0.1.1/lqsd_0.1.1_x86_64.tar.zst
sha256sums = 502af7bf2c6637a7097e9e058eaee0679366c6f808f9675105902177e7aa7049
pkgname = lqsd-bin
diff --git a/PKGBUILD b/PKGBUILD
index 60ca62ae1220..c0c1a07f3f86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('MIT')
depends=('light')
provides=('lqsd')
conflicts=('lqsd')
-source=("https://github.com/ReekyMarko/lqsd/releases/download/v${pkgver}/${pkgname/-bin/}_${pkgver}_${arch}.tar.zst")
+source=("${pkgname/-bin/}_${pkgver}_${arch}.tar.zst::https://github.com/ReekyMarko/lqsd/releases/download/v${pkgver}/${pkgname/-bin/}_${pkgver}_${arch}.tar.zst")
sha256sums=('502af7bf2c6637a7097e9e058eaee0679366c6f808f9675105902177e7aa7049')
package() {