diff options
author | root <root@rshg054.dnsready.net> | 2013-06-16 01:26:25 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-16 01:26:25 -0700 |
commit | 44c10f274ec720a1512b15457b9eeffea28c6041 (patch) | |
tree | 48d27d6116dfd4fdce957af918c3d62385fd9226 /community/xwax | |
parent | 0a069ede63336b105cda051cebe136f2592847d2 (diff) |
Sun Jun 16 01:25:28 PDT 2013
Diffstat (limited to 'community/xwax')
-rw-r--r-- | community/xwax/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/xwax/PKGBUILD b/community/xwax/PKGBUILD index 81dfd7765..0dbd50eae 100644 --- a/community/xwax/PKGBUILD +++ b/community/xwax/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 80901 2012-12-06 09:48:40Z lfleischer $ +# $Id: PKGBUILD 92791 2013-06-15 08:44:39Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: sputnick <gilles DOT quenot AT gmail DOT com> pkgname=xwax -pkgver=1.3 +pkgver=1.4 pkgrel=1 pkgdesc='Open-source vinyl emulation software for Linux.' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ optdepends=('cdparanoia: for CD import' 'mpg123: for MP3 import' 'ffmpeg: for video fallback import') source=("http://www.xwax.co.uk/releases/${pkgname}-${pkgver}.tar.gz") -md5sums=('10c3b923eab17377705b1dea89edf6fb') +md5sums=('01afde1f1222fca38eab736e0b3df116') build() { cd "${srcdir}/${pkgname}-${pkgver}" |