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

Christian Hesse eworm at gemini.archlinux.org
Sun Jan 30 16:07:26 UTC 2022


    Date: Sunday, January 30, 2022 @ 16:07:24
  Author: eworm
Revision: 435517

upgpkg: lcms2 2.13-1: new upstream release

Modified:
  lcms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 16:03:12 UTC (rev 435516)
+++ PKGBUILD	2022-01-30 16:07:24 UTC (rev 435517)
@@ -1,7 +1,7 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=lcms2
-pkgver=2.12
+pkgver=2.13
 pkgrel=1
 pkgdesc='Small-footprint color management engine, version 2'
 arch=('x86_64')
@@ -9,11 +9,11 @@
 license=('MIT')
 depends=('libtiff')
 provides=('liblcms2.so')
-source=("https://github.com/mm2/Little-CMS/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('e501f1482fc424550ef3abbf86bf1c66090e1661249e89552d39ed5bf935df66')
+source=("https://github.com/mm2/Little-CMS/releases/download/lcms${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('0c67a5cc144029cfa34647a52809ec399aae488db4258a6a66fba318474a070f')
 
 build() {
-  cd Little-CMS-${pkgver}
+  cd "${pkgname}-${pkgver}"
 
   ./configure \
     --prefix=/usr
@@ -21,13 +21,13 @@
 }
 
 check() {
-  cd Little-CMS-${pkgver}
+  cd "${pkgname}-${pkgver}"
 
   make check
 }
 
 package() {
-  cd Little-CMS-${pkgver}
+  cd "${pkgname}-${pkgver}"
 
   make DESTDIR="${pkgdir}" install
   install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"



More information about the arch-commits mailing list