Date: Saturday, October 29, 2022 @ 01:04:04
Author: blakkheim
Revision: 1338505
upgpkg: discord 0.0.21-2: FS#76334
Modified:
discord/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-28 22:16:07 UTC (rev 1338504)
+++ PKGBUILD 2022-10-29 01:04:04 UTC (rev 1338505)
@@ -4,11 +4,12 @@
pkgname=discord
_pkgname=Discord
pkgver=0.0.21
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+pkgrel=2
+pkgdesc="All-in-one voice and text chat for gamers"
arch=('x86_64')
url='https://discordapp.com'
license=('custom')
+options=(!strip)
depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
optdepends=('libpulse: Pulseaudio support'
'xdg-utils: Open files')
@@ -16,12 +17,11 @@
'LICENSE.html::https://discordapp.com/terms'
'OSS-LICENSES.html::https://discordapp.com/licenses')
sha512sums=('149ae5b8b7d92549e12eca52e45d3f5761ef022ae321cf33fadc3b56c4cee0616a5166380faea038256213713a7aa90e1befc4caa3e6a4de8e15c1cb1d8f925d'
-
'81c1832a6d9b9fdad4febf56f7f6c85587ce6e9e34c02b5e1f8cfef6712357208ab0a0c92afed60bdc63afb6e5fd9f3c65f2b9857066f4b73cab92bb34b574a3'
-
'187e0fad2d4bc99220d85f67126cc703c480074017ac62f29f90bacd582306112c8f24265deadab26d4ba233d34fdfd3d4e07a52a228be28e67948abd9fc33ed')
+
'86d4e3a7dbfdbc3069aeb8068190e169654d683a668841902c343a32ccbf3db42237dc1980959221fb9eaab33aa132f8cd291b52b81ade18ee8532f96be1ce8c'
+
'b4df059e00d2bf6597dcfb5116360a18924668f52f461775230e6e2fa5420abed95e8530f4636a40ea222499c54bcd7abf5ff352e4aeccf1cc2eb108c256cda1')
prepare() {
cd $_pkgname
-
sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
echo 'Path=/usr/bin' >> $pkgname.desktop
}
@@ -44,6 +44,6 @@
chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
# Licenses
- install -Dm 644 LICENSE.html
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
- install -Dm 644 OSS-LICENSES.html
"$pkgdir"/usr/share/licenses/$pkgname/OSS-LICENSES.html
+ install -Dm644 LICENSE.html
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
+ install -Dm644 OSS-LICENSES.html
"$pkgdir"/usr/share/licenses/$pkgname/OSS-LICENSES.html
}