Skip to content
Snippets Groups Projects
Commit 5cc8e155 authored by Christian Hesse's avatar Christian Hesse :stuck_out_tongue_winking_eye:
Browse files

new upstream release

parent ee2e3fa2
No related branches found
No related tags found
No related merge requests found
# Maintainer: Eric Bélanger <eric@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 @@ url='http://www.littlecms.com/'
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 @@ build() {
}
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment