summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cf0ec5d7093..6c3acf5445d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sg-sprite
pkgdesc = Sprite/character (.lay files) decoder for MAGES. engine (Steins;Gate 0, Chaos;Child, Steins;Gate Steam Edition, etc)
- pkgver = 0.3.1
+ pkgver = 0.3.2
pkgrel = 1
url = https://github.com/AbsurdlySuspicious/sg-sprite
arch = x86_64
@@ -8,8 +8,7 @@ pkgbase = sg-sprite
makedepends = rust
makedepends = cargo
depends = gcc-libs
- source = 0.3.1.tar.gz::https://github.com/AbsurdlySuspicious/sg-sprite/archive/0.3.1.tar.gz
- sha256sums = db26a2a9464c73fad4bab412241ba43784e9ba4044c1ef287cccca5449d26543
+ source = 0.3.2.tar.gz::https://github.com/AbsurdlySuspicious/sg-sprite/archive/0.3.2.tar.gz
+ sha256sums = 431ffd0f80c4fb54d84f3237067339370026fdcec4257ab54478de248c9bf6c2
pkgname = sg-sprite
-
diff --git a/PKGBUILD b/PKGBUILD
index b368a60ee2d2..10087f4c8f91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# vim:et:ts=2:sw=2
pkgname=sg-sprite
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc="Sprite/character (.lay files) decoder for MAGES. engine (Steins;Gate 0, Chaos;Child, Steins;Gate Steam Edition, etc)"
arch=('x86_64')
@@ -17,7 +17,7 @@ _src="$pkgname-$pkgver"
_tar="$pkgname_$pkgver.tar.gz"
source=("$_tar"::"https://github.com/AbsurdlySuspicious/sg-sprite/archive/$pkgver.tar.gz")
-sha256sums=('db26a2a9464c73fad4bab412241ba43784e9ba4044c1ef287cccca5449d26543')
+sha256sums=('431ffd0f80c4fb54d84f3237067339370026fdcec4257ab54478de248c9bf6c2')
build() {
cd "$srcdir/$_src"