summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Gomes2018-08-17 22:26:11 +0100
committerMiguel Gomes2018-08-17 22:26:11 +0100
commitbcb8c9ce44a5f1f47688f53046a8dec971bf3e67 (patch)
tree8e7a1d7c840ff710b6c566806276524619b702a5
parentd00b4476385e550c84ac31c41ca76887a5776575 (diff)
downloadaur-bcb8c9ce44a5f1f47688f53046a8dec971bf3e67.tar.gz
Include recommended icon changes
Signed-off-by: Miguel Gomes <alka.setzer@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cf26671a057..b52310a0d51e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = itch-bin
pkgdesc = The best way to play itch.io games.
pkgver = 23.6.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/itchio/itch
install = itch.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1ed54db03b26..aac6d17bbd75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=itch-bin
pkgver=23.6.3
-pkgrel=1
+pkgrel=2
pkgdesc="The best way to play itch.io games."
arch=('i686' 'x86_64')
@@ -41,7 +41,7 @@ package() {
for icon in ${srcdir}/extras/icon*.png
do
- iconsize="${icon#release/images/itch-icons/icon}"
+ iconsize="${icon#${srcdir}/extras/icon}"
iconsize="${iconsize%.png}"
icondir="${pkgdir}/usr/share/icons/hicolor/${iconsize}x${iconsize}/apps/"
install -d "${icondir}"