Date: Thursday, March 16, 2023 @ 17:01:43
Author: arojas
Revision: 1421107
archrelease: copy trunk to community-x86_64
Added:
minizip-ng/repos/community-x86_64/PKGBUILD
(from rev 1421106, minizip-ng/trunk/PKGBUILD)
Deleted:
minizip-ng/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-16 17:01:33 UTC (rev 1421106)
+++ PKGBUILD 2023-03-16 17:01:43 UTC (rev 1421107)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=minizip-ng
-pkgver=3.0.8
-pkgrel=1
-pkgdesc='Fork of the popular zip manipulation library found in the zlib
distribution'
-arch=(x86_64)
-url='https://github.com/zlib-ng/minizip-ng'
-license=(custom)
-depends=(openssl bzip2 zstd)
-makedepends=(cmake)
-source=(https://github.com/zlib-ng/minizip-ng/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('27cc2f62cd02d79b71b346fc6ace02728385f8ba9c6b5f124062b0790a04629a')
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DMZ_PROJECT_SUFFIX="-ng" \
- -DBUILD_SHARED_LIBS=ON
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
- rm "$pkgdir"/usr/include/{,un}zip.h # Conflict with libzip
- install -Dm644 $pkgname-$pkgver/LICENSE -t
"$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: minizip-ng/repos/community-x86_64/PKGBUILD (from rev 1421106,
minizip-ng/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-16 17:01:43 UTC (rev 1421107)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=minizip-ng
+pkgver=3.0.9
+pkgrel=1
+pkgdesc='Fork of the popular zip manipulation library found in the zlib
distribution'
+arch=(x86_64)
+url='https://github.com/zlib-ng/minizip-ng'
+license=(custom)
+depends=(openssl bzip2 zstd)
+makedepends=(cmake)
+source=(https://github.com/zlib-ng/minizip-ng/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('992693a532eb15b20d306e6aeea1a1a6501bd19dca993ebe9a95fd22d6b7fd74')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DMZ_PROJECT_SUFFIX="-ng" \
+ -DBUILD_SHARED_LIBS=ON
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+ rm "$pkgdir"/usr/include/{,un}zip.h # Conflict with libzip
+ install -Dm644 $pkgname-$pkgver/LICENSE -t
"$pkgdir"/usr/share/licenses/$pkgname
+}