summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99355adfdaaa..7932d206e7f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Dimijian <jetfrog28@yahoo.com>
_prjctname=GodotPckTool
pkgname=godotpcktool
-pkgver=1.7
+pkgver=1.8
pkgrel=1
pkgdesc="A standalone executable for unpacking and packing Godot .pck files"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('glibc')
makedepends=('cmake' 'cxxopts' 'nlohmann-json')
# source unsigned. git commits are signed, but I can't find the public key for the tagged commits
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('5bddffe37320a1e15edad1dcbdd0fde75523300581f6af6ed81d5b454344a537')
+sha256sums=('dad9ace4ffadc3137c992faa72edf1659cb6d5629b6ab1c496cc705e62d2bb7f')
build() {
cd "$_prjctname-$pkgver"