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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Apr 1 08:21:39 UTC 2015


    Date: Wednesday, April 1, 2015 @ 10:21:39
  Author: svenstaro
Revision: 130465

upgpkg: freeimage 3.17.0-1

upstream release 3.17

Modified:
  freeimage/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-01 08:14:31 UTC (rev 130464)
+++ PKGBUILD	2015-04-01 08:21:39 UTC (rev 130465)
@@ -5,8 +5,8 @@
 # Contributor: scippio <scippio at berounet.cz>
 
 pkgname=freeimage
-pkgver=3.16.0
-pkgrel=3
+pkgver=3.17.0
+pkgrel=1
 pkgdesc="Library project for developers who would like to support popular graphics image formats"
 arch=('i686' 'x86_64')
 license=('GPL' 'custom:FIPL')
@@ -14,7 +14,7 @@
 depends=('gcc-libs')
 makedepends=('dos2unix')
 source=("http://downloads.sourceforge.net/project/freeimage/Source%20Distribution/${pkgver}/FreeImage${pkgver//./}.zip")
-md5sums=('1a2d1fff6204adbd479cc98818892fc1')
+md5sums=('459e15f0ec75d6efa3c7bd63277ead86')
 
 build() {
   cp -r FreeImage FreeImagefip
@@ -36,8 +36,5 @@
   cd ${srcdir}/FreeImagefip
   make -f Makefile.fip DESTDIR=${pkgdir} install
 
-  ln -s libfreeimageplus-${pkgver}.so ${pkgdir}/usr/lib/libfreeimageplus.so
-  ln -s libfreeimageplus-${pkgver}.so ${pkgdir}/usr/lib/libfreeimageplus.so.3
-
   install -D -m644 ${srcdir}/FreeImage/license-fi.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



More information about the arch-commits mailing list