summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c321b766a741..2a7f67266ae8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = upscayl-bin
pkgdesc = Free and Open Source AI Image Upscaler
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/upscayl/upscayl
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = upscayl-bin
arch = armv7h
arch = aarch64
license = AGPL3
+ depends = fuse2
depends = zlib
provides = upscayl
conflicts = upscayl
diff --git a/PKGBUILD b/PKGBUILD
index 9996ee6cdc2e..73e4419afcae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Kevin MacMartin <prurigro@gmail.com>
+# Contributor: vivaeltopo
_pkgname=upscayl
pkgname=$_pkgname-bin
pkgver=1.2.0
-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=('zlib')
+depends=('fuse2' 'zlib')
provides=($_pkgname)
conflicts=($_pkgname)
options=('!strip')