Skip to content

Commit

Permalink
app-text/OCRmyPDF: fix variable order
Browse files Browse the repository at this point in the history
Fix bad ${PN} usage in SRC_URI

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
  • Loading branch information
antecrescent committed Jun 23, 2024
1 parent 9ce9526 commit db8556d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-text/OCRmyPDF/OCRmyPDF-16.3.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ inherit distutils-r1 optfeature shell-completion

DESCRIPTION="OCRmyPDF adds an OCR text layer to scanned PDF files"
HOMEPAGE="https://github.com/ocrmypdf/OCRmyPDF"
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
RESTRICT=test
SRC_URI="https://github.com/ocrmypdf/ocrmypdf/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="CC-BY-SA-2.5 CC-BY-SA-4.0 MIT MPL-2.0 ZLIB"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"

RDEPEND="
>=app-text/ghostscript-gpl-10.01.2
Expand Down

0 comments on commit db8556d

Please sign in to comment.