diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-04 16:44:12 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-04 16:44:12 +0200 |
commit | c24d2623d795ac7ee5435b56dd6e413e3cbd2f69 (patch) | |
tree | 36fd6f84a97f0ee7bde3592ea33176d1b98d64eb /community/libshairport | |
parent | d2e9c77d6881eb7ef37edf747a77f83168bbe9b7 (diff) | |
parent | 1b6860ed7a33a22c4202348a4f42afbb5d26be09 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/celt-0.7/PKGBUILD
core/binutils/PKGBUILD
core/gcc/PKGBUILD
extra/gnome-media/PKGBUILD
extra/libgnome-media-profiles/PKGBUILD
extra/libwebp/PKGBUILD
extra/telepathy-kde-desktop-applets/PKGBUILD
extra/telepathy-kde-presence-applet/PKGBUILD
Diffstat (limited to 'community/libshairport')
-rw-r--r-- | community/libshairport/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/libshairport/PKGBUILD b/community/libshairport/PKGBUILD index 0e1b81faa..b662faa13 100644 --- a/community/libshairport/PKGBUILD +++ b/community/libshairport/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 68571 2012-03-28 10:35:14Z idevolder $ +# $Id: PKGBUILD 87587 2013-04-03 13:29:16Z idevolder $ # 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=1 pkgdesc="emulates an AirPort Express" arch=('i686' 'x86_64' 'mips64el') 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') +sha256sums=('98b73313d0a8f2abcb32e11f4fd4b422777a495cd62dbe881d5061b91959d1d5') options=(!libtool) _srcfolder=$_developer-$pkgname-$_commithash |