diff options
author | Vincent Phan <chinh4thepro@gmail.com> | 2024-06-09 11:09:17 -0400 |
---|---|---|
committer | Vincent Phan <chinh4thepro@gmail.com> | 2024-06-09 11:36:42 -0400 |
commit | abcd282cf118342a23ef5683b808c8107b0607e5 (patch) | |
tree | 8fe407dcd211394a72e6cd64e0fef8943b6a8081 /net-im | |
parent | dev-util/distribution-gpg-keys: drop 1.102 (diff) | |
download | guru-abcd282cf118342a23ef5683b808c8107b0607e5.tar.gz guru-abcd282cf118342a23ef5683b808c8107b0607e5.tar.bz2 guru-abcd282cf118342a23ef5683b808c8107b0607e5.zip |
net-im/vesktop-bin: update SRC_URI
Signed-off-by: Vincent Phan <chinh4thepro@gmail.com>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/vesktop-bin/Manifest | 2 | ||||
-rw-r--r-- | net-im/vesktop-bin/vesktop-bin-1.5.2.ebuild | 16 |
2 files changed, 7 insertions, 11 deletions
diff --git a/net-im/vesktop-bin/Manifest b/net-im/vesktop-bin/Manifest index d7f4f0f94..3799c272d 100644 --- a/net-im/vesktop-bin/Manifest +++ b/net-im/vesktop-bin/Manifest @@ -1 +1 @@ -DIST vesktop.tar.gz 104972407 BLAKE2B 0c19c024611e87438347c3de87ce0688a14498290f639e29ad4b5488b34a2aaa765a2ef1f12d5b43522a1feb3ba3e71c1dfedb3a35b89d4e5340c8f3f002d53b SHA512 9440e7ec349e88aa42c3cff6579e0e915447e5713d419f8e4fd8b93261fd55a3b78122de4088554ad93632c5e1f2b9661e9b9ebb31646be18054ef8acb7aacc8 +DIST vesktop-1.5.2.tar.gz 102634262 BLAKE2B d81967889f80ad8e92c8b8a3fba9be64635653b387a9e53ab29a50fde8672879be9011923aaa2c81bf4e23789ca54691bb97412f6e370cd8eca5052a537328f8 SHA512 5cab70ece26fefc5a573279b12101f3327f377661aa9e4aec153bf2bbf2d2f1e92753c0ea4ec3b424c6c5af60ea47866abe612b407220881c34b5ac1321b7a76 diff --git a/net-im/vesktop-bin/vesktop-bin-1.5.2.ebuild b/net-im/vesktop-bin/vesktop-bin-1.5.2.ebuild index b0a362f3f..4d547551a 100644 --- a/net-im/vesktop-bin/vesktop-bin-1.5.2.ebuild +++ b/net-im/vesktop-bin/vesktop-bin-1.5.2.ebuild @@ -15,7 +15,7 @@ inherit chromium-2 desktop linux-info unpacker xdg DESCRIPTION="All-in-one voice and text chat for gamers with Vencord Preinstalled" HOMEPAGE="https://github.com/Vencord/Vesktop/" -SRC_URI="https://github.com/Vencord/Vesktop/releases/download/v${PV}/${MY_PN}-${PV}.tar.gz -> ${MY_PN}.tar.gz" +SRC_URI="https://github.com/Vencord/Vesktop/releases/download/v${PV}/${MY_PN}-${PV}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="GPL-3+" @@ -45,11 +45,11 @@ DEPEND=" x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXrandr - x11-libs/libdrm - x11-libs/libxcb - x11-libs/libxkbcommon + x11-libs/libXfixes + x11-libs/libXrandr + x11-libs/libdrm + x11-libs/libxcb + x11-libs/libxkbcommon x11-libs/pango x11-misc/xdg-utils " @@ -87,7 +87,3 @@ src_install() { dosym "${DESTDIR}/vesktop" "/usr/bin/vesktop-bin" } - -pkg_postinst() { - xdg_pkg_postinst -} |