diff options
author | sL1pKn07 | 2018-04-11 21:32:49 +0200 |
---|---|---|
committer | sL1pKn07 | 2018-04-11 21:32:49 +0200 |
commit | 1324daa8d28f54023c0d2c28c8744da6bf85c088 (patch) | |
tree | 92f65792d66d7d94db1b9b4e6fd0815ef9512a51 | |
parent | efead89d4cdc3c567ecb7c8545d80eda6ae7b330 (diff) | |
download | aur-audiotools-git.tar.gz |
bump
-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() { |