aur updates

This commit is contained in:
Kevin Mihelich 2014-05-01 00:31:02 +00:00
parent cea01e1b2f
commit 6acb1c4f51
3 changed files with 13 additions and 9 deletions

View file

@ -3,8 +3,8 @@
# Contributor: Maik Broemme <mbroemme@libmpq.org>
pkgname=asterisk
pkgver=12.1.0
pkgrel=2
pkgver=12.2.0
pkgrel=1
pkgdesc="A complete PBX solution"
arch=('i686' 'x86_64')
backup=('etc/asterisk/acl.conf'
@ -126,7 +126,7 @@ source=(http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-$
${pkgname}.logrotated \
${pkgname}.tmpfile)
install=${pkgname}.install
sha256sums=('879bbd2bbf68ef76eb77406ba3309b8515db0a662408af991d694fbba99c0b9e'
sha256sums=('1858abd9be49eabba545fe74d6730d90ac211d2d421be9ab776209f522994263'
'74e0b278d553499f0c648a6e3d55c0dbb11b0c6dc93a85b020a21eafadb83783'
'caa24cfec5c6b4f8cea385269e39557362acad7e2a552994c3bc24080e3bdd4e'
'673c0c55bce8068c297f9cdd389402c2d5d5a25e2cf84732cb071198bd6fa78a')

View file

@ -1,11 +1,12 @@
# Contributor: Jonathan Liu <net147@gmail.com>
pkgname=libresample
pkgver=0.1.3
pkgrel=2
pkgrel=3
pkgdesc="A real-time library for audio sampling rate conversion"
arch=('arm')
arch=('i686' 'x86_64')
url="http://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html"
license=('LGPL2')
options=('staticlibs')
source=("http://ccrma.stanford.edu/~jos/gz/$pkgname-$pkgver.tgz"
"Makefile.in.patch")
md5sums=('99bc5ea15ef76b83e5655a10968f674b'
@ -13,10 +14,13 @@ md5sums=('99bc5ea15ef76b83e5655a10968f674b'
build() {
cd "$srcdir/$pkgname-$pkgver"
patch -Np1 -i "$srcdir/Makefile.in.patch" || return 1
patch -Np1 -i "$srcdir/Makefile.in.patch"
./configure --prefix=/usr
make libresample.a || return 1
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make libresample.a
install -D -m644 include/libresample.h "$pkgdir/usr/include/libresample.h"
install -D -m644 libresample.a "$pkgdir/usr/lib/libresample.a"
}

View file

@ -5,7 +5,7 @@
pkgname=shairplay-git
_gitname=shairplay
pkgver=120.193138f
pkgver=122.64d59e3
pkgrel=1
pkgdesc='Apple airplay and raop protocol server'
arch=('i686' 'x86_64')