[arch-commits] Commit in quazip/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Apr 29 14:44:42 UTC 2020


    Date: Wednesday, April 29, 2020 @ 14:44:42
  Author: arojas
Revision: 381850

Update to 0.9

Modified:
  quazip/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-29 14:37:36 UTC (rev 381849)
+++ PKGBUILD	2020-04-29 14:44:42 UTC (rev 381850)
@@ -1,3 +1,4 @@
+# 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>
@@ -4,8 +5,8 @@
 # Contributor: trya <tryagainprod at gmail.com>
 
 pkgname=quazip
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.9
+pkgrel=1
 pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
 url="https://stachenov.github.io/quazip/"
 license=(LGPL)
@@ -13,7 +14,7 @@
 depends=(qt5-base)
 makedepends=(cmake)
 source=($pkgname-$pkgver.tar.gz::https://github.com/stachenov/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('4fda4d4248e08015b5090d0369ef9e68bdc4475aa12494f7c0f6d79e43270d14')
+sha256sums=('377ebf77630e4cff7411fe149cb342e10f3be55ba123cc0b1ee09a25fc3faa06')
 
 prepare() {
   mkdir -p build
@@ -29,11 +30,4 @@
 package() {
   cd build
   make DESTDIR="$pkgdir" install
-  
-# generate pkgconfig 
-  cd ../$pkgname-$pkgver/quazip
-  qmake quazip.pro
-  make pkgconfig/quazip.pc
-  install -Dm 644 pkgconfig/quazip.pc -t "$pkgdir"/usr/lib/pkgconfig/
-  sed -e 's|-lquazip|-lquazip5|' -i "$pkgdir"/usr/lib/pkgconfig/quazip.pc
 }



More information about the arch-commits mailing list