summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Klotz2023-01-05 08:28:54 +0100
committerPeter Klotz2023-01-05 08:28:54 +0100
commitd9cb98f200ccf10d9cee0d73267ee8c62d0f6be1 (patch)
treebe2322980fc93449a1ce44d9dfa2e975bb99298e /PKGBUILD
parent1c9c4f421dce93a6aa1b2b519cc723b8a0750ce4 (diff)
downloadaur-uex.tar.gz
Added missing libjpeg6 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e8abdd03f05..e6319593b084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Peter Klotz <peter.klotz99@gmail.com>
pkgname=uex
pkgver=21.00.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="UltraEdit is a powerful text editor."
arch=('x86_64')
url="http://www.ultraedit.com/products/uex.html"
license=('custom')
-depends=('desktop-file-utils' 'webkit2gtk' 'libjpeg' 'libpng' 'libsm')
+depends=('desktop-file-utils' 'webkit2gtk' 'libjpeg' 'libjpeg6' 'libpng' 'libsm')
source=(https://downloads.ultraedit.com/main/ue/linux/tar/uex_${pkgver}_amd64.tar.gz)
sha256sums=('b88def7d1965cffa26531f895ee9940f89f5072901e7325555911df42f2498df')
DLAGENTS=('https::/usr/bin/curl -fLC - --user-agent Lynx --retry 3 --retry-delay 3 -o %o %u')