summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2017-08-09 21:59:33 +0200
committerLucki2017-08-09 21:59:33 +0200
commit073f50e0d6d44576f683a44e1f17157d848b6c8f (patch)
treeeee4179b4dfada75baae63266c2d6b73e27f0bd8
parent7211446c148a5035f0d8d603aa72b0935596f6ad (diff)
downloadaur-073f50e0d6d44576f683a44e1f17157d848b6c8f.tar.gz
Proper icon placing
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 205999e6f03b..bdc50b479cfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Aug 9 19:48:24 UTC 2017
+# Wed Aug 9 19:59:04 UTC 2017
pkgbase = smokinguns-git
pkgdesc = A semi-realistic simulation of the old west great atmosphere built on id Tech 3.
pkgver = 1.1.r859.gf5d9ecf2
- pkgrel = 2
+ pkgrel = 3
url = http://www.smokin-guns.org
changelog = .CHANGELOG
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index f5e06b84cb8e..c9ec86f34e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=smokinguns-git
_pkgname=smokinguns
pkgver=1.1.r859.gf5d9ecf2
-pkgrel=2
+pkgrel=3
pkgdesc='A semi-realistic simulation of the old west great atmosphere built on id Tech 3.'
url="http://www.smokin-guns.org"
arch=('i686' 'x86_64')
@@ -70,7 +70,7 @@ package()
install -Dm 644 "build/release-linux-${SUFFIX}/renderer_opengl2_${SUFFIX}.so" "${pkgdir}/usr/share/${_pkgname}"
install -Dm 644 "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
- install -Dm 644 "misc/${_pkgname}.png" "${pkgdir}/usr/share/icons/hicolor/256x256/${_pkgname}.png"
+ install -Dm 644 "misc/${_pkgname}.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/${_pkgname}.png"
}
# vim:set ts=2 sw=2 et: