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

David Runge dvzrv at archlinux.org
Tue Mar 12 11:57:28 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-03-12 10:49:06 UTC (rev 440620)
+++ PKGBUILD	2019-03-12 11:57:27 UTC (rev 440621)
@@ -3,9 +3,9 @@
 # Contributor: speps <speps at aur dot archlinux dot org>
 
 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=('a69e4130eef2125052b7bba65279c2c3997935c4583478abaecbd4e18974e9708cf5aa34c51468e97af3c21b445beeeea29e66f6979238a309c1f39953e19299')
+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:



More information about the arch-commits mailing list