extra/gmic to 3.3.5-1

This commit is contained in:
David Beauchamp 2024-03-12 12:19:34 -04:00
parent 475eb50bdd
commit a8e6b6f483
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
pkgbase = gmic
pkgver = 3.3.4
pkgver = 3.3.5
pkgrel = 1
url = https://gmic.eu/
arch = x86_64
@ -13,8 +13,8 @@ pkgbase = gmic
makedepends = openexr
makedepends = qt5-base
makedepends = qt5-tools
source = https://gmic.eu/files/source/gmic_3.3.4.tar.gz
sha256sums = f52c5c8b44afe830e0d7e177a1477621821f8aa2e5183f8a432970a17acfa0bb
source = https://gmic.eu/files/source/gmic_3.3.5.tar.gz
sha256sums = 052456e0d9dd6a3c1e102a857ae32150ee6d5cb02a1d2f810c197ec490e56c1b
pkgname = gmic
pkgdesc = GREYC's Magic Image Converter: image processing framework

View file

@ -12,7 +12,7 @@ highmem=1
pkgbase=gmic
pkgname=(gmic
gimp-plugin-gmic)
pkgver=3.3.4
pkgver=3.3.5
pkgrel=1
arch=(x86_64)
url='https://gmic.eu/'
@ -27,7 +27,7 @@ makedepends=(cmake
qt5-base
qt5-tools)
source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
sha256sums=('f52c5c8b44afe830e0d7e177a1477621821f8aa2e5183f8a432970a17acfa0bb')
sha256sums=('052456e0d9dd6a3c1e102a857ae32150ee6d5cb02a1d2f810c197ec490e56c1b')
build() {
cmake -B build -S gmic-$pkgver \