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

Antonio Rojas arojas at gemini.archlinux.org
Sat Dec 11 19:20:31 UTC 2021


    Date: Saturday, December 11, 2021 @ 19:20:31
  Author: arojas
Revision: 1068309

Update to 1.7.5

Modified:
  lib32-imlib2/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-11 18:55:12 UTC (rev 1068308)
+++ PKGBUILD	2021-12-11 19:20:31 UTC (rev 1068309)
@@ -6,7 +6,7 @@
 
 pkgname=lib32-imlib2
 _pkgname=imlib2
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc="Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support, lib32"
 url="https://sourceforge.net/projects/enlightenment/"
@@ -13,14 +13,9 @@
 arch=('x86_64')
 license=('BSD')
 depends=('lib32-libtiff' 'lib32-giflib' 'lib32-bzip2' 'lib32-freetype2' 'lib32-libxext' 'lib32-libpng' 'lib32-libid3tag' 'lib32-libjpeg-turbo' 'lib32-libwebp' "${_pkgname}")
-source=("https://downloads.sourceforge.net/enlightenment/${_pkgname}-$pkgver.tar.bz2")
-sha512sums=('54c213de38535f14359d9e407b9ae5911a158347525a298673ba53d122c3e506449feb34203e764e43d5aa163f3024093803cd976a23c0f0f65b843ed9685d66')
+source=("https://downloads.sourceforge.net/project/enlightenment/imlib2-src/$pkgver/$_pkgname-$pkgver.tar.xz")
+sha512sums=('6e0a79359d6cac297b7a074a75bf577c8c1e3932d9993616834ea9076a7df544fafcfa960fe8ed7468f1291533f3c828260ccb809a882dadb3f3650ba9dd3f28')
 
-prepare() {
-  cd "$_pkgname-$pkgver"
-  sed -i 's/@my_libs@//' imlib2-config.in
-}
-
 build() {
   cd "$_pkgname-$pkgver"
 



More information about the arch-commits mailing list