summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin MacMartin2023-09-18 20:38:14 -0400
committerKevin MacMartin2023-09-18 20:38:14 -0400
commitc301156f4aaae8733f9cafae7b6452c0da70e30c (patch)
tree92a506257518d9127c27f6539657d7ae0b8b95fc /PKGBUILD
parent92937d787a524632570941c8d6b283e70b8fc359 (diff)
downloadaur-c301156f4aaae8733f9cafae7b6452c0da70e30c.tar.gz
Reduce the dependencies a bit more (thanks aliu!)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 480a2d560bca..78fb35328605 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
_pkgname=upscayl
pkgname=$_pkgname-bin
pkgver=2.8.1
-pkgrel=2
+pkgrel=3
pkgdesc='Free and Open Source AI Image Upscaler'
url='https://github.com/upscayl/upscayl'
license=('AGPL3')
arch=('x86_64')
-depends=('libasound.so' 'bash' 'gtk3' 'libvips' 'mesa' 'nodejs' 'nss' 'openjpeg2')
+depends=('libasound.so' 'gtk3' 'libvips' 'nodejs' 'nss' 'openjpeg2')
makedepends=('unzip')
provides=($_pkgname)
conflicts=($_pkgname)