diff options
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 6 insertions, 6 deletions
@@ -1,11 +1,10 @@ # Generated by mksrcinfo v8 -# Sat Jun 4 08:34:49 UTC 2016 +# Wed Apr 11 19:32:44 UTC 2018 pkgbase = audiotools-git pkgdesc = Collection of audio handling programs which work from the command line (GIT Version) - pkgver = v3.1.1.127.g88d31ac + pkgver = v3.1.1.127.g88d31ac3 pkgrel = 1 url = http://audiotools.sourceforge.net - arch = i686 arch = x86_64 license = GPL makedepends = git @@ -1,10 +1,10 @@ # Maintainer: Guatavo Alvarez <sl1pkn07@gmail.com> pkgname=audiotools-git -pkgver=v3.1.1.127.g88d31ac +pkgver=v3.1.1.127.g88d31ac3 pkgrel=1 pkgdesc="Collection of audio handling programs which work from the command line (GIT Version)" -arch=('i686' 'x86_64') +arch=('x86_64') url='http://audiotools.sourceforge.net' license=('GPL') depends=('python' @@ -48,7 +48,8 @@ prepare() { cd audiotools sed -e 's|-m 644|-Dm 644|g' \ - -i Makefile -i docs/Makefile + -i Makefile \ + -i docs/Makefile } build() { |