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

Antonio Rojas arojas at archlinux.org
Mon Oct 5 11:19:28 UTC 2020


    Date: Monday, October 5, 2020 @ 11:19:28
  Author: arojas
Revision: 397289

Update to 1.0

Modified:
  quazip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-05 07:57:42 UTC (rev 397288)
+++ PKGBUILD	2020-10-05 11:19:28 UTC (rev 397289)
@@ -5,7 +5,7 @@
 # Contributor: trya <tryagainprod at gmail.com>
 
 pkgname=quazip
-pkgver=0.9.1
+pkgver=1.0
 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=('5d36b745cb94da440432690050e6db45b99b477cfe9bc3b82fd1a9d36fff95f5')
+sha256sums=('7c7d980ec4873a9fc5204bd7716948253dcdcba3ed2532ccbd80c0d684ff4441')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



More information about the arch-commits mailing list