Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / gmic
Commits:
ce1f4324 by Antonio Rojas at 2025-01-28T21:04:40+01:00
upgpkg: 3.5.2-1: Update to 3.5.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,5 +1,5 @@
pkgbase = gmic
- pkgver = 3.5.1
+ pkgver = 3.5.2
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.5.1.tar.gz
- sha256sums =
6519408a258fcbab1916b479227a030fbb875280d1cfd0833d1391526fe51a95
+ source = https://gmic.eu/files/source/gmic_3.5.2.tar.gz
+ sha256sums =
5893b6e87a52792e12af2b51121465d6202a2310c2a751c5c9785910ff55dc14
pkgname = gmic
pkgdesc = GREYC's Magic Image Converter: image processing framework
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgbase=gmic
pkgname=(gmic
gimp-plugin-gmic)
-pkgver=3.5.1
+pkgver=3.5.2
pkgrel=1
arch=(x86_64)
url='https://gmic.eu/'
@@ -22,7 +22,7 @@ makedepends=(cmake
qt5-base
qt5-tools)
source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
-sha256sums=('6519408a258fcbab1916b479227a030fbb875280d1cfd0833d1391526fe51a95')
+sha256sums=('5893b6e87a52792e12af2b51121465d6202a2310c2a751c5c9785910ff55dc14')
build() {
cmake -B build -S gmic-$pkgver \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gmic/-/commit/ce1f432499043e7a662772d5e81a1481437e7b49
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gmic/-/commit/ce1f432499043e7a662772d5e81a1481437e7b49
You're receiving this email because of your account on gitlab.archlinux.org.