app-text/OCRmyPDF: fix variable order

Fix bad ${PN} usage in SRC_URI

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer 2024-06-23 12:22:42 +02:00
parent 9ce952631c
commit db8556d725
No known key found for this signature in database
GPG Key ID: 5568A2DDA60CA297

View File

@ -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