mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-29 00:25:25 +00:00
extra/gmic to 3.5.1-1
This commit is contained in:
parent
2deb7c317b
commit
acc4b97d1d
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = gmic
|
||||
pkgver = 3.5.0
|
||||
pkgrel = 2
|
||||
pkgver = 3.5.1
|
||||
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.5.0.tar.gz
|
||||
sha256sums = 847ddf438bbe73ec1447a8d98916571c75664bed050ac11212e45b2eb4c1cad0
|
||||
source = https://gmic.eu/files/source/gmic_3.5.1.tar.gz
|
||||
sha256sums = 6519408a258fcbab1916b479227a030fbb875280d1cfd0833d1391526fe51a95
|
||||
|
||||
pkgname = gmic
|
||||
pkgdesc = GREYC's Magic Image Converter: image processing framework
|
||||
|
|
|
@ -12,8 +12,8 @@ highmem=1
|
|||
pkgbase=gmic
|
||||
pkgname=(gmic
|
||||
gimp-plugin-gmic)
|
||||
pkgver=3.5.0
|
||||
pkgrel=2
|
||||
pkgver=3.5.1
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url='https://gmic.eu/'
|
||||
license=(CECILL-C)
|
||||
|
@ -27,7 +27,7 @@ makedepends=(cmake
|
|||
qt5-base
|
||||
qt5-tools)
|
||||
source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
|
||||
sha256sums=('847ddf438bbe73ec1447a8d98916571c75664bed050ac11212e45b2eb4c1cad0')
|
||||
sha256sums=('6519408a258fcbab1916b479227a030fbb875280d1cfd0833d1391526fe51a95')
|
||||
|
||||
build() {
|
||||
cmake -B build -S gmic-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue