summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkhai96_2020-08-12 17:56:05 +0700
committerkhai96_2020-08-12 17:56:05 +0700
commit6dba4695761fc4fc67cc571a141e8b8038fedd5d (patch)
tree7091cc805d7bfe98d2fe28d95c6d6d2b9d7a251f /PKGBUILD
parentc2b5a6819397bc300d6e831fd5d8fb4b2e74740e (diff)
downloadaur-6dba4695761fc4fc67cc571a141e8b8038fedd5d.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ecdb49c645f..a5302c4d8974 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ depends=(
)
url='https://github.com/gi-lom/gnabel'
license=('GPL-3.0')
-_git_ref='57ff9c3d3631b04ddb8369e31ad2cfe46ec9099f'
+_git_ref='4559acb895d754ecd985dab686eb1acd7e5f37b4'
source=(
"https://github.com/gi-lom/gnabel/archive/$_git_ref.zip"
)
@@ -34,5 +34,5 @@ package() {
install -Dm755 gnabel.desktop "$pkgdir/usr/share/applications/gnabel.desktop"
msg2 'Installing icon'
- install -Dm644 icon.png "$pkgdir/usr/share/icons/hicolor/64x64/apps/gnabel.png"
+ install -Dm644 icon.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/gnabel.svg"
}