[arch-commits] Commit in quazip/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Nov 13 19:27:39 UTC 2021
Date: Saturday, November 13, 2021 @ 19:27:38
Author: arojas
Revision: 428314
Update to 1.2
Modified:
quazip/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-13 18:12:13 UTC (rev 428313)
+++ PKGBUILD 2021-11-13 19:27:38 UTC (rev 428314)
@@ -5,16 +5,16 @@
# Contributor: trya <tryagainprod at 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 \
More information about the arch-commits
mailing list