summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gläßle2020-12-10 02:39:00 +0100
committerThomas Gläßle2020-12-10 02:39:23 +0100
commite1d205a09a8969e8ac0bbc893bffaadd2dff8f72 (patch)
tree91c5e2df8c495c0e6c5a79b356909335648e9438
parent7d7fe3f03742da2f9254f65fd09b0c9f732d6afa (diff)
downloadaur-e1d205a09a8969e8ac0bbc893bffaadd2dff8f72.tar.gz
Install icon to /usr/share/pixmaps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 618db7d07504..5eb7e851f798 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = steam-acolyte
pkgdesc = Lightweight user account switcher/login keeper for steam
pkgver = 0.7.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/coldfix/steam-acolyte
arch = any
license = custom:UNLICENSE
diff --git a/PKGBUILD b/PKGBUILD
index 21d9e6d895ce..ce8e33e442b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=steam-acolyte
pkgver=0.7.5
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight user account switcher/login keeper for steam"
arch=('any')
url="https://github.com/coldfix/${pkgname}"
@@ -23,5 +23,5 @@ package() {
install -D -m 0644 "README.rst" "${pkgdir}/usr/share/doc/${pkgname}/README.rst"
install -D -m 0644 "UNLICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/UNLICENSE"
install -D -m 0644 "acolyte.desktop" "${pkgdir}/usr/share/applications/acolyte.desktop"
- install -D -m 0644 "steam_acolyte/acolyte.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/acolyte.svg"
+ install -D -m 0644 "steam_acolyte/acolyte.svg" "${pkgdir}/usr/share/pixmaps/acolyte.svg"
}