summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-03-18 15:54:49 +0100
committerTim Biermann <tbier@posteo.de>2022-03-18 15:55:42 +0100
commit85bfba90d86cd80b12384c2019479a61864452cf (patch)
tree84fef699f8f74f6ab2347f6cdbd30a066256eab8
parent2f0d9922ec57cf81ecb7a3b751161877a0333036 (diff)
downloadcontrib-85bfba90d86cd80b12384c2019479a61864452cf.tar.gz
contrib-85bfba90d86cd80b12384c2019479a61864452cf.tar.xz
zathura-pdf-mupdf: 0.3.7 -> 0.3.8
-rw-r--r--zathura-pdf-mupdf/.signature6
-rw-r--r--zathura-pdf-mupdf/Pkgfile7
2 files changed, 6 insertions, 7 deletions
diff --git a/zathura-pdf-mupdf/.signature b/zathura-pdf-mupdf/.signature
index e5f8e6352..023afdbd2 100644
--- a/zathura-pdf-mupdf/.signature
+++ b/zathura-pdf-mupdf/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF34q0g9myhuLap8jFkZMAnX705ZbndLK4l6Iz5kFSJA8AvtMPfVJCpd9X5MKiEYSuFeMyqW1MmDDyGxDk18k5PAc=
-SHA256 (Pkgfile) = 3bc0cca397952661c1737c18d06d894f18b99bd18683b2341c97ff8ef94b6b75
+RWSagIOpLGJF367rGs9VUHm1rkruOsSLio9CZZGFBuDa6669wT7MQpzyP8/mxTXce9amlLw3F2k7sF3A6ewvu2sh9ANXLy/2Lgw=
+SHA256 (Pkgfile) = eaa82536150d2e01ab6892923489c2397547f2ba08b6a8eb4bddf6672b987df9
SHA256 (.footprint) = 6afe2b8de941c5d7fb3d0692f5260d9b8c733331a338279d2844dbd692db7add
-SHA256 (zathura-pdf-mupdf-0.3.7.tar.xz) = 2f00aa682d4d4a6324c9777bf158e51584c77729ec393f3e10343bec936ea21d
+SHA256 (zathura-pdf-mupdf-0.3.8.tar.bz2) = 10fdc3b159e78e56a008a45103b348ac85c5f328824e3708df93a5bb4a43a6c7
diff --git a/zathura-pdf-mupdf/Pkgfile b/zathura-pdf-mupdf/Pkgfile
index 2d276b4b8..1bb700a10 100644
--- a/zathura-pdf-mupdf/Pkgfile
+++ b/zathura-pdf-mupdf/Pkgfile
@@ -4,9 +4,9 @@
# Depends on: gumbo-parser jbig2dec mujs mupdf zathura
name=zathura-pdf-mupdf
-version=0.3.7
+version=0.3.8
release=1
-source=(https://pwmt.org/projects/$name/download/$name-$version.tar.xz)
+source=(https://git.pwmt.org/pwmt/$name/-/archive/$version/$name-$version.tar.bz2)
build() {
meson setup $name-$version build \
@@ -15,8 +15,7 @@ build() {
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
- -D b_pie=true \
- -D link-external=true
+ -D b_pie=true
meson compile -C build
DESTDIR=$PKG meson install -C build
find $PKG -perm /go+w -exec chmod go-w {} \;

Generated by cgit