summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreugene2023-07-17 11:03:34 +0000
committereugene2023-07-17 11:03:34 +0000
commit7a1bcf62769537bc1ca3164232ed75d02f5542eb (patch)
treec213a55e4198e4258bb55d771db2752887288d18 /PKGBUILD
parent9ad39c4a497d1cc364f413b3a12df6f5ac3d4fbf (diff)
downloadaur-7a1bcf62769537bc1ca3164232ed75d02f5542eb.tar.gz
update to 4.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb89aa09a053..2b126cbe3922 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
# Contributor: Eric BĂ©langer <eric@archlinux.org>
pkgname=xv
-pkgver=4.1.1
+pkgver=4.2.0
pkgrel=1
_xvver=3.10a
pkgdesc='A nice image viewer'
arch=(i686 x86_64 armv7h aarch64)
url='https://github.com/jasper-software/xv'
license=(custom)
-depends=('libpng' 'libx11' 'libtiff' 'jasper')
+depends=('libpng' 'libx11' 'libtiff' 'libwebp' 'jasper')
makedepends=('cmake' 'libxt')
options=(!emptydirs)
source=(https://github.com/jasper-software/xv/releases/download/v$pkgver/$pkgname-$_xvver-js-$pkgver.tar.gz
license.txt)
-sha1sums=('2c9b7108bcd6ff97dfe1cd5f31f024a445cbe860'
+sha1sums=('c2376669af1540d1142cccf2c1be45b637fd6d98'
'4561344e8f2c30eee9c55b14a14f062d89d6e7b7')
prepare() {