diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-11-24 19:54:54 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-11-24 19:54:54 (GMT) |
commit | 58599be5303bac0074efc138e6820435f25069e5 (patch) | |
tree | 16f2d7aad731d145513cd8de9f068cf211a97f01 /abs/extra/libshairport | |
parent | cac51a3fe85630b1b2586e980fafeaf05f03f829 (diff) | |
download | linhes_pkgbuild-58599be5303bac0074efc138e6820435f25069e5.zip linhes_pkgbuild-58599be5303bac0074efc138e6820435f25069e5.tar.gz linhes_pkgbuild-58599be5303bac0074efc138e6820435f25069e5.tar.bz2 |
libshairport: update to 1.2.1.20121215
Diffstat (limited to 'abs/extra/libshairport')
-rw-r--r-- | abs/extra/libshairport/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/abs/extra/libshairport/PKGBUILD b/abs/extra/libshairport/PKGBUILD index d6e406c..aa86087 100644 --- a/abs/extra/libshairport/PKGBUILD +++ b/abs/extra/libshairport/PKGBUILD @@ -1,20 +1,19 @@ -# $Id: PKGBUILD 68571 2012-03-28 10:35:14Z idevolder $ +# $Id$ # Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com> pkgname=libshairport _developer='amejia1' -_version=1.2.1 -_commithash='aeb4987' +_version=1.2.1.20121215 +_commithash='16395d8' pkgver=${_version} -pkgrel=2 +pkgrel=3 pkgdesc="emulates an AirPort Express" arch=('i686' 'x86_64') url='https://github.com/amejia1/libshairport' license=('GPL') depends=('openssl' 'libao') source=("$pkgname-$pkgver.tar.gz::https://github.com/amejia1/libshairport/tarball/$_commithash") -sha256sums=('003c65f56123a7cb090b2d7249f0facbef668f7db6048f4b458713892a6911ca') -options=(!libtool) +sha256sums=('98b73313d0a8f2abcb32e11f4fd4b422777a495cd62dbe881d5061b91959d1d5') _srcfolder=$_developer-$pkgname-$_commithash |