diff options
author | FabioLolix | 2025-04-29 14:07:57 +0200 |
---|---|---|
committer | FabioLolix | 2025-04-29 14:07:57 +0200 |
commit | 43275a9b53f3c87bdf03447f94d3908b762cd909 (patch) | |
tree | 2b8495120c0960f8e3c15b65206b7c323557e53b | |
parent | 591fee1368931b975b594652f7a8ebea0ccbb62c (diff) | |
download | aur-nomacs.tar.gz |
re-add git-lfs makedepends
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -8,6 +8,7 @@ pkgbase = nomacs license = GPL-3.0-only makedepends = cmake makedepends = git + makedepends = git-lfs makedepends = qt6-tools makedepends = python depends = exiv2 @@ -13,7 +13,7 @@ url="https://github.com/nomacs/nomacs" license=(GPL-3.0-only) depends=(exiv2 gcc-libs glibc libraw libtiff opencv qt6-base qt6-svg quazip-qt6) #depends+=(libopencv_imgproc.so) -makedepends=(cmake git qt6-tools python) +makedepends=(cmake git git-lfs qt6-tools python) optdepends=('qt6-imageformats: support additional image formats' 'kimageformats: support QOI (Quite OK Image Format)') source=("git+https://github.com/nomacs/nomacs.git#tag=${pkgver}" |