[arch-commits] Commit in synthv1/trunk (PKGBUILD)

speps speps at archlinux.org
Fri Mar 25 01:36:52 UTC 2016


    Date: Friday, March 25, 2016 @ 02:36:52
  Author: speps
Revision: 168266

upgpkg: synthv1 0.7.4-1

Modified:
  synthv1/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-24 17:22:34 UTC (rev 168265)
+++ PKGBUILD	2016-03-25 01:36:52 UTC (rev 168266)
@@ -2,7 +2,7 @@
 # Maintainer: speps <speps at aur dot archlinux dot org>
 
 pkgname=synthv1
-pkgver=0.7.2
+pkgver=0.7.4
 pkgrel=1
 pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx"
 arch=(i686 x86_64)
@@ -11,10 +11,9 @@
 groups=('lv2-plugins')
 depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
          'hicolor-icon-theme' 'shared-mime-info')
-#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('a798aeb8341887c1adc6ac961023fbb5')
+md5sums=('bd4e8cf4ae820d12ff4a3050df93a762')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -21,11 +20,6 @@
 
   # x86_64 lib path fix
   sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#    export CXXFLAGS+=" -fPIE"
-#  fi
 }
 
 build() {



More information about the arch-commits mailing list