diff --git a/aur/asterisk/PKGBUILD b/aur/asterisk/PKGBUILD index 03569cbf0..0f4824a59 100644 --- a/aur/asterisk/PKGBUILD +++ b/aur/asterisk/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Maik Broemme pkgname=asterisk -pkgver=12.5.0 +pkgver=12.5.1 pkgrel=1 pkgdesc="A complete PBX solution" arch=('i686' 'x86_64') @@ -126,10 +126,10 @@ source=(http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-$ ${pkgname}.logrotated \ ${pkgname}.tmpfile) install=${pkgname}.install -sha256sums=('8355ccd815f2715ff49bf70c2480b5ea895e0a75250d0f111b1cae5af5acf06f' - '74e0b278d553499f0c648a6e3d55c0dbb11b0c6dc93a85b020a21eafadb83783' - 'caa24cfec5c6b4f8cea385269e39557362acad7e2a552994c3bc24080e3bdd4e' - '673c0c55bce8068c297f9cdd389402c2d5d5a25e2cf84732cb071198bd6fa78a') +sha256sums=('e9ed82e6573d7a38892e61bd99d06e40dc93b6e82ec14077f085a07b5cf55651' + '74e0b278d553499f0c648a6e3d55c0dbb11b0c6dc93a85b020a21eafadb83783' + 'caa24cfec5c6b4f8cea385269e39557362acad7e2a552994c3bc24080e3bdd4e' + '673c0c55bce8068c297f9cdd389402c2d5d5a25e2cf84732cb071198bd6fa78a') build() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/aur/python-configshell-fb/PKGBUILD b/aur/python-configshell-fb/PKGBUILD index bcb7a018b..ff93fb80f 100644 --- a/aur/python-configshell-fb/PKGBUILD +++ b/aur/python-configshell-fb/PKGBUILD @@ -1,28 +1,32 @@ # Contributor: Johannes Dewender arch at JonnyJD dot net -pkgname=python-configshell-fb +pkgname=('python-configshell-fb' 'python2-configshell-fb') _pkgname=configshell-fb -pkgver=1.1.fb14 -pkgrel=1 +pkgver=1.1.fb15 +pkgrel=3 pkgdesc="python framework for building simple CLI applications (free branch)" arch=('any') url="https://github.com/agrover/configshell-fb" license=('Apache') -depends=('python-pyparsing' 'python-urwid') -makedepends=('python-setuptools') -provides=('python-configshell') -conflicts=('python-configshell') options=() source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz) -sha256sums=('280b6a1361a0d27804e281d54d5513f7dc2258a7a8404ebd9ae53f97ae992d26') +sha256sums=('7e645509acff3e92d4b824be48cdca1ba059e94ae9f9e0bdedd5829c310518d9') -build() { +package_python-configshell-fb() { + depends=('python-pyparsing' 'python-urwid') + makedepends=('python-setuptools') + provides=('python-configshell') + conflicts=('python-configshell') cd "$srcdir/$_pkgname-$pkgver" - python setup.py build + python setup.py install --root="$pkgdir/" --optimize=1 } -package() { +package_python2-configshell-fb() { + depends=('python2-pyparsing' 'python2-urwid') + makedepends=('python2-setuptools') + provides=('python2-configshell') + conflicts=('python2-configshell') cd "$srcdir/$_pkgname-$pkgver" - python setup.py install --skip-build --root="$pkgdir/" --optimize=1 + python2 setup.py install --root="$pkgdir/" --optimize=1 } # vim:set ts=2 sw=2 et: diff --git a/aur/python-rtslib-fb/PKGBUILD b/aur/python-rtslib-fb/PKGBUILD index 17e80ff1e..af3bab3fc 100644 --- a/aur/python-rtslib-fb/PKGBUILD +++ b/aur/python-rtslib-fb/PKGBUILD @@ -1,7 +1,7 @@ # Contributor: Johannes Dewender arch at JonnyJD dot net pkgname=python-rtslib-fb _pkgname=rtslib-fb -pkgver=2.1.fb49 +pkgver=2.1.fb50 pkgrel=1 pkgdesc="free branch version of the LIO target API" arch=('any') @@ -16,7 +16,7 @@ backup=() options=() install= source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz target.service) -sha256sums=('1827d036c0de760d6ce9040edb3bee85cf7bf5eb7af025e66db559646391d0f9' +sha256sums=('8a5ed44fc42e7a1f136db9eebb67d4cdc22ba3ba7a675f7af756bb2b550b4dad' '74b9e5c11eab1781aa8b43680b429080ae800fbcdafd29626791b5426a4cdea8') build() { diff --git a/aur/targetcli-fb/PKGBUILD b/aur/targetcli-fb/PKGBUILD index 6d1f6d11e..1f0cc4f87 100644 --- a/aur/targetcli-fb/PKGBUILD +++ b/aur/targetcli-fb/PKGBUILD @@ -1,6 +1,6 @@ # Contributor: Johannes Dewender arch at JonnyJD dot net pkgname=targetcli-fb -pkgver=2.1.fb36 +pkgver=2.1.fb37 pkgrel=1 pkgdesc="free branch of the targetcli LIO administration shell (iSCSI + Co)" arch=('any') @@ -32,4 +32,4 @@ package() { } # vim:set ts=2 sw=2 et: -sha256sums=('6fce7c702c7b121ee900cfacef77234bad012cd97f9b256852f179afe29974aa') +sha256sums=('e7d11fa0a01cde443a1689966a62cab3e8a15ea500d03b0f9564b7ac44fa5a65')