diff options
author | root <root@rshg054.dnsready.net> | 2013-06-08 00:07:33 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-08 00:07:33 -0700 |
commit | e90166c70f3a2bd27d8c914491f7e0510855fd3f (patch) | |
tree | c0ec802e40354cae1e19532f4dc5e16713d869df /community/gammu/PKGBUILD | |
parent | 0312a836fd7650702bd6667fee9e949b585126d8 (diff) |
Sat Jun 8 00:07:33 PDT 2013
Diffstat (limited to 'community/gammu/PKGBUILD')
-rw-r--r-- | community/gammu/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/gammu/PKGBUILD b/community/gammu/PKGBUILD index 80f0e42ae..95f8da192 100644 --- a/community/gammu/PKGBUILD +++ b/community/gammu/PKGBUILD @@ -1,18 +1,17 @@ -# $Id: PKGBUILD 87059 2013-03-26 14:42:55Z schiv $ +# $Id: PKGBUILD 92498 2013-06-07 09:28:57Z tomegun $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Corrado Primier <bardo@aur.archlinux.org> # Contributor: Aurelien Foret <orelien@chez.com> pkgname=gammu pkgver=1.32.0 -pkgrel=3 +pkgrel=4 pkgdesc="GNU All Mobile Management Utilities" arch=('i686' 'x86_64') url="http://wammu.eu/" license=('GPL') -depends=('bluez' 'curl' 'libmariadbclient' - 'postgresql-libs' 'libusb') -makedepends=('cmake' 'doxygen' 'mariadb') +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=('8ea16c6b3cc48097a8e62311fe0e25b9') |