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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 13:22:05
  Author: felixonmars
Revision: 658431

upgpkg: aj-snapshot 0.9.9-2: reproducibility rebuild

Modified:
  aj-snapshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 13:21:27 UTC (rev 658430)
+++ PKGBUILD2020-07-07 13:22:05 UTC (rev 658431)
@@ -4,7 +4,7 @@
 
 pkgname=aj-snapshot
 pkgver=0.9.9
-pkgrel=1
+pkgrel=2
 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/;


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

2019-03-12 Thread David Runge via arch-commits
Date: Tuesday, March 12, 2019 @ 11:57:27
  Author: dvzrv
Revision: 440621

upgpkg: aj-snapshot 0.9.9-1

Upgrading to 0.9.9.

Modified:
  aj-snapshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-12 10:49:06 UTC (rev 440620)
+++ PKGBUILD2019-03-12 11:57:27 UTC (rev 440621)
@@ -3,9 +3,9 @@
 # Contributor: speps 
 
 pkgname=aj-snapshot
-pkgver=0.9.8
+pkgver=0.9.9
 pkgrel=1
-pkgdesc="Command line utility to store/restore ALSA and/or JACK connections 
to/from an XML file."
+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')
@@ -12,7 +12,7 @@
 groups=('pro-audio')
 depends=('jack' 'mxml')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('a69e4130eef2125052b7bba65279c2c3997935c4583478abaecbd4e18974e9708cf5aa34c51468e97af3c21b445ba29e66f6979238a309c1f39953e19299')
+sha512sums=('551810bdce2679441264347aea9347a7980cd4fefeed5d6e19fbc9811da3249484429cd44eba7c7bfbbcf97a59a83fb2d983101d488a82ddf2caa432f0eb31f2')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -30,7 +30,7 @@
   make DESTDIR="${pkgdir}/" install
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm644 {AUTHORS,ChangeLog,README}
+-vDm 644 {AUTHORS,ChangeLog,README}
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-02-26 Thread David Runge via arch-commits
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
===
--- PKGBUILD2018-02-26 10:30:01 UTC (rev 298266)
+++ PKGBUILD2018-02-26 10:47:06 UTC (rev 298267)
@@ -3,21 +3,20 @@
 # Contributor: speps 
 
 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=('a69e4130eef2125052b7bba65279c2c3997935c4583478abaecbd4e18974e9708cf5aa34c51468e97af3c21b445ba29e66f6979238a309c1f39953e19299')
 
 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:
-


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

2018-02-06 Thread David Runge via arch-commits
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
===
--- PKGBUILD2018-02-06 21:57:45 UTC (rev 289654)
+++ PKGBUILD2018-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}"
 }
 


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

2018-02-05 Thread David Runge via arch-commits
Date: Monday, February 5, 2018 @ 13:54:31
  Author: dvzrv
Revision: 289173

Be more verbose about installing additional files.

Modified:
  aj-snapshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 13:52:43 UTC (rev 289172)
+++ PKGBUILD2018-02-05 13:54:31 UTC (rev 289173)
@@ -28,8 +28,9 @@
 package() {
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}/" install
+  # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--Dm644 {AUTHORS,ChangeLog,README}
+-vDm644 {AUTHORS,ChangeLog,README}
 }
 
 # vim:set ts=2 sw=2 et: