diff options
author | root <root@rshg054.dnsready.net> | 2012-01-02 23:14:48 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-02 23:14:48 +0000 |
commit | 48c96871761a4aad193d814e87ddb87c322e17d2 (patch) | |
tree | 60a798c3bbdef2ba8f51c6719e80b5552a9fb6d4 /community/gammu | |
parent | 29f5aa692a3fa3ff3e743a47d1c57f1cc0341809 (diff) |
Mon Jan 2 23:14:48 UTC 2012
Diffstat (limited to 'community/gammu')
-rw-r--r-- | community/gammu/PKGBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/community/gammu/PKGBUILD b/community/gammu/PKGBUILD index 7ede3ead2..6fcfeab68 100644 --- a/community/gammu/PKGBUILD +++ b/community/gammu/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 52053 2011-07-19 20:30:49Z schiv $ +# $Id: PKGBUILD 61481 2012-01-01 10:15:29Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Corrado Primier <bardo@aur.archlinux.org> # Contributor: Aurelien Foret <orelien@chez.com> pkgname=gammu -pkgver=1.30.0 +pkgver=1.31.0 pkgrel=1 pkgdesc="GNU All Mobile Management Utilities" arch=('i686' 'x86_64') @@ -14,9 +14,9 @@ depends=('bluez' 'curl' 'libmysqlclient' 'postgresql-libs' 'python2' 'libusb') makedepends=('cmake' 'doxygen' 'mysql') optdepends=('dialog: support for the gammu-config script') -options=('!makeflags') -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('5bb061f1299e7ae8d38ecac1b8b11465') +#options=('!makeflags') +source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2") +md5sums=('9b1ff5d84730f025802b961ab9f26717') build() { cd "$srcdir/$pkgname-$pkgver" @@ -30,3 +30,5 @@ package() { make DESTDIR="$pkgdir" install } + +# vim:set ts=2 sw=2 et: |