git » libmbim.git » commit 39e1f61

1.12.4

author Jan Alexander Steffens
2016-03-31 15:33:54 UTC
committer Jan Alexander Steffens
2016-03-31 15:33:54 UTC
parent 9fa4b295c17d1bb50d88286103b9c04081b51a33

1.12.4

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index a2c5dc2..1c094a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
 
 pkgname=libmbim
-pkgver=1.12.2
-pkgrel=2
+pkgver=1.12.4
+pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/libmbim/"
@@ -10,7 +10,7 @@ license=(GPL2)
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python)
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29')
+sha256sums=('7bd9af154e88ee1cccaf2fedd05e0f5cb82e3359ab6ad2a75cfec98bf57f973a')
 
 build() {
   cd $pkgname-$pkgver