summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2020-07-01 01:01:02 -0400
committerKevin MacMartin2020-07-01 01:01:02 -0400
commit86bcca2c9d2d1f473a5d1994413f19105596114f (patch)
treeb86bd092725b6851e3fc91bfcebbaf7aa0e2c4ba
parenta548a1b358e6691bfbcb5bae5040d1ed9d7cc7d0 (diff)
downloadaur-86bcca2c9d2d1f473a5d1994413f19105596114f.tar.gz
Update to 3862v0.8.1 and fix the icon location (thanks unknown78!)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77c5eb7ec4a1..7c1a715ad42e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = shattered-pixel-dungeon-git
pkgdesc = Shattered fork of the popular rogue-like game
- pkgver = 3753v0.8.0b
+ pkgver = 3862v0.8.1
pkgrel = 1
url = http://shatteredpixel.tumblr.com
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 7aaf922d600e..940eb1aab0fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Kevin MacMartin <prurigro at gmail dot com>
# Thanks: Peter Cai <peter at typeblog dot net>
+# Thanks: unknown78 <Schmusekater78 at hotmail dot com>
_pkgname=shattered-pixel-dungeon
pkgname=$_pkgname-git
-pkgver=3753v0.8.0b
+pkgver=3862v0.8.1
pkgrel=1
pkgdesc='Shattered fork of the popular rogue-like game'
url='http://shatteredpixel.tumblr.com'
@@ -43,6 +44,6 @@ build() {
package() {
install -Dm755 $_pkgname.sh "$pkgdir/usr/bin/$_pkgname"
install -Dm644 $_pkgname.desktop "$pkgdir/usr/share/applications/$_pkgname.desktop"
- install -Dm644 $_pkgname/desktop/src/main/assets/icon_256.png "$pkgdir/usr/share/pixmaps/$_pkgname.png"
+ install -Dm644 $_pkgname/desktop/src/main/assets/icons/icon_256.png "$pkgdir/usr/share/pixmaps/$_pkgname.png"
install -Dm644 $_pkgname/desktop/build/libs/desktop-*.jar "$pkgdir/usr/share/$_pkgname/$_pkgname.jar"
}