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 1081AF84E21 for ; Mon, 29 Apr 2019 21:02:22 +0000 (UTC) Received: from arya.arvanta.net (arya.arvanta.net [10.5.1.6]) by fx.arvanta.net (Postfix) with ESMTP id 5F34A5256; Mon, 29 Apr 2019 23:02:21 +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-ps: old url and source are inaccessible Date: Mon, 29 Apr 2019 23:02:18 +0200 Message-Id: <20190429210218.5519-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 development is moved to git.pwmt.org bump pkgrel to be rebuilt --- community/zathura-ps/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/zathura-ps/APKBUILD b/community/zathura-ps/APKBUILD index e5501ca46c..4be4e76c30 100644 --- a/community/zathura-ps/APKBUILD +++ b/community/zathura-ps/APKBUILD @@ -3,14 +3,14 @@ # Maintainer: Jean-Louis Fuchs pkgname=zathura-ps pkgver=0.2.6 -pkgrel=2 +pkgrel=3 pkgdesc="zathura-ps - plugin adds PostScript support to zathura" -url="https://pwmt.org/projects/$pkgname" +url="https://git.pwmt.org/pwmt/$pkgname" arch="all" license="zlib" depends="zathura" makedepends="zathura-dev poppler-dev libspectre-dev meson ninja" -source="https://pwmt.org/projects/zathura-ps/download/zathura-ps-$pkgver.tar.xz" +source="https://git.pwmt.org/pwmt/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz" options="!check" @@ -27,4 +27,4 @@ package() { DESTDIR="$pkgdir" ninja -C build install } -sha512sums="6631f9b1c951b6f91f2a5217c3de47176205102206f15b596fb21285dae8d01fd759cfaca1b8a23bf47166dfbc3f8cf6061ce5a4d7a1c3a2b671a3beef5a07bb zathura-ps-0.2.6.tar.xz" +sha512sums="c416f0f5ec399a688399ca10d9b017f16827712adc44eaf1ac6a2d0a638bd93cb664fdd3d8275c827b96a882edb4f0789cb18bf31a663bf42ad1e12873ab484f zathura-ps-0.2.6.tar.gz" -- 2.20.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---