Date: Sunday, April 9, 2023 @ 19:01:35
Author: arojas
Revision: 1443466
archrelease: copy trunk to community-x86_64
Added:
minizip-ng/repos/community-x86_64/PKGBUILD
(from rev 1443465, 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-04-09 19:01:23 UTC (rev 1443465)
+++ PKGBUILD 2023-04-09 19:01:35 UTC (rev 1443466)
@@ -1,27 +0,0 @@
-# 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
-}
Copied: minizip-ng/repos/community-x86_64/PKGBUILD (from rev 1443465,
minizip-ng/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-09 19:01:35 UTC (rev 1443466)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=minizip-ng
+pkgver=3.0.10
+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=('d4a549731d8c7074e421dbab6d8b8ad0a93067752fe767c464f0f40fa5f0a80d')
+
+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
+}