summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2023-03-24 17:00:15 -0400
committerKevin MacMartin2023-03-24 17:00:15 -0400
commitb2c6466ad950d97c71cf8fce4d3f8759b346f14b (patch)
treedbc05aefd70d064cea92e58f21c138f824685462
parent4cae6cd0a6608e6d44a7be3f9892253a889bd603 (diff)
downloadaur-b2c6466ad950d97c71cf8fce4d3f8759b346f14b.tar.gz
Add nss to the list of dependencies
-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)