Date: Friday, January 21, 2022 @ 09:28:25 Author: alerque Revision: 1111953
upgpkg: darktable 2:3.8.0-3 Modified: darktable/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-21 08:39:07 UTC (rev 1111952) +++ PKGBUILD 2022-01-21 09:28:25 UTC (rev 1111953) @@ -8,7 +8,7 @@ pkgname=darktable epoch=2 pkgver=3.8.0 -pkgrel=2 +pkgrel=3 pkgdesc="Utility to organize and develop raw images" arch=(x86_64) url="https://darktable.org" @@ -20,8 +20,9 @@ 'perl-image-exiftool: base curve script' 'imagemagick: base curve and noise profile scripts' 'ghostscript: noise profile script' + 'portmidi: game and midi controller input devices' 'gnuplot: noise profile script') -makedepends=(cmake intltool desktop-file-utils llvm clang python-jsonschema libwebp) +makedepends=(cmake intltool desktop-file-utils llvm clang portmidi python-jsonschema libwebp) source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver}.tar.xz"{,.asc}) sha256sums=('2e65c7c78d074ad218e3ef7a8c3051a8ea78f4a0406386667859645e5e4bf705' 'SKIP')
