summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2022-08-29 23:30:52 -0400
committerKevin MacMartin2022-08-29 23:30:52 -0400
commite4771451805582616043b90ade6384436a2a3d1a (patch)
treef11f792ae317f20f51121a9f8614b373b3621a39
parentf1a00e8a7785fc2def640a5fd2dcc582be89c4eb (diff)
downloadaur-e4771451805582616043b90ade6384436a2a3d1a.tar.gz
Add fuse2 to the dependencies (thanks vivaeltopo!)
-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')