[arch-commits] Commit in quazip/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Nov 13 19:27:52 UTC 2021
Date: Saturday, November 13, 2021 @ 19:27:52
Author: arojas
Revision: 428315
archrelease: copy trunk to extra-x86_64
Added:
quazip/repos/extra-x86_64/PKGBUILD
(from rev 428314, quazip/trunk/PKGBUILD)
Deleted:
quazip/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-13 19:27:38 UTC (rev 428314)
+++ PKGBUILD 2021-11-13 19:27:52 UTC (rev 428315)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: trya <tryagainprod at gmail.com>
-
-pkgname=quazip
-pkgver=1.1
-pkgrel=1
-pkgdesc="C++ wrapper for the Gilles Vollant's 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')
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: quazip/repos/extra-x86_64/PKGBUILD (from rev 428314, quazip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-13 19:27:52 UTC (rev 428315)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: trya <tryagainprod at gmail.com>
+
+pkgname=quazip
+pkgver=1.2
+pkgrel=1
+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=(https://github.com/stachenov/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('2dfb911d6b27545de0b98798d967c40430312377e6ade57096d6ec80c720cb61')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list