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

David Runge dvzrv at archlinux.org
Mon Feb 26 10:47:07 UTC 2018


    Date: Monday, February 26, 2018 @ 10:47:06
  Author: dvzrv
Revision: 298267

upgpkg: aj-snapshot 0.9.8-1

Upgrading to 0.9.8. Hack to LDFLAGS not required anymore.
Adding autoreconf to prepare().

Modified:
  aj-snapshot/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-26 10:30:01 UTC (rev 298266)
+++ PKGBUILD	2018-02-26 10:47:06 UTC (rev 298267)
@@ -3,21 +3,20 @@
 # Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=aj-snapshot
-pkgver=0.9.7
-pkgrel=3
+pkgver=0.9.8
+pkgrel=1
 pkgdesc="Command line utility to store/restore ALSA and/or JACK connections to/from an XML file."
 arch=('x86_64')
 url="http://aj-snapshot.sourceforge.net/"
 license=('GPL3')
+groups=('pro-audio')
 depends=('jack' 'mxml')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('b7582e07ba3f7567e656406ce9be1265e565d5194ced4e8f5009eb06509d2b69a95d7b90a0ef230587e2852d5713d67e87b53fa7f8defe1741b9d861e964c115')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('a69e4130eef2125052b7bba65279c2c3997935c4583478abaecbd4e18974e9708cf5aa34c51468e97af3c21b445beeeea29e66f6979238a309c1f39953e19299')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  # does resolve depends with '--as-needed'
-  # https://sourceforge.net/p/aj-snapshot/bugs/4/
-  export LDFLAGS="${LDFLAGS//,--as-needed}"
+  autoreconf -vfi
 }
 
 build() {
@@ -35,4 +34,3 @@
 }
 
 # vim:set ts=2 sw=2 et:
-



More information about the arch-commits mailing list