summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2023-09-18 20:38:14 -0400
committerKevin MacMartin2023-09-18 20:38:14 -0400
commitc301156f4aaae8733f9cafae7b6452c0da70e30c (patch)
tree92a506257518d9127c27f6539657d7ae0b8b95fc
parent92937d787a524632570941c8d6b283e70b8fc359 (diff)
downloadaur-c301156f4aaae8733f9cafae7b6452c0da70e30c.tar.gz
Reduce the dependencies a bit more (thanks aliu!)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a1a8091b2f7..d63048254d51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = upscayl-bin
pkgdesc = Free and Open Source AI Image Upscaler
pkgver = 2.8.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/upscayl/upscayl
arch = x86_64
license = AGPL3
makedepends = unzip
depends = libasound.so
- depends = bash
depends = gtk3
depends = libvips
- depends = mesa
depends = nodejs
depends = nss
depends = openjpeg2
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)