[arch-commits] Commit in ams/trunk (PKGBUILD ams.install)

Antonio Rojas arojas at archlinux.org
Sun Aug 7 11:31:00 UTC 2016


    Date: Sunday, August 7, 2016 @ 11:30:59
  Author: arojas
Revision: 185855

Hooks rebuld, update to 2.1.2

Modified:
  ams/trunk/PKGBUILD
Deleted:
  ams/trunk/ams.install

-------------+
 PKGBUILD    |    8 ++++----
 ams.install |   11 -----------
 2 files changed, 4 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-07 11:29:57 UTC (rev 185854)
+++ PKGBUILD	2016-08-07 11:30:59 UTC (rev 185855)
@@ -2,8 +2,8 @@
 # Maintainer : speps <speps at aur dot archlinux dot org>
 
 pkgname=ams
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
 pkgdesc="A realtime modular synthesizer and effect processor"
 arch=('i686' 'x86_64')
 url="http://alsamodular.sourceforge.net/"
@@ -22,10 +22,9 @@
             'blop: bandlimited oscillator plugins'
             'pvoc: phase-vocoding plugins'
             'caps: the C* audio plugins')
-install="$pkgname.install"
 source=("http://downloads.sourceforge.net/project/alsamodular/alsamodular/$pkgver/$pkgname-$pkgver.tar.bz2"
         "$pkgname.desktop" "$pkgname.png")
-md5sums=('3255bce2d3c1a7e0aad07496001b7cc9'
+md5sums=('dfab2bb64da98558273c46675ea9a43f'
          'ffa277cffd52254f0297cbc2f200767e'
          '0349171d5431f1c6e56085f080eb8c68')
 
@@ -43,6 +42,7 @@
 
 build() {
   cd $pkgname-$pkgver
+  export CXXFLAGS+=" -std=gnu++98"
   ./configure --prefix=/usr
   make
 }

Deleted: ams.install
===================================================================
--- ams.install	2016-08-07 11:29:57 UTC (rev 185854)
+++ ams.install	2016-08-07 11:30:59 UTC (rev 185855)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list