summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-06-29 16:30:47 +1200
committercaltlgin2020-06-29 16:30:47 +1200
commitc07c63c91ab5644dfb00393aaba7e56fd22acf39 (patch)
tree4ba1896a77807695ddb8c20e0ede6d04e186d1ca
parente4e1becaeaba68844daa13bb7bcec9ce9a1160d4 (diff)
downloadaur-c07c63c91ab5644dfb00393aaba7e56fd22acf39.tar.gz
Downloads now contain version number
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca371b6ee8ca..3c514fc75cae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = ssh-chat-bin
arch = x86_64
license = MIT
provides = ssh-chat
- source = https://github.com/shazow/ssh-chat/releases/download/v1.9/ssh-chat-linux_amd64.tgz
+ source = ssh-chat-1.9::https://github.com/shazow/ssh-chat/releases/download/v1.9/ssh-chat-linux_amd64.tgz
sha256sums = 7231019c043f16b4bb93c35ad9f3d84ac786b6b6749b043b2dd697f85989ab5f
pkgname = ssh-chat-bin
diff --git a/PKGBUILD b/PKGBUILD
index b284bf9c3c7a..51a78b8796b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url='https://github.com/shazow/ssh-chat'
license=('MIT')
provides=("${_pkgname}")
-source=("${url}/releases/download/v${pkgver}/${_pkgname}-linux_amd64.tgz")
+source=("${_pkgname}-${pkgver}::${url}/releases/download/v${pkgver}/${_pkgname}-linux_amd64.tgz")
sha256sums=('7231019c043f16b4bb93c35ad9f3d84ac786b6b6749b043b2dd697f85989ab5f')
package() {