summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUlrik Boll Djurtoft2018-07-12 13:37:58 +0200
committerUlrik Boll Djurtoft2018-07-12 13:37:58 +0200
commit4a03a2397b2540848860bd04a757360cc080ea5f (patch)
treefac5c558bf50f6bda5935662dffd3674ed69c7cb /PKGBUILD
parent8b083a7720911f852f4fe1ad6b7e53281002fb78 (diff)
downloadaur-4a03a2397b2540848860bd04a757360cc080ea5f.tar.gz
Fixed desktop icon
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d15900e473e6..53cb6596e0ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ulrik Boll Djurtoft <ullebe1@gmail.com>
pkgname=appeditor-git # '-bzr', '-git', '-hg' or '-svn'
-pkgver=r43.bdf596f
+pkgver=r48.ea4a7bd
pkgrel=1
pkgdesc="AppEditor allows you to edit application entries in the application menu."
arch=('i686' 'x86_64')
@@ -33,5 +33,5 @@ package() {
cd "$srcdir/${pkgname%-git}/build"
DESTDIR="${pkgdir}/" ninja install
cd ..
- install -D -m644 "data/com.github.donadigo.appeditor.desktop" "${pkgdir}/usr/share/applications/com.github.donadigo.appeditor.desktop"
+ install -D -m644 "data/com.github.donadigo.appeditor.desktop.in" "${pkgdir}/usr/share/applications/com.github.donadigo.appeditor.desktop.in"
}