mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
aur updates
This commit is contained in:
parent
e552f0e6df
commit
179b074fa1
3 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
pkgname=asterisk
|
pkgname=asterisk
|
||||||
pkgver=12.1.0
|
pkgver=12.1.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A complete PBX solution"
|
pkgdesc="A complete PBX solution"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
backup=('etc/asterisk/acl.conf'
|
backup=('etc/asterisk/acl.conf'
|
||||||
|
@ -119,8 +119,8 @@ backup=('etc/asterisk/acl.conf'
|
||||||
url="http://www.asterisk.org"
|
url="http://www.asterisk.org"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('alsa-lib' 'speex' 'popt' 'libvorbis' 'curl' 'libxml2' 'jansson')
|
depends=('alsa-lib' 'speex' 'popt' 'libvorbis' 'curl' 'libxml2' 'jansson')
|
||||||
makedepends=('sqlite3' 'gsm')
|
makedepends=('sqlite3' 'gsm' 'pjproject')
|
||||||
optdepends=('lua51' 'libsrtp' 'postgresql' 'unixodbc' 'libpri' 'libss7' 'openr2' 'iksemel' 'radiusclient-ng' 'dahdi' 'pjproject-digium')
|
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 \
|
source=(http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-${pkgver}.tar.gz \
|
||||||
${pkgname}.service \
|
${pkgname}.service \
|
||||||
${pkgname}.logrotated \
|
${pkgname}.logrotated \
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# Contributor: Simon Perry <aur [at] sanxion [dot] net>
|
# Contributor: Simon Perry <aur [at] sanxion [dot] net>
|
||||||
|
|
||||||
pkgname=dropbear
|
pkgname=dropbear
|
||||||
pkgver=2013.62
|
pkgver=2014.63
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Lightweight replacement for sshd"
|
pkgdesc="Lightweight replacement for sshd"
|
||||||
arch=('i686' 'x86_64' 'armv6h')
|
arch=('i686' 'x86_64' 'armv6h')
|
||||||
|
@ -15,7 +15,7 @@ license=('MIT')
|
||||||
depends=('zlib')
|
depends=('zlib')
|
||||||
source=(http://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2
|
source=(http://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2
|
||||||
$pkgname.service)
|
$pkgname.service)
|
||||||
sha256sums=('c6656302bbcc54b0a9c361f505822f6994039117ec32d2897ead3364da079ffa'
|
sha256sums=('595992de432ba586a0e7e191bbb1ad587727678bb3e345b018c395b8c55b57ae'
|
||||||
'1920dc2d9a1dd86b3137ae4348196f9b95142d6eee484ee536bc7dfed7f0def0')
|
'1920dc2d9a1dd86b3137ae4348196f9b95142d6eee484ee536bc7dfed7f0def0')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
||||||
pkgname=python2-configshell-fb
|
pkgname=python2-configshell-fb
|
||||||
_pkgname=configshell-fb
|
_pkgname=configshell-fb
|
||||||
pkgver=1.1.fb11
|
pkgver=1.1.fb12
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc="python framework for building simple CLI applications (free branch)"
|
pkgdesc="python framework for building simple CLI applications (free branch)"
|
||||||
|
@ -14,7 +14,7 @@ provides=('python2-configshell')
|
||||||
conflicts=('python2-configshell')
|
conflicts=('python2-configshell')
|
||||||
options=()
|
options=()
|
||||||
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz)
|
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz)
|
||||||
md5sums=('df98b31141060d37f4656528a0c3b711')
|
md5sums=('fc399f43f738d4f166b79a57128890ea')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$_pkgname-$pkgver"
|
cd "$srcdir/$_pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue