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

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Oct 13 05:44:51 UTC 2015


    Date: Tuesday, October 13, 2015 @ 07:44:51
  Author: jlichtblau
Revision: 143858

upgpkg: gammu 1.36.6-1 - new upstream release

Modified:
  gammu/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-13 04:59:38 UTC (rev 143857)
+++ PKGBUILD	2015-10-13 05:44:51 UTC (rev 143858)
@@ -1,28 +1,27 @@
 # $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
 # Contributor: Corrado Primier <bardo at aur.archlinux.org>
 # Contributor: Aurelien Foret <orelien at chez.com>
 
 pkgname=gammu
-pkgver=1.36.5
+pkgver=1.36.6
 pkgrel=1
 pkgdesc="GNU All Mobile Management Utilities"
 arch=('i686' 'x86_64')
-url="http://wammu.eu/"
+url="http://wammu.eu/gammu/"
 license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs'
-         'libusb' 'libgudev')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 'libusb' 'libgudev')
 makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script'
-	    'python2: for python bindings')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python bindings')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('b89d4d90137ccd6bf76a2c24fc3fc99f')
+md5sums=('9047f0598602144a99153f5e61104529')
 
 build() {
   cd "$pkgname-$pkgver"
 
   # bash completion dir change
-  sed -i 's,DESTINATION "/etc/bash_completion.d",DESTINATION "/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR "/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
 
   cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
 



More information about the arch-commits mailing list