From e44618f043395320615d24703ef8450d2872a8cd Mon Sep 17 00:00:00 2001 From: gnastyle Date: Thu, 30 Mar 2017 22:49:34 +0200 Subject: [PATCH] gammu: update to 1.38.2 --- gammu/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gammu/PKGBUILD b/gammu/PKGBUILD index 9ce2433f9..2e3eaa9e1 100644 --- a/gammu/PKGBUILD +++ b/gammu/PKGBUILD @@ -1,6 +1,6 @@ pkgname=gammu -pkgver=1.38.1 -pkgrel=2 +pkgver=1.38.2 +pkgrel=1 pkgdesc="GNU All Mobile Management Utilities" arch=('x86_64') url="http://wammu.eu/" @@ -11,7 +11,7 @@ makedepends=('cmake' 'doxygen' 'mysql') optdepends=('dialog: support for the gammu-config script') categories=('utils') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('830ad11f88318c9a08645ac41d328e5c0e5ecd4b02c972343c0ec32d772ff1c2') +sha256sums=('3e478dede2b819859e6d7265c3a0cbf5d9ffa4ca450a51c2beacf92b6434c2b7') build() { cd "$srcdir/$pkgname-$pkgver"