diff --git a/sys-apps/xbps/Manifest b/sys-apps/xbps/Manifest index 20bef4d..4d61c2d 100644 --- a/sys-apps/xbps/Manifest +++ b/sys-apps/xbps/Manifest @@ -1 +1 @@ -DIST 0.58.tar.gz 386287 BLAKE2B 31ab2f73945cb349e15092de5c969f4ceba7a17275cfd08f7310a43ef13d36b9a01f09a018a34e90f9a2ae0f177de2b542e4bac40e624eeac5175d781d9b356e SHA512 c4df413043aabb17ef9a21cbb58aa116d63d50ed2bcae7a38886ed077fcc72e3f4cbe9723e97b741b3c9403f836ac5edaea86092a7cd44ac29015c1bed483952 +DIST xbps-0.58.tar.gz 386287 BLAKE2B 31ab2f73945cb349e15092de5c969f4ceba7a17275cfd08f7310a43ef13d36b9a01f09a018a34e90f9a2ae0f177de2b542e4bac40e624eeac5175d781d9b356e SHA512 c4df413043aabb17ef9a21cbb58aa116d63d50ed2bcae7a38886ed077fcc72e3f4cbe9723e97b741b3c9403f836ac5edaea86092a7cd44ac29015c1bed483952 diff --git a/sys-apps/xbps/xbps-0.58.ebuild b/sys-apps/xbps/xbps-0.58.ebuild index de7687e..10a9f91 100644 --- a/sys-apps/xbps/xbps-0.58.ebuild +++ b/sys-apps/xbps/xbps-0.58.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/void-linux/xbps.git" KEYWORDS="" else - SRC_URI="https://github.com/void-linux/${PN}/archive/${PV}.tar.gz" + SRC_URI="https://github.com/void-linux/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi diff --git a/sys-apps/xbps/xbps-9999.ebuild b/sys-apps/xbps/xbps-9999.ebuild index de7687e..10a9f91 100644 --- a/sys-apps/xbps/xbps-9999.ebuild +++ b/sys-apps/xbps/xbps-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/void-linux/xbps.git" KEYWORDS="" else - SRC_URI="https://github.com/void-linux/${PN}/archive/${PV}.tar.gz" + SRC_URI="https://github.com/void-linux/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi