Date: Wednesday, July 15, 2015 @ 19:43:55 Author: jlichtblau Revision: 136957
upgpkg: wammu 0.39-1 - new upstream release Modified: wammu/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-15 12:34:27 UTC (rev 136956) +++ PKGBUILD 2015-07-15 17:43:55 UTC (rev 136957) @@ -1,10 +1,11 @@ # $Id$ -# Maintainer: Ray Rashif <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> +# Contributor: Ray Rashif <[email protected]> # Contributor: Corrado 'bardo' Primier <[email protected]> # Contributor: cs-cam <me.at.camdaniel.com> pkgname=wammu -pkgver=0.38 +pkgver=0.39 pkgrel=1 pkgdesc="A wxPython-based GUI for Gammu" arch=('any') @@ -14,8 +15,8 @@ optdepends=('gnome-bluetooth: Bluetooth support' 'python2-pybluez: Bluetooth support' 'notification-daemon: Notifications support') -source=("http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2") -md5sums=('c44f23645f1a7250f9e191a7a89eae03') +source=(http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2) +md5sums=('064eefd6477e77193936447826a6afde') build() { @@ -28,5 +29,5 @@ package() { cd "$pkgname-$pkgver" - python2 setup.py install --root="$pkgdir" --optimize=1 + python2 setup.py install --root="${pkgdir}" --optimize=1 }
