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

Ronald van Haren ronald at archlinux.org
Wed Mar 28 07:54:17 UTC 2018


    Date: Wednesday, March 28, 2018 @ 07:54:16
  Author: ronald
Revision: 320534

upgpkg: imlib2 1.5.1-1

update to 1.5.1

Modified:
  imlib2/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-28 07:48:23 UTC (rev 320533)
+++ PKGBUILD	2018-03-28 07:54:16 UTC (rev 320534)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom <Jeepster.gmx.co.uk>
 
 pkgname=imlib2
-pkgver=1.4.10
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support"
 url="http://sourceforge.net/projects/enlightenment/"
@@ -12,13 +12,15 @@
 license=('BSD')
 depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 'libjpeg-turbo')
 source=(http://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2)
-sha1sums=('664df65c6265a2825d685d2f3a4f0d072eb626ac')
+sha512sums=('f9d971674887d4af067c6921e34b6fe598db0317052bc864b676c526b36373ce021d9d49cad95aa64dbbd8e74f1831ddf3ed105900e3df2b66a6b53f7f27c732')
 
+
 prepare() {
   cd "${pkgname}-${pkgver}"
   sed -i 's/@my_libs@//' imlib2-config.in
 }
 
+
 build() {
   cd "${pkgname}-${pkgver}"
 
@@ -31,11 +33,13 @@
   make
 }
 
+
 check() {
   cd "${pkgname}-${pkgver}"
   make check
 }
 
+
 package() {
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install



More information about the arch-commits mailing list