diff options
author | 2023-08-02 13:03:29 +0200 | |
---|---|---|
committer | 2023-08-02 13:03:43 +0200 | |
commit | 7032c216933475d408c49efe540f2efc0686f04a (patch) | |
tree | 0c02411d40ba1f63e63bcf9a8e7ed36ed28ffc20 /app-office | |
parent | net-mail/pop: Modified dependency tarball URI (diff) | |
download | guru-7032c216933475d408c49efe540f2efc0686f04a.tar.gz guru-7032c216933475d408c49efe540f2efc0686f04a.tar.bz2 guru-7032c216933475d408c49efe540f2efc0686f04a.zip |
app-office/invoice: Modified dependency tarball URI
Signed-off-by: Jonas Frei <freijon@pm.me>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/invoice/invoice-0.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/invoice/invoice-0.1.0.ebuild b/app-office/invoice/invoice-0.1.0.ebuild index f258ceb7d..e352cdc0e 100644 --- a/app-office/invoice/invoice-0.1.0.ebuild +++ b/app-office/invoice/invoice-0.1.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/maaslalani/invoice" SRC_URI="https://github.com/maaslalani/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" # Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html -DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/uploads/c7abf25c03f3397186c9deff055a9e89/${P}-deps.tar.xz" +DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/-/raw/main/${P}-deps.tar.xz" SRC_URI+=" ${DEPS_URI}" LICENSE="MIT" |