summaryrefslogtreecommitdiff
path: root/wslay
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-02-27 09:16:23 +0100
committerErich Eckner <git@eckner.net>2020-02-27 09:16:23 +0100
commit1c3acd07dbd0369bc423c06b2e6f1a5714f17a8c (patch)
tree0b12e75b2766f036cd830981e4aeaead417f1eed /wslay
parent441d09998a2ed096cf51478fa6511117f118dcf3 (diff)
downloadarchlinuxewe.git.save-1c3acd07dbd0369bc423c06b2e6f1a5714f17a8c.tar.xz
wslay: change source url
Diffstat (limited to 'wslay')
-rw-r--r--wslay/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/wslay/PKGBUILD b/wslay/PKGBUILD
index 8d156900..70a91fc1 100644
--- a/wslay/PKGBUILD
+++ b/wslay/PKGBUILD
@@ -11,7 +11,7 @@ makedepends=('autoconf' 'automake' 'git' 'libtool' 'make' 'pkg-config' 'python-s
checkdepends=('cunit' 'nettle')
url="https://github.com/tatsuhiro-t/wslay"
license=('MIT')
-source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/tatsuhiro-t/$pkgname/tar.gz/release-$pkgver)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tatsuhiro-t/$pkgname/archive/release-$pkgver.tar.gz")
sha256sums=('df5dca9f03614073cd8bdd22aa3c9b116f841ed3120b2d4463d2382cc44fc594')
build() {