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

Laurent Carlier lcarlier at archlinux.org
Wed Dec 27 07:32:27 UTC 2017


    Date: Wednesday, December 27, 2017 @ 07:32:27
  Author: lcarlier
Revision: 313673

upgpkg: libzip 1.3.2-1

upstream update 1.3.2

Modified:
  libzip/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-27 06:08:22 UTC (rev 313672)
+++ PKGBUILD	2017-12-27 07:32:27 UTC (rev 313673)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=libzip
-pkgver=1.3.0
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="A C library for reading, creating, and modifying zip archives"
 url="http://www.nih.at/libzip/index.html"
@@ -11,7 +11,7 @@
 arch=('x86_64')
 depends=('zlib')
 source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('bf0342c919bea07ba8197a1691a4d2da')
+md5sums=('4fc45f0fb4c95cc340a40d50257dfd0f')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -24,8 +24,5 @@
   cd ${pkgname}-${pkgver}
 
   make DESTDIR="${pkgdir}" install
-
-  # preserve old header path for compatibility
-  ln -s /usr/lib/libzip/include/zipconf.h "${pkgdir}/usr/include/zipconf.h"
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



More information about the arch-commits mailing list