Skip to content

Commit

Permalink
include version number in archspec-json tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Nov 25, 2021
1 parent 6b18691 commit 1493de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-apps/archspec/archspec-0.1.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/archspec/archspec"
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
# The tarball from GitHub does not contain the archspec microarchitectures data file,
# which is part of the archspec-json repository. So, we need to download that tarball as well.
ARCHSPEC_JSON="${PN}-json.tar.gz"
ARCHSPEC_JSON="${PN}-json-${PV}.tar.gz"
SRC_URI+=" https://github.com/${PN}/${PN}-json/archive/v${PV}.tar.gz -> ${ARCHSPEC_JSON}"

LICENSE="|| ( Apache-2.0 MIT )"
Expand Down

0 comments on commit 1493de0

Please sign in to comment.