summaryrefslogtreecommitdiff
path: root/community/gammu/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gammu/PKGBUILD')
-rw-r--r--community/gammu/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/gammu/PKGBUILD b/community/gammu/PKGBUILD
index 4ce5a1dfe..e0f5f37ca 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' 'mips64el')
@@ -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: