diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-28 17:55:39 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-28 17:55:39 +0300 |
commit | d9ec1aad748f8a924f90bb7f237dbb546f30cb68 (patch) | |
tree | 6716cd27b7c7ee85d50d5d3253ee9f419bb629d0 /app-text/zathura-pdf-mupdf | |
parent | app-text/sdcv: add 0.5.4 (diff) | |
download | gentoo-d9ec1aad748f8a924f90bb7f237dbb546f30cb68.tar.gz gentoo-d9ec1aad748f8a924f90bb7f237dbb546f30cb68.tar.bz2 gentoo-d9ec1aad748f8a924f90bb7f237dbb546f30cb68.zip |
app-text/zathura-pdf-mupdf: Stabilize 0.3.9 arm, #875638
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-text/zathura-pdf-mupdf')
-rw-r--r-- | app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.9.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.9.ebuild index 5ca8fe3fc822..03b62b735f44 100644 --- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.9.ebuild +++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.9.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-pdf-mupdf.git" EGIT_BRANCH="develop" else - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 arm ~x86" SRC_URI="https://git.pwmt.org/pwmt/${PN}/-/archive/${PV}/${P}.tar.gz" fi |