mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/gmic to 3.3.4-1
This commit is contained in:
parent
a4dd4af400
commit
5acc566b82
3 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
pkgbase = gmic
|
||||
pkgver = 3.3.3
|
||||
pkgver = 3.3.4
|
||||
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.3.tar.gz
|
||||
sha256sums = 903937d6475878df1e2130eee32d1fd93c4597bd2ef7f94e1d9775da1839645d
|
||||
source = https://gmic.eu/files/source/gmic_3.3.4.tar.gz
|
||||
sha256sums = f52c5c8b44afe830e0d7e177a1477621821f8aa2e5183f8a432970a17acfa0bb
|
||||
|
||||
pkgname = gmic
|
||||
pkgdesc = GREYC's Magic Image Converter: image processing framework
|
||||
|
|
4
extra/gmic/.nvchecker.toml
Normal file
4
extra/gmic/.nvchecker.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
[gmic]
|
||||
source = 'regex'
|
||||
url = 'http://gmic.eu/files/source/'
|
||||
regex = 'gmic_([\d.]+)\.[a-z]'
|
|
@ -12,7 +12,7 @@ highmem=1
|
|||
pkgbase=gmic
|
||||
pkgname=(gmic
|
||||
gimp-plugin-gmic)
|
||||
pkgver=3.3.3
|
||||
pkgver=3.3.4
|
||||
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=('903937d6475878df1e2130eee32d1fd93c4597bd2ef7f94e1d9775da1839645d')
|
||||
sha256sums=('f52c5c8b44afe830e0d7e177a1477621821f8aa2e5183f8a432970a17acfa0bb')
|
||||
|
||||
build() {
|
||||
cmake -B build -S gmic-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue