summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMagnus Boman2021-11-26 23:58:33 +0100
committerMagnus Boman2021-11-26 23:58:33 +0100
commitd938b6296de9dbf687466b3b27bbdb065f38158c (patch)
tree00e108b93716c7bc1ea04cb9534b370a13211222 /PKGBUILD
parente886c458bdcc1ef9a99c6c32e440f8e255eb3561 (diff)
downloadaur-d938b6296de9dbf687466b3b27bbdb065f38158c.tar.gz
upgpkg: godotpcktool-bin 1.6-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1dede0fb1ce1..6ac46521cda8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: katt <magunasu.b97@gmail.com>
pkgname=godotpcktool-bin
-pkgver=1.4
+pkgver=1.6
pkgrel=1
pkgdesc='Standalone tool for extracting and creating Godot .pck files'
arch=(x86_64)
@@ -12,8 +12,8 @@ provides=(${pkgname%-bin})
conflicts=(${pkgname%-bin})
source=("${pkgname%-bin}-${pkgver}"::"${url}/releases/download/v${pkgver}/${pkgname%-bin}"
"${pkgname}-LICENSE"::https://raw.githubusercontent.com/hhyyrylainen/GodotPckTool/master/LICENSE)
-sha256sums=('f2f38c1f651b4b3dc09c25064142d4e4b13d51d392f996ffe2727b599ff0e732'
- '2991d0067840841a14a5971d4cc9a2c3c82496ae52fa402919d17f1ce95a92fd')
+sha256sums=('10de843a7b4fcc8a36c90bb92aa784d84894526ee223f46f273ab3342e446f94'
+ '00de469d52a421d6a9cbfc3d5c23d1fe1c873d72e97762eab794940c193892f7')
package() {
install -Dm755 "${pkgname%-bin}-${pkgver}" "${pkgdir}/usr/bin/${pkgname%-bin}"