summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4ac52e745b4..7683b6a1b6c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = upscayl-bin
pkgdesc = Free and Open Source AI Image Upscaler
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/upscayl/upscayl
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = upscayl-bin
license = AGPL3
makedepends = util-linux
depends = fuse2
+ depends = nss
depends = zlib
provides = upscayl
conflicts = upscayl
diff --git a/PKGBUILD b/PKGBUILD
index 2e2460f7f97b..1f061b70dad2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_pkgname=upscayl
pkgname=$_pkgname-bin
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Free and Open Source AI Image Upscaler'
url='https://github.com/upscayl/upscayl'
license=('AGPL3')
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
-depends=('fuse2' 'zlib')
+depends=('fuse2' 'nss' 'zlib')
makedepends=('util-linux')
provides=($_pkgname)
conflicts=($_pkgname)