summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2016-10-06 15:15:55 -0700
committerLlewelyn Trahaearn2016-10-06 15:15:55 -0700
commit9df539aecb1a8250f105578c583f517fc594c673 (patch)
treea1a71a57d10811f60937b3f1a0ca333bf40025a2
parentd166da9dd6d6de156726b2697b3eea284ada908f (diff)
downloadaur-9df539aecb1a8250f105578c583f517fc594c673.tar.gz
The wiki said gendesk goes in prepare.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84239ece96c3..6ecdfdbfe7ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 16 16:57:39 UTC 2016
+# Thu Oct 6 22:15:21 UTC 2016
pkgbase = zynaddsubfx-git
pkgdesc = A powerful realtime, multi-timbral software synthesizer.
- pkgver = 2.5.4.r138.g0776bad
+ pkgver = 2.5.4.r164.g8d2e849
pkgrel = 1
url = http://zynaddsubfx.sourceforge.net
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7245e6d989bd..d446b59e1fc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=zynaddsubfx-git
-pkgver=2.5.4.r138.g0776bad
+pkgver=2.5.4.r164.g8d2e849
pkgrel=1
pkgdesc="A powerful realtime, multi-timbral software synthesizer."
arch=('i686' 'x86_64')
@@ -28,6 +28,11 @@ sha512sums=('SKIP'
_branch=master
prepare() {
+ [ -f zynaddsubfx.desktop ] && rm zynaddsubfx.desktop
+ gendesk $startdir/PKGBUILD
+ # Match camel case of included .desktop files
+ setconf "${pkgname%-*}.desktop" Name "ZynAddSubFX"
+
cd "${pkgname}"
[ -d build ] || mkdir build
git checkout ${_branch}
@@ -51,11 +56,6 @@ pkgver() {
}
build() {
- [ -f zynaddsubfx.desktop ] && rm zynaddsubfx.desktop
- gendesk $startdir/PKGBUILD
- # Match camel case of included .desktop files
- setconf "${pkgname%-*}.desktop" Name "ZynAddSubFX"
-
# Does not build with --as-needed
LDFLAGS=${LDFLAGS//,--as-needed}