summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-09-10 23:06:15 +0800
committerzxp198210052023-09-10 23:06:15 +0800
commit927440159b1f6b2a965b153ead321569d4e8a379 (patch)
tree75ca49115bc51d594fb4c1f7208811a489506ce5 /PKGBUILD
parent2ccaf6041ef1121efbdf6ba4e94afb99b6cb3e03 (diff)
downloadaur-927440159b1f6b2a965b153ead321569d4e8a379.tar.gz
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 899160f732b3..cf7e6ee49b83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: katt <magunasu.b97@gmail.com>
pkgname=godotpcktool-bin
pkgver=1.9
-pkgrel=2
+pkgrel=3
pkgdesc='Standalone tool for extracting and creating Godot .pck files'
arch=(x86_64)
url="https://github.com/hhyyrylainen/GodotPckTool"
@@ -11,7 +11,7 @@ depends=('glibc')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
source=("${pkgname%-bin}-${pkgver}::${url}/releases/download/v${pkgver}/${pkgname%-bin}"
- "LICENSE::https://raw.githubusercontent.com/hhyyrylainen/GodotPckTool/master/LICENSE")
+ "LICENSE::https://raw.githubusercontent.com/hhyyrylainen/GodotPckTool/v${pkgver}/LICENSE")
sha256sums=('bd34659871555b531a15b12e51734c65ac0e60eae1eb20f803e48ae5997ad194'
'0c202bb6463a8ce09bbeb102683ef12894dc361c28468e57bd3a4000a69a2640')
package() {