summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2025-03-13 23:25:54 +0100
committerFabioLolix2025-03-13 23:25:54 +0100
commit591fee1368931b975b594652f7a8ebea0ccbb62c (patch)
treee83a929f9a5b92a2233b79869666cb508c512196
parentfdc5cb11f77f2c8f2e06fbbf25bf28095fbf5704 (diff)
downloadaur-591fee1368931b975b594652f7a8ebea0ccbb62c.tar.gz
v3.21.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0739a4714273..190d2a867172 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = nomacs
pkgdesc = A Qt image viewer
- pkgver = 3.19.1
- pkgrel = 3
+ pkgver = 3.21.0
+ pkgrel = 2
epoch = 1
url = https://github.com/nomacs/nomacs
arch = x86_64
license = GPL-3.0-only
makedepends = cmake
makedepends = git
- makedepends = git-lfs
makedepends = qt6-tools
makedepends = python
depends = exiv2
@@ -22,7 +21,7 @@ pkgbase = nomacs
depends = quazip-qt6
optdepends = qt6-imageformats: support additional image formats
optdepends = kimageformats: support QOI (Quite OK Image Format)
- source = git+https://github.com/nomacs/nomacs.git#tag=3.19.1
- b2sums = e2d840fd94fec6fd9f800a530d7514261646f12297330e656f5f511b0d2872d6877693e88e43bee8698c79b0ec29bedbc33971afde50827eafa7e5edea3bc7b9
+ source = git+https://github.com/nomacs/nomacs.git#tag=3.21.0
+ b2sums = 3360bfeab0c1d323903240b136c2d9baf58f49cf0d672d69bc1473fbb0fe00103885f7d0194ee2200259cb548ad8c6d77127c96486f82055493cc89488bd9f99
pkgname = nomacs
diff --git a/PKGBUILD b/PKGBUILD
index 9554748ec926..f34f1a58c54d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_plugins_ver=3.16
pkgname=nomacs
-pkgver=3.19.1
-pkgrel=3
+pkgver=3.21.0
+pkgrel=2
epoch=1
pkgdesc="A Qt image viewer"
arch=(x86_64)
@@ -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 git-lfs qt6-tools python)
+makedepends=(cmake git 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}"
@@ -21,7 +21,7 @@ source=("git+https://github.com/nomacs/nomacs.git#tag=${pkgver}"
#"nomacs-plugins-qt6_02.patch::https://github.com/nomacs/nomacs-plugins/pull/40/commits/a869962f051504dd2c1dedeb3bc3d266c17070c1.patch"
#"nomacs-plugins-${_plugins_ver}.tar.gz::https://github.com/nomacs/nomacs-plugins/archive/${_plugins_ver}.tar.gz"
)
-b2sums=('e2d840fd94fec6fd9f800a530d7514261646f12297330e656f5f511b0d2872d6877693e88e43bee8698c79b0ec29bedbc33971afde50827eafa7e5edea3bc7b9')
+b2sums=('3360bfeab0c1d323903240b136c2d9baf58f49cf0d672d69bc1473fbb0fe00103885f7d0194ee2200259cb548ad8c6d77127c96486f82055493cc89488bd9f99')
export GIT_LFS_SKIP_SMUDGE=1