aboutsummaryrefslogtreecommitdiffstats
path: root/community/zathura-ps/APKBUILD
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2019-05-02 21:15:26 +0200
committerMilan P. Stanić <mps@arvanta.net>2019-05-02 21:15:26 +0200
commit9f6ccd4d75d5c4308866b6eeded3f9af719e9015 (patch)
treeec6b5252df9021116407c8addb67c7423149abcd /community/zathura-ps/APKBUILD
parent2cfbe95286a2d49cdfd40b3036fa6b60faade7b1 (diff)
community/zathura-ps: change url/source, old inaccessible
development is moved to git.pwmt.org bump pkgrel to be rebuilt
Diffstat (limited to 'community/zathura-ps/APKBUILD')
-rw-r--r--community/zathura-ps/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/zathura-ps/APKBUILD b/community/zathura-ps/APKBUILD
index e5501ca46c1..eb3777ed583 100644
--- a/community/zathura-ps/APKBUILD
+++ b/community/zathura-ps/APKBUILD
@@ -3,14 +3,14 @@
# Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch>
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/zathura-ps"
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"