summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2022-12-15 14:46:44 +0100
committerMagnus Boman2022-12-15 14:46:44 +0100
commit369ad4449233d74f3661cbc1f4615ec0dc92be80 (patch)
treec0b7d7399d8f687aa91c6394429f9336e00497ee
parenteab5a670b10d8603abc2ff1ff36f13e9a29b95ad (diff)
downloadaur-369ad4449233d74f3661cbc1f4615ec0dc92be80.tar.gz
upgpkg: godotpcktool-bin 1.8-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e97d9883aec2..5f6aa0e8e550 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = godotpcktool-bin
pkgdesc = Standalone tool for extracting and creating Godot .pck files
- pkgver = 1.7
+ pkgver = 1.8
pkgrel = 1
url = https://github.com/hhyyrylainen/GodotPckTool
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = godotpcktool-bin
depends = glibc
provides = godotpcktool
conflicts = godotpcktool
- source = godotpcktool-1.7::https://github.com/hhyyrylainen/GodotPckTool/releases/download/v1.7/godotpcktool
+ source = godotpcktool-1.8::https://github.com/hhyyrylainen/GodotPckTool/releases/download/v1.8/godotpcktool
source = godotpcktool-bin-LICENSE::https://raw.githubusercontent.com/hhyyrylainen/GodotPckTool/master/LICENSE
- sha256sums = 63df6d6b12dff85329702a14a40ca3cf97f7a872bcc105643918636de83da7a3
+ sha256sums = 7e3a35c7abe7041b12b9b5f6b51b717bdb0d38ce466a11b05551ed489a717948
sha256sums = 00de469d52a421d6a9cbfc3d5c23d1fe1c873d72e97762eab794940c193892f7
pkgname = godotpcktool-bin
diff --git a/PKGBUILD b/PKGBUILD
index 51b1284f51ae..d0db063101d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: katt <magunasu.b97@gmail.com>
pkgname=godotpcktool-bin
-pkgver=1.7
+pkgver=1.8
pkgrel=1
pkgdesc='Standalone tool for extracting and creating Godot .pck files'
arch=(x86_64)
@@ -12,7 +12,7 @@ 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=('63df6d6b12dff85329702a14a40ca3cf97f7a872bcc105643918636de83da7a3'
+sha256sums=('7e3a35c7abe7041b12b9b5f6b51b717bdb0d38ce466a11b05551ed489a717948'
'00de469d52a421d6a9cbfc3d5c23d1fe1c873d72e97762eab794940c193892f7')
package() {