mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/gmic to 3.4.1-1
This commit is contained in:
parent
2ac9f36ab1
commit
0c5e56b581
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = gmic
|
||||
pkgver = 3.4.0
|
||||
pkgrel = 2
|
||||
pkgver = 3.4.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.4.0.tar.gz
|
||||
sha256sums = 4fc0c79eed360c4f804d8110d7955bc8e0db9a14fba9483fe494f02c3640be69
|
||||
source = https://gmic.eu/files/source/gmic_3.4.1.tar.gz
|
||||
sha256sums = 97c9fc976e2b59a16e0257a5190d9fc3d08b64b12774781cb14ed0327c48d94f
|
||||
|
||||
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.4.0
|
||||
pkgrel=2
|
||||
pkgver=3.4.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=('4fc0c79eed360c4f804d8110d7955bc8e0db9a14fba9483fe494f02c3640be69')
|
||||
sha256sums=('97c9fc976e2b59a16e0257a5190d9fc3d08b64b12774781cb14ed0327c48d94f')
|
||||
|
||||
build() {
|
||||
cmake -B build -S gmic-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue