mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur updates
This commit is contained in:
parent
f398bbef86
commit
a5617dd75d
3 changed files with 12 additions and 13 deletions
|
@ -3,8 +3,8 @@
|
|||
# Contributor: Maik Broemme <mbroemme@libmpq.org>
|
||||
|
||||
pkgname=asterisk
|
||||
pkgver=12.3.0
|
||||
pkgrel=1
|
||||
pkgver=12.3.2
|
||||
pkgrel=2
|
||||
pkgdesc="A complete PBX solution"
|
||||
arch=('i686' 'x86_64')
|
||||
backup=('etc/asterisk/acl.conf'
|
||||
|
@ -118,15 +118,15 @@ backup=('etc/asterisk/acl.conf'
|
|||
'etc/asterisk/xmpp.conf')
|
||||
url="http://www.asterisk.org"
|
||||
license=('GPL')
|
||||
depends=('alsa-lib' 'speex' 'popt' 'libvorbis' 'curl' 'libxml2' 'jansson')
|
||||
makedepends=('sqlite3' 'gsm' 'pjproject' 'libxslt')
|
||||
depends=('alsa-lib' 'speex' 'popt' 'libvorbis' 'curl' 'libxml2' 'jansson' 'libxslt')
|
||||
makedepends=('sqlite3' 'gsm' 'pjproject')
|
||||
optdepends=('lua51' 'libsrtp' 'postgresql' 'unixodbc' 'libpri' 'libss7' 'openr2' 'iksemel' 'radiusclient-ng' 'dahdi')
|
||||
source=(http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-${pkgver}.tar.gz \
|
||||
${pkgname}.service \
|
||||
${pkgname}.logrotated \
|
||||
${pkgname}.tmpfile)
|
||||
install=${pkgname}.install
|
||||
sha256sums=('d9b7b22992cb5903893eb4521e3fd46a8f1f1fafff62166f11003cebeb2c2f55'
|
||||
sha256sums=('0724ab25ba6e9334d69b7dd3866c046cb09b8c08a7b42ce4281a5f00393d5576'
|
||||
'74e0b278d553499f0c648a6e3d55c0dbb11b0c6dc93a85b020a21eafadb83783'
|
||||
'caa24cfec5c6b4f8cea385269e39557362acad7e2a552994c3bc24080e3bdd4e'
|
||||
'673c0c55bce8068c297f9cdd389402c2d5d5a25e2cf84732cb071198bd6fa78a')
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
||||
pkgname=python-rtslib-fb
|
||||
_pkgname=rtslib-fb
|
||||
pkgver=2.1.fb47
|
||||
pkgver=2.1.fb48
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc="free branch version of the LIO target API"
|
||||
arch=('any')
|
||||
url="https://github.com/agrover/rtslib-fb"
|
||||
|
@ -17,8 +16,8 @@ backup=()
|
|||
options=()
|
||||
install=
|
||||
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz target.service)
|
||||
md5sums=('1c2a9befa2275ad79d84e9c417c2b807'
|
||||
'0bd602821a24cd598488807d130b55d7')
|
||||
sha256sums=('4e7f6e002c82861271b90aea8005d84d5d0cf7c48ed1938f61583eefd7337305'
|
||||
'74b9e5c11eab1781aa8b43680b429080ae800fbcdafd29626791b5426a4cdea8')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$_pkgname-$pkgver"
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
pkgname=python2-rpyc
|
||||
_realname=rpyc
|
||||
pkgver=3.2.3
|
||||
pkgver=3.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="Remote Python Call (RPyC), a transparent and symmetric RPC library"
|
||||
url="http://rpyc.readthedocs.org"
|
||||
arch=('any')
|
||||
license=('MIT')
|
||||
depends=('python2')
|
||||
depends=('python2' 'python2-plumbum')
|
||||
makedepends=('python2-setuptools')
|
||||
source=("https://pypi.python.org/packages/source/r/rpyc/$_realname-$pkgver.tar.gz")
|
||||
md5sums=('e638011247d21ab2f0be1fc5713e0e54')
|
||||
md5sums=('6931cb92c41f547591b525142ccaeef1')
|
||||
|
||||
prepare() {
|
||||
cd "$_realname-$pkgver"
|
||||
find . -type f -exec sed -i 's@#! */usr/bin/\(env \+\)\?python *\r\?$@#!/usr/bin/\1python2@' '{}' +
|
||||
}
|
||||
|
||||
package(){
|
||||
package() {
|
||||
cd "$_realname-$pkgver"
|
||||
python2 setup.py install --root="$pkgdir" --optimize=1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue