mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/gmic to 3.4.0-1
This commit is contained in:
parent
92f14e9bc4
commit
2fa8e4a6f6
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
pkgbase = gmic
|
||||
pkgver = 3.3.6
|
||||
pkgver = 3.4.0
|
||||
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.3.6.tar.gz
|
||||
sha256sums = 783db018dece6dc443349ddf1cc85ff06b2aeb9a4612f795859c39c85d38fddf
|
||||
source = https://gmic.eu/files/source/gmic_3.4.0.tar.gz
|
||||
sha256sums = 4fc0c79eed360c4f804d8110d7955bc8e0db9a14fba9483fe494f02c3640be69
|
||||
|
||||
pkgname = gmic
|
||||
pkgdesc = GREYC's Magic Image Converter: image processing framework
|
||||
|
|
|
@ -12,7 +12,7 @@ highmem=1
|
|||
pkgbase=gmic
|
||||
pkgname=(gmic
|
||||
gimp-plugin-gmic)
|
||||
pkgver=3.3.6
|
||||
pkgver=3.4.0
|
||||
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=('783db018dece6dc443349ddf1cc85ff06b2aeb9a4612f795859c39c85d38fddf')
|
||||
sha256sums=('4fc0c79eed360c4f804d8110d7955bc8e0db9a14fba9483fe494f02c3640be69')
|
||||
|
||||
build() {
|
||||
cmake -B build -S gmic-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue