diff options
Diffstat (limited to 'wslay/PKGBUILD')
-rw-r--r-- | wslay/PKGBUILD | 2 |
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() { |