Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / gmic
Commits:
17b09de4 by Antonio Rojas at 2025-01-03T22:50:29+01:00
upgpkg: 3.5.0-1: Update to 3.5.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gmic
- pkgver = 3.4.3
- pkgrel = 2
+ pkgver = 3.5.0
+ 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.4.3.tar.gz
- sha256sums =
79951d06db2928c68bad1d352e536af3f454e9a3c09beefc2c1049d8b4084507
+ source = https://gmic.eu/files/source/gmic_3.5.0.tar.gz
+ sha256sums =
847ddf438bbe73ec1447a8d98916571c75664bed050ac11212e45b2eb4c1cad0
pkgname = gmic
pkgdesc = GREYC's Magic Image Converter: image processing framework
=====================================
PKGBUILD
=====================================
@@ -7,8 +7,8 @@
pkgbase=gmic
pkgname=(gmic
gimp-plugin-gmic)
-pkgver=3.4.3
-pkgrel=2
+pkgver=3.5.0
+pkgrel=1
arch=(x86_64)
url='https://gmic.eu/'
license=(CECILL-C)
@@ -22,7 +22,7 @@ makedepends=(cmake
qt5-base
qt5-tools)
source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
-sha256sums=('79951d06db2928c68bad1d352e536af3f454e9a3c09beefc2c1049d8b4084507')
+sha256sums=('847ddf438bbe73ec1447a8d98916571c75664bed050ac11212e45b2eb4c1cad0')
build() {
cmake -B build -S gmic-$pkgver \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gmic/-/commit/17b09de4bd6e9b98947a3a3ac2a50d74b30610ca
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gmic/-/commit/17b09de4bd6e9b98947a3a3ac2a50d74b30610ca
You're receiving this email because of your account on gitlab.archlinux.org.