summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2023-07-17 11:03:34 +0000
committereugene2023-07-17 11:03:34 +0000
commit7a1bcf62769537bc1ca3164232ed75d02f5542eb (patch)
treec213a55e4198e4258bb55d771db2752887288d18
parent9ad39c4a497d1cc364f413b3a12df6f5ac3d4fbf (diff)
downloadaur-7a1bcf62769537bc1ca3164232ed75d02f5542eb.tar.gz
update to 4.2.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86b559134ac6..4c3b4d7abadb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xv
pkgdesc = A nice image viewer
- pkgver = 4.1.1
+ pkgver = 4.2.0
pkgrel = 1
url = https://github.com/jasper-software/xv
arch = i686
@@ -13,11 +13,12 @@ pkgbase = xv
depends = libpng
depends = libx11
depends = libtiff
+ depends = libwebp
depends = jasper
options = !emptydirs
- source = https://github.com/jasper-software/xv/releases/download/v4.1.1/xv-3.10a-js-4.1.1.tar.gz
+ source = https://github.com/jasper-software/xv/releases/download/v4.2.0/xv-3.10a-js-4.2.0.tar.gz
source = license.txt
- sha1sums = 2c9b7108bcd6ff97dfe1cd5f31f024a445cbe860
+ sha1sums = c2376669af1540d1142cccf2c1be45b637fd6d98
sha1sums = 4561344e8f2c30eee9c55b14a14f062d89d6e7b7
pkgname = xv
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() {