diff options
Diffstat (limited to 'extra/libsamplerate/PKGBUILD')
-rw-r--r-- | extra/libsamplerate/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/libsamplerate/PKGBUILD b/extra/libsamplerate/PKGBUILD index 036b59fa0..3e09896a9 100644 --- a/extra/libsamplerate/PKGBUILD +++ b/extra/libsamplerate/PKGBUILD @@ -1,15 +1,14 @@ -# $Id: PKGBUILD 192312 2013-08-10 02:16:26Z eric $ +# $Id: PKGBUILD 197267 2013-10-24 20:17:46Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=libsamplerate pkgver=0.1.8 -pkgrel=2 +pkgrel=3 pkgdesc="Secret Rabbit Code - aka Sample Rate Converter for audio" arch=('i686' 'x86_64') url="http://www.mega-nerd.com/SRC/index.html" license=('GPL') depends=('libsndfile') -options=('!libtool') source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz{,.asc}) sha1sums=('e5fe82c4786be2fa33ca6bd4897db4868347fe70' 'SKIP') |