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
34d5b6a191
commit
d6a8f7bbff
7 changed files with 37 additions and 44 deletions
|
@ -3,7 +3,7 @@
|
|||
# Contributor: Maik Broemme <mbroemme@libmpq.org>
|
||||
|
||||
pkgname=asterisk
|
||||
pkgver=13.2.0
|
||||
pkgver=13.3.1
|
||||
pkgrel=1
|
||||
pkgdesc="A complete PBX solution"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -125,7 +125,7 @@ source=(http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-$
|
|||
${pkgname}.logrotated \
|
||||
${pkgname}.tmpfile)
|
||||
install=${pkgname}.install
|
||||
sha256sums=('bcef6b30cf7bb1943b12939a4dc98a53f837a8f7ef564fe44cf73ea87e114a9b'
|
||||
sha256sums=('8f90d60db751e8e8f7c2edff29044ed6c646bf9ac36d74c09c0f79369e2ec7ed'
|
||||
'74e0b278d553499f0c648a6e3d55c0dbb11b0c6dc93a85b020a21eafadb83783'
|
||||
'caa24cfec5c6b4f8cea385269e39557362acad7e2a552994c3bc24080e3bdd4e'
|
||||
'673c0c55bce8068c297f9cdd389402c2d5d5a25e2cf84732cb071198bd6fa78a')
|
||||
|
|
|
@ -1,24 +1,32 @@
|
|||
# Contributor: Matthew Bauer <mjbauer95@gmail.com>
|
||||
# Contributor: TingPing <tingping@fedoraproject.org>
|
||||
# Maintainer: Steven Allen <steven@stebalien.com>
|
||||
|
||||
_pkgname=pithos
|
||||
pkgname=$_pkgname-git
|
||||
pkgver=436
|
||||
pkgrel=1
|
||||
pkgver=448
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc='Pandora Internet Radio player for GNOME'
|
||||
arch=('any')
|
||||
url="http://pithos.github.io/"
|
||||
license=('GPL3')
|
||||
depends=('python' 'gtk3' 'python-gobject' 'python-dbus' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-base' 'python-pylast' 'libnotify' 'python-setuptools')
|
||||
makedepends=('git')
|
||||
depends=('python' 'gtk3' 'python-gobject'
|
||||
'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-base'
|
||||
'python-setuptools' 'python-cairo')
|
||||
optdepends=('libkeybinder3: for media keys plugin'
|
||||
'gst-plugins-ugly: MP3 playback support'
|
||||
'libappindicator3: Unity indicator applet support'
|
||||
'python-pacparser: PAC proxy support')
|
||||
'python-pacparser: PAC proxy support'
|
||||
'python-pylast: Last.fm scrobbling support'
|
||||
'libnotify: Notification support'
|
||||
'python-dbus: MPRIS/Screensaver Pause/Gnome mediakeys support')
|
||||
makedepends=('git')
|
||||
provides=("$_pkgname")
|
||||
conflicts=("$_pkgname-bzr" "$_pkgname")
|
||||
install="$pkgname.install"
|
||||
sha256sums=('961b42a5b1105ff4625b86f87b5fa5d83a59495149cfb74b59f51e910a474ff9'
|
||||
'SKIP')
|
||||
|
||||
source=("$pkgname.install" "git+https://github.com/pithos/pithos.git")
|
||||
|
||||
|
@ -27,16 +35,7 @@ pkgver() {
|
|||
git rev-list HEAD --count
|
||||
}
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$_pkgname"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$_pkgname"
|
||||
python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}"
|
||||
python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}/"
|
||||
}
|
||||
|
||||
md5sums=('c9db50a1fd3d86efe4d6f8a7b044e718'
|
||||
'SKIP')
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# - set endianness for ARM
|
||||
|
||||
pkgname=pjproject
|
||||
pkgver=2.3
|
||||
pkgver=2.4
|
||||
pkgrel=1
|
||||
pkgdesc="Open source SIP stack and media stack"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -18,7 +18,7 @@ install=pjproject.install
|
|||
source=(http://www.pjsip.org/release/${pkgver}/pjproject-${pkgver}.tar.bz2
|
||||
ffmpeg.patch
|
||||
arm.patch)
|
||||
sha256sums=('e7fa60a3b59424430145af90372282ca778449f7b68b77bb24a9cf75d94d5765'
|
||||
sha256sums=('108015aeda8dce20d182ec9b4fc277026d2b1796e82947da106eeb406eb02059'
|
||||
'7393f742cccbbcf1ed9d04dbc0bcb506970dd6e1c410f881a169d98fc376e95d'
|
||||
'ad3c26950003da0b2db2fa532e1340828e05cbd6e336f1f6d96850d90d297ffa')
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
||||
pkgname=('python-rtslib-fb' 'python2-rtslib-fb')
|
||||
_pkgname=rtslib-fb
|
||||
pkgver=2.1.fb52
|
||||
pkgver=2.1.fb53
|
||||
pkgrel=1
|
||||
pkgdesc="free branch version of the LIO target API"
|
||||
arch=('any')
|
||||
|
@ -12,7 +12,7 @@ backup=()
|
|||
options=()
|
||||
install=
|
||||
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz target.service)
|
||||
sha256sums=('774e5498c317c1a17867e7f0a460aa4ac52ff856466858390f18913e4d266acf'
|
||||
sha256sums=('0578a8c32227cda5129e41dd4142ad43325d1aafe56d4e60a31430b15a269744'
|
||||
'74b9e5c11eab1781aa8b43680b429080ae800fbcdafd29626791b5426a4cdea8')
|
||||
|
||||
|
||||
|
|
|
@ -1,17 +1,16 @@
|
|||
# Maintainer: Shanto <shanto@hotmail.com>
|
||||
# Maintainer: Yaron de Leeuw < me@jarondl.net >
|
||||
# Maintained at : https://github.com/jarondl/aur-pkgbuilds-jarondl
|
||||
|
||||
# ALARM Maintainer: Yaron de Leeuw < me@jarondl.net >
|
||||
# upgraded version, and added dependencies.
|
||||
# Contributor: Shanto <shanto@hotmail.com>
|
||||
|
||||
pkgname=python2-apscheduler
|
||||
_pkgname=APScheduler
|
||||
pkgver=3.0.1
|
||||
pkgver=3.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="Advanced Python Scheduler is a light but powerful in-process task scheduler"
|
||||
arch=(any)
|
||||
url="http://pypi.python.org/pypi/APScheduler"
|
||||
pkgdesc="In-process task scheduler with Cron-like capabilities"
|
||||
arch=('any')
|
||||
url="https://pypi.python.org/pypi/APScheduler"
|
||||
license=('MIT')
|
||||
#groups=()
|
||||
depends=('python2'
|
||||
'python2-pytz'
|
||||
'python2-tzlocal'
|
||||
|
@ -19,17 +18,12 @@ depends=('python2'
|
|||
'python2-six'
|
||||
'python2-setuptools'
|
||||
)
|
||||
#makedepends=()
|
||||
#provides=()
|
||||
#conflicts=()
|
||||
#replaces=()
|
||||
#backup=()
|
||||
options=(!emptydirs)
|
||||
#install=
|
||||
source=("http://pypi.python.org/packages/source/A/APScheduler/APScheduler-$pkgver.tar.gz")
|
||||
source=("https://pypi.python.org/packages/source/A/APScheduler/APScheduler-$pkgver.tar.gz"
|
||||
"https://bitbucket.org/agronholm/apscheduler/raw/master/LICENSE.txt")
|
||||
sha256sums=('48148179fef21486a3a30e9236f9b4401024fd44e09d6ae23a465ad5783a737b'
|
||||
'6163f7987dfb38d6bc320ce2b70b2f02b862bc41126516d552ef1cd43247e758')
|
||||
package() {
|
||||
cd "$srcdir/$_pkgname-$pkgver"
|
||||
python2 setup.py install --root="$pkgdir/" --optimize=1
|
||||
find $pkgdir -path '*.egg-info/*' -exec chmod 0644 {} \;
|
||||
install -D -m644 ../LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
}
|
||||
md5sums=('7c3687b3dcd645fe9df48e34eb7a7592')
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=python2-tzlocal
|
||||
_pkgname=tzlocal
|
||||
pkgver=1.1.2
|
||||
pkgver=1.1.3
|
||||
pkgrel=1
|
||||
pkgdesc="Python2 version for tzinfo object for the local timezone"
|
||||
arch=('any')
|
||||
|
@ -10,8 +10,8 @@ url='https://pypi.python.org/pypi/tzlocal'
|
|||
license=('custom')
|
||||
depends=('python2-pytz')
|
||||
makedepends=('python2-setuptools')
|
||||
source=("https://pypi.python.org/packages/source/t/${_pkgname}/${_pkgname}-$pkgver.zip")
|
||||
sha256sums=('4d9ddb8d5eab086e3a7c504c6e994ffa85df43e40da4d6be776218be051c677a')
|
||||
source=("https://pypi.python.org/packages/source/t/${_pkgname}/${_pkgname}-$pkgver.tar.gz")
|
||||
sha256sums=('1950d112ed1b717683280d54f1e7a4533564d479127162cbf247bd0fb3708983')
|
||||
|
||||
package() {
|
||||
cd "${_pkgname}-$pkgver"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
||||
pkgname=targetcli-fb
|
||||
pkgver=2.1.fb39
|
||||
pkgver=2.1.fb40
|
||||
pkgrel=1
|
||||
pkgdesc="free branch of the targetcli LIO administration shell (iSCSI + Co)"
|
||||
arch=('any')
|
||||
|
@ -16,7 +16,7 @@ backup=()
|
|||
options=()
|
||||
install=
|
||||
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$pkgname-$pkgver.tar.gz)
|
||||
sha256sums=('a477b0279fcf03e423df5738324c82d1f67b667f86541b03ee4b522692679ab3')
|
||||
sha256sums=('9170cc5d3773fa5a57a2c45347f5321329d93b7b9991223b20673d137f33939c')
|
||||
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue