git » quazip.git » commit 6c2c54b

upgpkg: 0.7.1-1

author Felix Yan
2015-01-29 10:01:11 UTC
committer Felix Yan
2015-01-29 10:01:11 UTC
parent f15a678a01f2536bda4457a107bf4749c5ebbfc2

upgpkg: 0.7.1-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 92f65e8..bff412f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
 # Contributor: trya <tryagainprod@gmail.com>
 
 pkgname=quazip
-pkgver=0.7
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
 pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
 url="http://sourceforge.net/projects/quazip/"
 license=('LGPL')
 arch=('i686' 'x86_64')
 depends=('qt4')
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('52a9d807934ce4e9c30ead677a3148d2')
+md5sums=('3b99effb2a9417707d463e6f19cf2629')
 
 build() {
   cd ${pkgname}-${pkgver}/${pkgname}