summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dimijian2021-11-30 22:29:07 -0500
committerDaniel Dimijian2021-11-30 22:29:07 -0500
commitc2eb466e350ce2d060411efe4cb7119de227ef2d (patch)
treef56e8f20a6f40f873b01a85aed1d7cf0ba8a66c2
parent4f5b453965135e46f877597b4ec304f47f5e227c (diff)
downloadaur-c2eb466e350ce2d060411efe4cb7119de227ef2d.tar.gz
update to v1.6
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 782f001842fc..584a72b8d279 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = godotpcktool
pkgdesc = A standalone executable for unpacking and packing Godot .pck files
- pkgver = 1.4
+ pkgver = 1.6
pkgrel = 1
url = https://github.com/hhyyrylainen/GodotPckTool
arch = x86_64
@@ -9,8 +9,7 @@ pkgbase = godotpcktool
makedepends = cxxopts
makedepends = nlohmann-json
depends = glibc
- source = godotpcktool-1.4.tar.gz::https://github.com/hhyyrylainen/GodotPckTool/archive/v1.4.tar.gz
- sha256sums = 84d2264c3e0f89dbabf8707a90966610fc7c0c1e0bff8b278e81d71e26aa0121
+ source = godotpcktool-1.6.tar.gz::https://github.com/hhyyrylainen/GodotPckTool/archive/v1.6.tar.gz
+ sha256sums = 58422d7ff651e5c7ab11d136a176ae12dedfaf0018171357d489f309646ebbd9
pkgname = godotpcktool
-
diff --git a/PKGBUILD b/PKGBUILD
index aaff03cff5af..496291f6d4cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Dimijian <jetfrog28@yahoo.com>
_prjctname=GodotPckTool
pkgname=godotpcktool
-pkgver=1.4
+pkgver=1.6
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/v${pkgver}.tar.gz")
-sha256sums=('84d2264c3e0f89dbabf8707a90966610fc7c0c1e0bff8b278e81d71e26aa0121')
+sha256sums=('58422d7ff651e5c7ab11d136a176ae12dedfaf0018171357d489f309646ebbd9')
build() {
cd "$_prjctname-$pkgver"