extra/gmic to 3.5.1-1

This commit is contained in:
David Beauchamp 2025-01-27 16:40:12 -05:00
parent 2deb7c317b
commit acc4b97d1d
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = gmic
pkgver = 3.5.0
pkgrel = 2
pkgver = 3.5.1
pkgrel = 1
url = https://gmic.eu/
arch = x86_64
license = CECILL-C
@ -13,8 +13,8 @@ pkgbase = gmic
makedepends = openexr
makedepends = qt5-base
makedepends = qt5-tools
source = https://gmic.eu/files/source/gmic_3.5.0.tar.gz
sha256sums = 847ddf438bbe73ec1447a8d98916571c75664bed050ac11212e45b2eb4c1cad0
source = https://gmic.eu/files/source/gmic_3.5.1.tar.gz
sha256sums = 6519408a258fcbab1916b479227a030fbb875280d1cfd0833d1391526fe51a95
pkgname = gmic
pkgdesc = GREYC's Magic Image Converter: image processing framework

View file

@ -12,8 +12,8 @@ highmem=1
pkgbase=gmic
pkgname=(gmic
gimp-plugin-gmic)
pkgver=3.5.0
pkgrel=2
pkgver=3.5.1
pkgrel=1
arch=(x86_64)
url='https://gmic.eu/'
license=(CECILL-C)
@ -27,7 +27,7 @@ makedepends=(cmake
qt5-base
qt5-tools)
source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
sha256sums=('847ddf438bbe73ec1447a8d98916571c75664bed050ac11212e45b2eb4c1cad0')
sha256sums=('6519408a258fcbab1916b479227a030fbb875280d1cfd0833d1391526fe51a95')
build() {
cmake -B build -S gmic-$pkgver \