X-Original-To: alpine-aports@lists.alpinelinux.org Received: from fx.arvanta.net (static-213-198-238-194.adsl.eunet.rs [213.198.238.194]) by lists.alpinelinux.org (Postfix) with ESMTP id EE19DF84D45 for ; Mon, 29 Apr 2019 19:36:37 +0000 (UTC) Received: from arya.arvanta.net (arya.arvanta.net [10.5.1.6]) by fx.arvanta.net (Postfix) with ESMTP id A98A0524B; Mon, 29 Apr 2019 21:36:35 +0200 (CEST) From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= To: alpine-aports@lists.alpinelinux.org Cc: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Subject: [alpine-aports] [PATCH] community/zathura: upgrade to 0.4.3 Date: Mon, 29 Apr 2019 21:36:33 +0200 Message-Id: <20190429193633.28049-1-mps@arvanta.net> X-Mailer: git-send-email 2.20.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit change url and source, old ones are inaccessible --- community/zathura/APKBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/community/zathura/APKBUILD b/community/zathura/APKBUILD index 5a9fb0f780..6f52fe7f6c 100644 --- a/community/zathura/APKBUILD +++ b/community/zathura/APKBUILD @@ -3,10 +3,10 @@ # Contributor: Jean-Louis Fuchs # Maintainer: Jean-Louis Fuchs pkgname=zathura -pkgver=0.4.0 +pkgver=0.4.3 pkgrel=0 pkgdesc="zathura - highly customizable and functional document viewer" -url="https://pwmt.org/projects/zathura/" +url="https://git.pwmt.org/pwmt/zathura" arch="all" license="zlib" depends="libmagic" @@ -14,7 +14,8 @@ makedepends="girara-dev file-dev sqlite-dev intltool check-dev libseccomp-dev py-docutils ncurses meson ninja py-sphinx desktop-file-utils" checkdepends="mesa-dri-swrast dbus xvfb" subpackages="$pkgname-doc $pkgname-dev $pkgname-lang" -source="https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz + +source="https://git.pwmt.org/pwmt/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz test.sh" builddir="$srcdir/$pkgname-$pkgver" @@ -36,5 +37,5 @@ package() { } -sha512sums="3da8099ca4cad357f637d88dad3491b1fdea85d4d2201357ebbea3b8a2923aa9f4c79027aabe10289d28a35d88a27ffe8775d93a1e4d694c5e1bc1218016d421 zathura-0.4.0.tar.xz +sha512sums="c991f2523cc13f00c7017b150dcf2e41a3f700ce229fcea229cc67e4b4c9aad69b716c0f3ed2d911667855ed134b07e2ee48d0e7745a1ccac0e45281c5aa8136 zathura-0.4.3.tar.gz 2190d324753810c8dc5b109274dcf4f644e51edcda876c225ac76369dd569dda0b8db445b01dac1ac2b06178534d18e1074ca37d1a69622bdc58fd77350b4ddd test.sh" -- 2.20.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---