Date: Thursday, January 12, 2023 @ 18:14:32
  Author: blakkheim
Revision: 1383130

upgpkg: discord 0.0.23-1

Modified:
  discord/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-12 18:09:46 UTC (rev 1383129)
+++ PKGBUILD    2023-01-12 18:14:32 UTC (rev 1383130)
@@ -1,9 +1,10 @@
 # Maintainer: Filipe LaĆ­ns (FFY00) <la...@archlinux.org>
 # Maintainer: Morgan <morganam...@archlinux.org>
+# Maintainer: T.J. Townsend <blakkh...@archlinux.org>
 
 pkgname=discord
 _pkgname=Discord
-pkgver=0.0.22
+pkgver=0.0.23
 pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers"
 arch=('x86_64')
@@ -14,11 +15,11 @@
 optdepends=('libpulse: Pulseaudio support'
             'xdg-utils: Open files')
 source=("https://dl.discordapp.net/apps/linux/$pkgver/$pkgname-$pkgver.tar.gz";
-        'LICENSE.html::https://discordapp.com/terms'
-        'OSS-LICENSES.html::https://discordapp.com/licenses')
-sha512sums=('96c8486577bee7ae165bf96aab50c0733d83a2d9435357d9a4d9a3e9f3225ae6a7bf46e1a7d8b419ecc7ab4e270755332621a4f786ddb89a842379f5da40b271'
-            'SKIP'
-            'SKIP')
+        "LICENSE-$pkgver.html::https://discordapp.com/terms";
+        "OSS-LICENSES-$pkgver.html::https://discordapp.com/licenses";)
+sha512sums=('d03b27180c95ca74c93323090ce5c1e4351577d27184cfbf5525439052505ba198fafbd4b1489f97ce4c103bc35d1cfb4cdb1c32fc9c80bc55e2373b7a894a39'
+            
'a8b124f5f0fea717beeaf8ed7800458c0f3aeb53261d7dced6d8e3c6c02d94c1b9fda95f3cfdb00c7a5bc4f1b41564a3dfc82d94d702c58580cce3c05c3d082e'
+            
'7828599a7db287614f791702aac84bd54944b287b5a7edcb260f0f804bff34ef531b394273800aa85313dabd7222be4cabfc7974fd989be0d1158f7a5fc2dfb4')
 
 prepare() {
   cd $_pkgname
@@ -42,6 +43,6 @@
   # setuid on chrome-sandbox
   chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
 
-  install -Dm644 LICENSE.html 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
-  install -Dm644 OSS-LICENSES.html 
"$pkgdir"/usr/share/licenses/$pkgname/OSS-LICENSES.html
+  install -Dm644 LICENSE-$pkgver.html 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
+  install -Dm644 OSS-LICENSES-$pkgver.html 
"$pkgdir"/usr/share/licenses/$pkgname/OSS-LICENSES.html
 }

Reply via email to