summaryrefslogtreecommitdiff
path: root/gui-apps/hypridle
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-04-11 06:51:18 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-04-11 06:51:18 +0000
commit95a3feca3fe1a4e5ec431386c1d35802e9ef12db (patch)
treeb7d13717e304feec065cb339d880eddf9c93e07e /gui-apps/hypridle
parent7052d4d4b70087ad112937b50b93deab01abc149 (diff)
downloadbaldeagleos-repo-95a3feca3fe1a4e5ec431386c1d35802e9ef12db.tar.gz
baldeagleos-repo-95a3feca3fe1a4e5ec431386c1d35802e9ef12db.tar.xz
baldeagleos-repo-95a3feca3fe1a4e5ec431386c1d35802e9ef12db.zip
Adding metadata
Diffstat (limited to 'gui-apps/hypridle')
-rw-r--r--gui-apps/hypridle/Manifest2
-rw-r--r--gui-apps/hypridle/hypridle-0.1.1.ebuild (renamed from gui-apps/hypridle/hypridle-0_pre20240220.ebuild)8
2 files changed, 3 insertions, 7 deletions
diff --git a/gui-apps/hypridle/Manifest b/gui-apps/hypridle/Manifest
index 8f56baa7e963..2037ca86e474 100644
--- a/gui-apps/hypridle/Manifest
+++ b/gui-apps/hypridle/Manifest
@@ -1 +1 @@
-DIST hypridle-0_pre20240220.gh.tar.gz 12274 BLAKE2B e8c860c32c494a5f49fe5f01b858c6557dbab9c82481294e6a665e8fc019d9c1b32e0cb79a9c9149828262188ece79b8dd2c56b9c97a90603261b497ffeaa59a SHA512 48018b175d4c29d226fdfb006ceb1a848ae8ed3d7f454f32f9c4755ffc796b4fb92ef89287cd06cca9be457848c4da288d484a9e14c6f446d8bc37efa81c2bb1
+DIST hypridle-0.1.1.gh.tar.gz 12388 BLAKE2B eede584479072fafde9e322e30310a75984f400c73acb35bb34780f2559d66de5d4310697cf8eb2ab7825d54c9f7da178e191215725d1e324e05475322db2392 SHA512 9d146ff959ffda785cf0c649493ba94113e900b985e9cfa29a20fa1b4cd37a95b656147d88b4c12a4f4dfe837375a5c056b10a094552ee49925e82a3b20e740d
diff --git a/gui-apps/hypridle/hypridle-0_pre20240220.ebuild b/gui-apps/hypridle/hypridle-0.1.1.ebuild
index 6a5aaec14eb7..3d5417b53612 100644
--- a/gui-apps/hypridle/hypridle-0_pre20240220.ebuild
+++ b/gui-apps/hypridle/hypridle-0.1.1.ebuild
@@ -13,12 +13,8 @@ if [[ "${PV}" = *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
else
- #When releases start to happen
- #SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz -> ${P}.gh.tar.gz"
- #S="${WORKDIR}/${PN}-source"
-
- SRC_URI="https://github.com/hyprwm/${PN^}/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
- S="${WORKDIR}/${PN}-${COMMIT}"
+ SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+ S="${WORKDIR}/${PN}-${PV}"
KEYWORDS="~amd64"
fi