[arch-commits] Commit in gammu/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Thu Jan 8 21:56:14 UTC 2015


    Date: Thursday, January 8, 2015 @ 22:56:14
  Author: eric
Revision: 125630

upgpkg: gammu 1.34.0-1

Upstream update, Add python2 optdepends

Modified:
  gammu/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-08 21:10:18 UTC (rev 125629)
+++ PKGBUILD	2015-01-08 21:56:14 UTC (rev 125630)
@@ -4,7 +4,7 @@
 # Contributor: Aurelien Foret <orelien at chez.com>
 
 pkgname=gammu
-pkgver=1.33.0
+pkgver=1.34.0
 pkgrel=1
 pkgdesc="GNU All Mobile Management Utilities"
 arch=('i686' 'x86_64')
@@ -12,9 +12,10 @@
 license=('GPL')
 depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 'libusb')
 makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('3f46afcc16829175d2d9060ac15813e8')
+optdepends=('dialog: support for the gammu-config script'
+	    'python2: for python bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('5bc2508389d9b291ca0b8d4f210d0012')
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list