summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin MacMartin2022-08-29 23:30:52 -0400
committerKevin MacMartin2022-08-29 23:30:52 -0400
commite4771451805582616043b90ade6384436a2a3d1a (patch)
treef11f792ae317f20f51121a9f8614b373b3621a39 /PKGBUILD
parentf1a00e8a7785fc2def640a5fd2dcc582be89c4eb (diff)
downloadaur-e4771451805582616043b90ade6384436a2a3d1a.tar.gz
Add fuse2 to the dependencies (thanks vivaeltopo!)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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')