Date: Friday, October 28, 2022 @ 00:31:55
Author: blakkheim
Revision: 1338323
upgpkg: discord-canary 0.0.142-1
Modified:
discord-canary/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-28 00:24:50 UTC (rev 1338322)
+++ PKGBUILD 2022-10-28 00:31:55 UTC (rev 1338323)
@@ -2,7 +2,7 @@
pkgname=discord-canary
_pkgname=DiscordCanary
-pkgver=0.0.141
+pkgver=0.0.142
pkgrel=1
pkgdesc="All-in-one voice and text chat for gamers"
arch=('x86_64')
@@ -14,13 +14,12 @@
source=("https://dl-canary.discordapp.net/apps/linux/$pkgver/$pkgname-$pkgver.tar.gz"
'LICENSE.html::https://discordapp.com/terms'
'OSS-LICENSES.html::https://discordapp.com/licenses')
-sha512sums=('9c28e222b2d521f3194212625495b4f930017d0b1e724c5e2ab5ac19757d615dd3df39e893a1434f9b0ba5d9494c5573508897fbf97b5282f8ec60bad9532668'
+sha512sums=('2f0878189d23b90ab4a16c92b59c50f653c4854e67581b8ac0f43a8123d7012a9ae53561db555ef356a1afd09b1b7aefbc2d51cbddd71ccab3e9b8365e7ff446'
'cf2eabeb7e181355735e73bb2bf448b49bc255a71796a4e1311b2fa48e58fb6c172d0e2ae11e29ce19d4fb55f019e82aad261241354baa3254437cb90fd80e4b'
'956c296a0f70f9f5ffce88343ba84db8ca4a4b72ba258f0688f9279cdf85d984f70f018c1447aee37c1edaf591b70194a868ecd31e05db6439c46e66d56134ad')
prepare() {
cd $_pkgname
-
sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
echo 'Path=/usr/bin' >> $pkgname.desktop
}
@@ -43,6 +42,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
}