Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
cimg
Commits:
16489d57 by Sven-Hendrik Haase at 2025-01-26T06:32:56+01:00
upgpkg: 3.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = cimg
pkgdesc = Open-source C++ toolkit for image processing
- pkgver = 3.2.6
- pkgrel = 2
+ pkgver = 3.5.0
+ pkgrel = 1
url = http://cimg.eu/
arch = any
license = custom
depends = fftw
depends = graphicsmagick
- source =
cimg-3.2.6.tar.gz::https://github.com/dtschump/CImg/archive/v.3.2.6.tar.gz
- sha512sums =
3a091ae972f98f54ab9a5dc25fc921819e501accb1e514ad3fe05df79b69c6e84a8487c9167c80235a44ea656a4468f85f3854358cadd8a5768bdcf04e7459b0
+ source =
cimg-3.5.0.tar.gz::https://github.com/dtschump/CImg/archive/v.3.5.0.tar.gz
+ sha512sums =
c8dd9a5f4cd1fa4939e2aec9710e93aa5ce963cb25389327f10e87a37e23c76443df16291b1b10fcb31d0d29fa7fe7720259de01f48293f036330c26e882ebfa
pkgname = cimg
=====================================
PKGBUILD
=====================================
@@ -3,15 +3,15 @@
# Contributor: zoulnix <http://goo.gl/HQaP>
pkgname=cimg
-pkgver=3.2.6
-pkgrel=2
+pkgver=3.5.0
+pkgrel=1
pkgdesc="Open-source C++ toolkit for image processing"
arch=('any')
url="http://cimg.eu/"
license=('custom')
depends=('fftw' 'graphicsmagick')
source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v.${pkgver}.tar.gz")
-sha512sums=('3a091ae972f98f54ab9a5dc25fc921819e501accb1e514ad3fe05df79b69c6e84a8487c9167c80235a44ea656a4468f85f3854358cadd8a5768bdcf04e7459b0')
+sha512sums=('c8dd9a5f4cd1fa4939e2aec9710e93aa5ce963cb25389327f10e87a37e23c76443df16291b1b10fcb31d0d29fa7fe7720259de01f48293f036330c26e882ebfa')
package() {
cd "${srcdir}"/CImg-v.${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cimg/-/commit/16489d57a5f8298109cc35d6e106d11b5e98a308
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cimg/-/commit/16489d57a5f8298109cc35d6e106d11b5e98a308
You're receiving this email because of your account on gitlab.archlinux.org.