diff options
author | Sam James <sam@gentoo.org> | 2022-10-18 00:53:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-18 00:53:48 +0100 |
commit | 8ee9559a5727aae3b15d76970dff3f7a09dafc0c (patch) | |
tree | cf332c81286e68282ccd8c0a4149b0edb948cefb /app-text/zathura-ps | |
parent | app-text/zathura-ps: drop 0.2.6 (diff) | |
download | gentoo-8ee9559a5727aae3b15d76970dff3f7a09dafc0c.tar.gz gentoo-8ee9559a5727aae3b15d76970dff3f7a09dafc0c.tar.bz2 gentoo-8ee9559a5727aae3b15d76970dff3f7a09dafc0c.zip |
app-text/zathura-ps: sync live
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/zathura-ps')
-rw-r--r-- | app-text/zathura-ps/zathura-ps-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/zathura-ps/zathura-ps-9999.ebuild b/app-text/zathura-ps/zathura-ps-9999.ebuild index 01488806de7c..52b16b0f9b8d 100644 --- a/app-text/zathura-ps/zathura-ps-9999.ebuild +++ b/app-text/zathura-ps/zathura-ps-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson xdg-utils @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_BRANCH="develop" else KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux" - SRC_URI="https://pwmt.org/projects/zathura/plugins/download/${P}.tar.xz" + SRC_URI="https://pwmt.org/projects/zathura-ps/download/${P}.tar.xz" fi DESCRIPTION="PostScript plug-in for zathura" |