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

David Runge dvzrv at archlinux.org
Tue Feb 6 22:04:00 UTC 2018


    Date: Tuesday, February 6, 2018 @ 22:03:56
  Author: dvzrv
Revision: 289655

upgpkg: aj-snapshot 0.9.7-3

Rebuild for community. Adding upstream bug info for LDFLAGS fix.

Modified:
  aj-snapshot/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-06 21:57:45 UTC (rev 289654)
+++ PKGBUILD	2018-02-06 22:03:56 UTC (rev 289655)
@@ -4,7 +4,7 @@
 
 pkgname=aj-snapshot
 pkgver=0.9.7
-pkgrel=2
+pkgrel=3
 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/"
@@ -16,6 +16,7 @@
 prepare() {
   cd "${pkgname}-${pkgver}"
   # does resolve depends with '--as-needed'
+  # https://sourceforge.net/p/aj-snapshot/bugs/4/
   export LDFLAGS="${LDFLAGS//,--as-needed}"
 }
 



More information about the arch-commits mailing list