Fix wrong source and chechsum in PKGBUILD

This commit is contained in:
Tobias Reisinger 2023-05-27 15:37:16 +02:00
parent 0afe60aea2
commit 71efb5999e
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -8,10 +8,8 @@ arch=('any')
url="https://git.serguzim.me/emgauwa/client"
license=('unknown')
groups=()
source=("$pkgname-$pkgver.tar.gz::https://git.serguzim.me/emgauwa/client/releases/download/v$pkgver/emgauwa.tar.gz"
"webapp.conf")
sha256sums=('59f0c83a632ad5c7b65b101482e428a42080a23639ac58b21e9e9cd94b6d4544'
'1179e30b5fb9f8b2a5dc27989cfee8cca3b01dfa54f8af474cddced998fb91ff')
source=("$pkgname-$pkgver.tar.gz::https://git.serguzim.me/emgauwa/client/releases/download/v$pkgver/emgauwa.tar.gz")
sha256sums=('59f0c83a632ad5c7b65b101482e428a42080a23639ac58b21e9e9cd94b6d4544')
package() {
install -d "$pkgdir/usr/share/webapps/"