extra/gmic to 3.4.3-1

This commit is contained in:
David Beauchamp 2024-10-11 15:37:26 -04:00
parent 22dd49bcd6
commit 5c52e02057
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
pkgbase = gmic
pkgver = 3.4.2
pkgver = 3.4.3
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.4.2.tar.gz
sha256sums = 9abd8377693715f87104bdbe077d45ecb00cf19f57c29f425eacda07c745fe8a
source = https://gmic.eu/files/source/gmic_3.4.3.tar.gz
sha256sums = 79951d06db2928c68bad1d352e536af3f454e9a3c09beefc2c1049d8b4084507
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.4.2
pkgver=3.4.3
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=('9abd8377693715f87104bdbe077d45ecb00cf19f57c29f425eacda07c745fe8a')
sha256sums=('79951d06db2928c68bad1d352e536af3f454e9a3c09beefc2c1049d8b4084507')
build() {
cmake -B build -S gmic-$pkgver \