[arch-commits] Commit in quazip/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Oct 11 18:50:20 UTC 2020


    Date: Sunday, October 11, 2020 @ 18:50:19
  Author: arojas
Revision: 397948

Update to 1.1

Modified:
  quazip/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-11 18:43:55 UTC (rev 397947)
+++ PKGBUILD	2020-10-11 18:50:19 UTC (rev 397948)
@@ -5,7 +5,7 @@
 # Contributor: trya <tryagainprod at gmail.com>
 
 pkgname=quazip
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
 url="https://stachenov.github.io/quazip/"
@@ -14,7 +14,7 @@
 depends=(qt5-base)
 makedepends=(cmake)
 source=($pkgname-$pkgver.tar.gz::https://github.com/stachenov/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('7c7d980ec4873a9fc5204bd7716948253dcdcba3ed2532ccbd80c0d684ff4441')
+sha256sums=('54edce9c11371762bd4f0003c2937b5d8806a2752dd9c0fd9085e90792612ad0')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



More information about the arch-commits mailing list