git » quazip.git » commit 834e352

Update to 1.2

author Antonio Rojas
2021-11-13 19:27:38 UTC
committer Antonio Rojas
2021-11-13 19:27:38 UTC
parent 074528046c4792a2aa1d43b7139bec8d820d5ac7

Update to 1.2

PKGBUILD +5 -5

diff --git a/PKGBUILD b/PKGBUILD
index 5f319f8..308f533 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,16 @@
 # Contributor: trya <tryagainprod@gmail.com>
 
 pkgname=quazip
-pkgver=1.1
+pkgver=1.2
 pkgrel=1
-pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
-url="https://stachenov.github.io/quazip/"
+pkgdesc='C++ wrapper for the ZIP/UNZIP C package'
+url='https://stachenov.github.io/quazip/'
 license=(LGPL)
 arch=(x86_64)
 depends=(qt5-base)
 makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::https://github.com/stachenov/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('54edce9c11371762bd4f0003c2937b5d8806a2752dd9c0fd9085e90792612ad0')
+source=(https://github.com/stachenov/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('2dfb911d6b27545de0b98798d967c40430312377e6ade57096d6ec80c720cb61')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \