From e7f973e5410150ba030a919e09322d25ba9c8f02 Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Wed, 9 Oct 2019 14:51:06 -0500 Subject: [PATCH 1/2] girara: update to 0.3.3 --- srcpkgs/girara/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/girara/template b/srcpkgs/girara/template index 23657857b6b..8dcb84f51d5 100644 --- a/srcpkgs/girara/template +++ b/srcpkgs/girara/template @@ -1,17 +1,17 @@ # Template file for 'girara' pkgname=girara -version=0.3.2 +version=0.3.3 revision=1 build_style=meson configure_args="-Dnotify=auto -Dtests=disabled" hostmakedepends="pkg-config intltool doxygen glib-devel" makedepends="gtk+3-devel libnotify-devel libglib-devel json-c-devel" -short_desc="A library implementing a user interface that focuses on minimalism" +short_desc="Library implementing a user interface that focuses on minimalism" maintainer="lemmi " license="Zlib" homepage="https://pwmt.org/projects/girara/" -distfiles="https://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.xz" -checksum=1700353a101f3c520f9b22e79d71ea5b268a9ec324796cf9e64775d96bb086cd +distfiles="https://git.pwmt.org/pwmt/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz" +checksum=4456ddd6f0420fa6f1677a4a8f438f0401c38c2521585db3ee42e339a730798f post_install() { vlicense LICENSE From 1dfc66ef0ddcf4d6fe4fe8a4652494dd1474c31b Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Wed, 9 Oct 2019 15:32:05 -0500 Subject: [PATCH 2/2] zathura: update to 0.4.4 --- srcpkgs/zathura/template | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/srcpkgs/zathura/template b/srcpkgs/zathura/template index 762d990e295..fbd4f024f4b 100644 --- a/srcpkgs/zathura/template +++ b/srcpkgs/zathura/template @@ -1,25 +1,22 @@ # Template file for 'zathura' pkgname=zathura -version=0.4.3 -revision=2 +version=0.4.4 +revision=1 build_style=meson configure_args="-Dsynctex=disabled -Dtests=disabled" hostmakedepends="pkg-config intltool python3-Sphinx desktop-file-utils appstream-glib glib-devel librsvg-utils" makedepends="girara-devel sqlite-devel file-devel zlib-devel libseccomp-devel libglib-devel" -short_desc="A highly customizable and functional document viewer" +short_desc="Highly customizable and functional document viewer" maintainer="lemmi " license="Zlib" homepage="https://pwmt.org/projects/zathura/installation/" changelog="https://pwmt.org/projects/zathura/changelog/${version}" -distfiles="https://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.xz" -checksum=7e12194426d709670e0f4b0b107c80dd21322881b57d4a0bf9a09998402ffd41 +distfiles="https://git.pwmt.org/pwmt/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz" +checksum=ebc98478fd8ec412b8f87c6b75067cf52d89d200731c1848ec3a2700f2a3b36c post_install() { - vmkdir usr/share/zsh/site-functions - mv ${DESTDIR}/usr/share/zsh/{vendor-completions,site-functions}/_zathura - vlicense LICENSE }