summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP Cimalando2018-06-16 22:06:19 +0200
committerJP Cimalando2018-06-16 22:06:19 +0200
commit223fa4db162ad953ddd34bc07b5a3146bbec144e (patch)
tree4a4341b391e49b7e875ef7f4dfd45321a74b4596 /PKGBUILD
parentbc9fb5da4624d05b03bbd90cd88c9c8ff8802a1b (diff)
downloadaur-223fa4db162ad953ddd34bc07b5a3146bbec144e.tar.gz
update for desktop file and icons which have become part of install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1e85221b109..3fac7f908851 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JP Cimalando <jp-dev inbox.ru>
pkgname=opl3bankeditor-git
_pkgname=OPL3BankEditor
-pkgver=1.3.beta.r318.gbdd6f06
+pkgver=1.3.beta.r327.g1add5f4
pkgrel=1
epoch=
pkgdesc="A small cross-platform editor of the OPL3 FM banks of different formats"
@@ -49,6 +49,4 @@ build() {
package() {
cd "$_pkgname"
make -C build install DESTDIR="$pkgdir"
- install -D -m644 src/resources/opl3_48.png "$pkgdir"/usr/share/pixmaps/opl3_bank_editor.png
- install -D -m644 "$srcdir"/opl3_bank_editor.desktop "$pkgdir"/usr/share/applications/opl3_bank_editor.desktop
}