[arch-commits] Commit in discord-canary/repos/community-x86_64 (4 files)

2022-09-09 Thread Morgan Adamiec via arch-commits
Date: Friday, September 9, 2022 @ 17:08:07
  Author: morganamilo
Revision: 1297260

archrelease: copy trunk to community-x86_64

Added:
  discord-canary/repos/community-x86_64/PKGBUILD
(from rev 1297259, discord-canary/trunk/PKGBUILD)
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1297259, discord-canary/trunk/Permission_to_Distribute.mbox)
Deleted:
  discord-canary/repos/community-x86_64/PKGBUILD
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox

---+
 PKGBUILD  |   98 +++
 Permission_to_Distribute.mbox |  166 
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-09 17:07:23 UTC (rev 1297259)
+++ PKGBUILD2022-09-09 17:08:07 UTC (rev 1297260)
@@ -1,49 +0,0 @@
-# Maintainer: Morgan 
-
-pkgname=discord-canary
-_pkgname=DiscordCanary
-pkgver=0.0.138
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
-arch=('x86_64')
-url='https://discordapp.com'
-license=('custom')
-depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
-optdepends=('libpulse: Pulseaudio support'
-'xdg-utils: Open files')
-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=('06fc4836f30a32b67940c267b5bcccb201fe2a89c29c1cc8b803c35dee9e5b7c03ecc441ad1ee13f276eda196160cfc387c32be25abddeda9794ff7a94e3f04e'
-
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
-
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
-
-prepare() {
-  cd $_pkgname
-
-  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
-  echo 'Path=/usr/bin' >> $pkgname.desktop
-}
-
-package() {
-  # Install the app
-  install -d "$pkgdir"/opt/$pkgname
-  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
-
-  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
-
-  rm "$pkgdir"/opt/$pkgname/postinst.sh
-
-  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
-  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-
-  # setuid on chrome-sandbox
-  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
-}
-

Copied: discord-canary/repos/community-x86_64/PKGBUILD (from rev 1297259, 
discord-canary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-09 17:08:07 UTC (rev 1297260)
@@ -0,0 +1,49 @@
+# Maintainer: Morgan 
+
+pkgname=discord-canary
+_pkgname=DiscordCanary
+pkgver=0.0.139
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+optdepends=('libpulse: Pulseaudio support'
+'xdg-utils: Open files')
+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=('94627ff1d10dd4300b24fe632cbc773fd66799f6c90ba3304419799f08e27b6ac76bfe2481314b6bd15ffc89db1d2e200ed7d53b621aff07f43a3a2eef6833ff'
+
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
+
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
+
+  # Licenses
+  install -Dm 644 LICENSE.html 

[arch-commits] Commit in discord-canary/trunk (PKGBUILD)

2022-09-09 Thread Morgan Adamiec via arch-commits
Date: Friday, September 9, 2022 @ 17:07:23
  Author: morganamilo
Revision: 1297259

upgpkg: discord-canary 0.0.139-1

Modified:
  discord-canary/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-09 16:43:19 UTC (rev 1297258)
+++ PKGBUILD2022-09-09 17:07:23 UTC (rev 1297259)
@@ -2,7 +2,7 @@
 
 pkgname=discord-canary
 _pkgname=DiscordCanary
-pkgver=0.0.138
+pkgver=0.0.139
 pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
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=('06fc4836f30a32b67940c267b5bcccb201fe2a89c29c1cc8b803c35dee9e5b7c03ecc441ad1ee13f276eda196160cfc387c32be25abddeda9794ff7a94e3f04e'
+sha512sums=('94627ff1d10dd4300b24fe632cbc773fd66799f6c90ba3304419799f08e27b6ac76bfe2481314b6bd15ffc89db1d2e200ed7d53b621aff07f43a3a2eef6833ff'
 
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
 
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
 



[arch-commits] Commit in discord-canary/repos/community-x86_64 (4 files)

2022-09-03 Thread Morgan Adamiec via arch-commits
Date: Saturday, September 3, 2022 @ 23:42:28
  Author: morganamilo
Revision: 1292759

archrelease: copy trunk to community-x86_64

Added:
  discord-canary/repos/community-x86_64/PKGBUILD
(from rev 1292758, discord-canary/trunk/PKGBUILD)
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1292758, discord-canary/trunk/Permission_to_Distribute.mbox)
Deleted:
  discord-canary/repos/community-x86_64/PKGBUILD
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox

---+
 PKGBUILD  |   98 +++
 Permission_to_Distribute.mbox |  166 
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-03 23:41:56 UTC (rev 1292758)
+++ PKGBUILD2022-09-03 23:42:28 UTC (rev 1292759)
@@ -1,49 +0,0 @@
-# Maintainer: Morgan 
-
-pkgname=discord-canary
-_pkgname=DiscordCanary
-pkgver=0.0.137
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
-arch=('x86_64')
-url='https://discordapp.com'
-license=('custom')
-depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
-optdepends=('libpulse: Pulseaudio support'
-'xdg-utils: Open files')
-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=('4fb6908003d8d50a3594798e7c5e8603fad668017639452b3b4b58138b689bd0768cd79229e82b1e22ae64a732b6a4ba461cdd24d663deb16d276f7517942bf7'
-
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
-
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
-
-prepare() {
-  cd $_pkgname
-
-  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
-  echo 'Path=/usr/bin' >> $pkgname.desktop
-}
-
-package() {
-  # Install the app
-  install -d "$pkgdir"/opt/$pkgname
-  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
-
-  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
-
-  rm "$pkgdir"/opt/$pkgname/postinst.sh
-
-  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
-  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-
-  # setuid on chrome-sandbox
-  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
-}
-

Copied: discord-canary/repos/community-x86_64/PKGBUILD (from rev 1292758, 
discord-canary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-03 23:42:28 UTC (rev 1292759)
@@ -0,0 +1,49 @@
+# Maintainer: Morgan 
+
+pkgname=discord-canary
+_pkgname=DiscordCanary
+pkgver=0.0.138
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+optdepends=('libpulse: Pulseaudio support'
+'xdg-utils: Open files')
+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=('06fc4836f30a32b67940c267b5bcccb201fe2a89c29c1cc8b803c35dee9e5b7c03ecc441ad1ee13f276eda196160cfc387c32be25abddeda9794ff7a94e3f04e'
+
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
+
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
+
+  # Licenses
+  install -Dm 644 LICENSE.html 

[arch-commits] Commit in discord-canary/trunk (PKGBUILD)

2022-09-03 Thread Morgan Adamiec via arch-commits
Date: Saturday, September 3, 2022 @ 23:41:56
  Author: morganamilo
Revision: 1292758

upgpkg: discord-canary 0.0.138-1

Modified:
  discord-canary/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-03 23:27:32 UTC (rev 1292757)
+++ PKGBUILD2022-09-03 23:41:56 UTC (rev 1292758)
@@ -2,7 +2,7 @@
 
 pkgname=discord-canary
 _pkgname=DiscordCanary
-pkgver=0.0.137
+pkgver=0.0.138
 pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
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=('4fb6908003d8d50a3594798e7c5e8603fad668017639452b3b4b58138b689bd0768cd79229e82b1e22ae64a732b6a4ba461cdd24d663deb16d276f7517942bf7'
+sha512sums=('06fc4836f30a32b67940c267b5bcccb201fe2a89c29c1cc8b803c35dee9e5b7c03ecc441ad1ee13f276eda196160cfc387c32be25abddeda9794ff7a94e3f04e'
 
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
 
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
 



[arch-commits] Commit in discord-canary/repos/community-x86_64 (4 files)

2022-08-31 Thread Morgan Adamiec via arch-commits
Date: Wednesday, August 31, 2022 @ 18:27:23
  Author: morganamilo
Revision: 1289203

archrelease: copy trunk to community-x86_64

Added:
  discord-canary/repos/community-x86_64/PKGBUILD
(from rev 1289202, discord-canary/trunk/PKGBUILD)
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1289202, discord-canary/trunk/Permission_to_Distribute.mbox)
Deleted:
  discord-canary/repos/community-x86_64/PKGBUILD
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox

---+
 PKGBUILD  |   98 +++
 Permission_to_Distribute.mbox |  166 
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-31 18:27:03 UTC (rev 1289202)
+++ PKGBUILD2022-08-31 18:27:23 UTC (rev 1289203)
@@ -1,49 +0,0 @@
-# Maintainer: Morgan 
-
-pkgname=discord-canary
-_pkgname=DiscordCanary
-pkgver=0.0.136
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
-arch=('x86_64')
-url='https://discordapp.com'
-license=('custom')
-depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
-optdepends=('libpulse: Pulseaudio support'
-'xdg-utils: Open files')
-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=('47336d42535e167a2c8805ee0cc3eb1695a7774034aca3f6b227e764642c4d4ce5e361ceefa9c8992e87035f63901ed93e42d33db15e02a8026080957404cc92'
-
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
-
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
-
-prepare() {
-  cd $_pkgname
-
-  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
-  echo 'Path=/usr/bin' >> $pkgname.desktop
-}
-
-package() {
-  # Install the app
-  install -d "$pkgdir"/opt/$pkgname
-  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
-
-  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
-
-  rm "$pkgdir"/opt/$pkgname/postinst.sh
-
-  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
-  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-
-  # setuid on chrome-sandbox
-  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
-}
-

Copied: discord-canary/repos/community-x86_64/PKGBUILD (from rev 1289202, 
discord-canary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-31 18:27:23 UTC (rev 1289203)
@@ -0,0 +1,49 @@
+# Maintainer: Morgan 
+
+pkgname=discord-canary
+_pkgname=DiscordCanary
+pkgver=0.0.137
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+optdepends=('libpulse: Pulseaudio support'
+'xdg-utils: Open files')
+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=('4fb6908003d8d50a3594798e7c5e8603fad668017639452b3b4b58138b689bd0768cd79229e82b1e22ae64a732b6a4ba461cdd24d663deb16d276f7517942bf7'
+
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
+
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
+
+  # Licenses
+  install -Dm 644 LICENSE.html 

[arch-commits] Commit in discord-canary/trunk (PKGBUILD)

2022-08-31 Thread Morgan Adamiec via arch-commits
Date: Wednesday, August 31, 2022 @ 18:25:51
  Author: morganamilo
Revision: 1289200

upgpkg: discord-canary 0.0.137-1

Modified:
  discord-canary/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-31 18:01:05 UTC (rev 1289199)
+++ PKGBUILD2022-08-31 18:25:51 UTC (rev 1289200)
@@ -2,7 +2,7 @@
 
 pkgname=discord-canary
 _pkgname=DiscordCanary
-pkgver=0.0.136
+pkgver=0.0.137
 pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
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=('47336d42535e167a2c8805ee0cc3eb1695a7774034aca3f6b227e764642c4d4ce5e361ceefa9c8992e87035f63901ed93e42d33db15e02a8026080957404cc92'
+sha512sums=('4fb6908003d8d50a3594798e7c5e8603fad668017639452b3b4b58138b689bd0768cd79229e82b1e22ae64a732b6a4ba461cdd24d663deb16d276f7517942bf7'
 
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
 
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
 



[arch-commits] Commit in cargo-feature/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-08-12 Thread Morgan Adamiec via arch-commits
Date: Friday, August 12, 2022 @ 14:04:23
  Author: morganamilo
Revision: 1265338

archrelease: copy trunk to community-x86_64

Added:
  cargo-feature/repos/community-x86_64/PKGBUILD
(from rev 1265337, cargo-feature/trunk/PKGBUILD)
Deleted:
  cargo-feature/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 14:03:51 UTC (rev 1265337)
+++ PKGBUILD2022-08-12 14:04:23 UTC (rev 1265338)
@@ -1,25 +0,0 @@
-# Maintainer: Morgan 
-
-pkgname=cargo-feature
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Conveniently modify dependency features"
-url="https://github.com/Riey/$pkgname;
-source=($pkgname-$pkgver::https://github.com/Riey/$pkgname/archive/v$pkgver.tar.gz)
-arch=("x86_64")
-license=("MIT")
-depends=("cargo")
-sha256sums=('1d9b84e5ad0fa20770a41a7fcc7ddcb67acdcfec3ae0c2fca615352144e35286')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-
-cargo build --locked --release --target-dir target
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-
-install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin/"
-install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: cargo-feature/repos/community-x86_64/PKGBUILD (from rev 1265337, 
cargo-feature/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 14:04:23 UTC (rev 1265338)
@@ -0,0 +1,25 @@
+# Maintainer: Morgan 
+
+pkgname=cargo-feature
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Conveniently modify dependency features"
+url="https://github.com/Riey/$pkgname;
+source=($pkgname-$pkgver::https://github.com/Riey/$pkgname/archive/v$pkgver.tar.gz)
+arch=("x86_64")
+license=("MIT")
+depends=("cargo")
+sha256sums=('5b88c1380f1bd6f3d7168137f08a6a534194d21254435a520c39a616398721f8')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+
+cargo build --locked --release --target-dir target
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+
+install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin/"
+install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



[arch-commits] Commit in cargo-feature/trunk (PKGBUILD)

2022-08-12 Thread Morgan Adamiec via arch-commits
Date: Friday, August 12, 2022 @ 14:03:51
  Author: morganamilo
Revision: 1265337

upgpkg: cargo-feature 0.7.0-1

Modified:
  cargo-feature/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 13:56:10 UTC (rev 1265336)
+++ PKGBUILD2022-08-12 14:03:51 UTC (rev 1265337)
@@ -1,7 +1,7 @@
 # Maintainer: Morgan 
 
 pkgname=cargo-feature
-pkgver=0.6.0
+pkgver=0.7.0
 pkgrel=1
 pkgdesc="Conveniently modify dependency features"
 url="https://github.com/Riey/$pkgname;
@@ -9,7 +9,7 @@
 arch=("x86_64")
 license=("MIT")
 depends=("cargo")
-sha256sums=('1d9b84e5ad0fa20770a41a7fcc7ddcb67acdcfec3ae0c2fca615352144e35286')
+sha256sums=('5b88c1380f1bd6f3d7168137f08a6a534194d21254435a520c39a616398721f8')
 
 build() {
 cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in discord/repos/community-x86_64 (4 files)

2022-08-10 Thread Morgan Adamiec via arch-commits
Date: Wednesday, August 10, 2022 @ 17:30:18
  Author: morganamilo
Revision: 1265060

archrelease: copy trunk to community-x86_64

Added:
  discord/repos/community-x86_64/PKGBUILD
(from rev 1265059, discord/trunk/PKGBUILD)
  discord/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1265059, discord/trunk/Permission_to_Distribute.mbox)
Deleted:
  discord/repos/community-x86_64/PKGBUILD
  discord/repos/community-x86_64/Permission_to_Distribute.mbox

---+
 PKGBUILD  |  100 
 Permission_to_Distribute.mbox |  166 
 2 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-10 17:29:48 UTC (rev 1265059)
+++ PKGBUILD2022-08-10 17:30:18 UTC (rev 1265060)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Maintainer: Morgan 
-
-pkgname=discord
-_pkgname=Discord
-pkgver=0.0.18
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
-arch=('x86_64')
-url='https://discordapp.com'
-license=('custom')
-depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
-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=('a9c5de48186542fa4385c5cf4ffb54484dee008cde5230a9f8a0e71a84e1e7ce680e170aca2018ad2217618ed2d4a4882836a408a5d0a5cab054c0954c1b55be'
-
'c84af973c15079be57d505ead5ec12253694249b08536577fb4d42871234ea88391ee7547657604b944f0b9e7abd56fa4669336c46fffa178024f2270474f01f'
-
'840f506a80be338ad4a0d0317e71c41743ddd444e187be71d705f9c195dd8830437cc2195b764fbf35bf192fb1bfe4865a5ae1783cec64ee5fdf43a81b3a265d')
-
-prepare() {
-  cd $_pkgname
-
-  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
-  echo 'Path=/usr/bin' >> $pkgname.desktop
-}
-
-package() {
-  # Install the app
-  install -d "$pkgdir"/opt/$pkgname
-  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
-
-  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
-
-  rm "$pkgdir"/opt/$pkgname/postinst.sh
-
-  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
-  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-
-  # setuid on chrome-sandbox
-  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
-}
-

Copied: discord/repos/community-x86_64/PKGBUILD (from rev 1265059, 
discord/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-10 17:30:18 UTC (rev 1265060)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Maintainer: Morgan 
+
+pkgname=discord
+_pkgname=Discord
+pkgver=0.0.19
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+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=('5b73f0f968ce61f5a844940e1525da80e7b2ce3779cf2050ca3c2b0b7dbee20f16e2bf203f0673d1e275d1e55075b83eb63700731be8324587b3c58c64d3a0e8'
+
'c84af973c15079be57d505ead5ec12253694249b08536577fb4d42871234ea88391ee7547657604b944f0b9e7abd56fa4669336c46fffa178024f2270474f01f'
+
'840f506a80be338ad4a0d0317e71c41743ddd444e187be71d705f9c195dd8830437cc2195b764fbf35bf192fb1bfe4865a5ae1783cec64ee5fdf43a81b3a265d')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
+
+  # Licenses
+  install -Dm 644 LICENSE.html 

[arch-commits] Commit in discord/trunk (PKGBUILD)

2022-08-10 Thread Morgan Adamiec via arch-commits
Date: Wednesday, August 10, 2022 @ 17:29:48
  Author: morganamilo
Revision: 1265059

upgpkg: discord 0.0.19-1

Modified:
  discord/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-10 17:17:14 UTC (rev 1265058)
+++ PKGBUILD2022-08-10 17:29:48 UTC (rev 1265059)
@@ -3,7 +3,7 @@
 
 pkgname=discord
 _pkgname=Discord
-pkgver=0.0.18
+pkgver=0.0.19
 pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
 arch=('x86_64')
@@ -15,7 +15,7 @@
 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=('a9c5de48186542fa4385c5cf4ffb54484dee008cde5230a9f8a0e71a84e1e7ce680e170aca2018ad2217618ed2d4a4882836a408a5d0a5cab054c0954c1b55be'
+sha512sums=('5b73f0f968ce61f5a844940e1525da80e7b2ce3779cf2050ca3c2b0b7dbee20f16e2bf203f0673d1e275d1e55075b83eb63700731be8324587b3c58c64d3a0e8'
 
'c84af973c15079be57d505ead5ec12253694249b08536577fb4d42871234ea88391ee7547657604b944f0b9e7abd56fa4669336c46fffa178024f2270474f01f'
 
'840f506a80be338ad4a0d0317e71c41743ddd444e187be71d705f9c195dd8830437cc2195b764fbf35bf192fb1bfe4865a5ae1783cec64ee5fdf43a81b3a265d')
 



[arch-commits] Commit in discord-canary/repos/community-x86_64 (4 files)

2022-07-17 Thread Morgan Adamiec via arch-commits
Date: Sunday, July 17, 2022 @ 22:39:57
  Author: morganamilo
Revision: 1254386

archrelease: copy trunk to community-x86_64

Added:
  discord-canary/repos/community-x86_64/PKGBUILD
(from rev 1254385, discord-canary/trunk/PKGBUILD)
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1254385, discord-canary/trunk/Permission_to_Distribute.mbox)
Deleted:
  discord-canary/repos/community-x86_64/PKGBUILD
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox

---+
 PKGBUILD  |   98 +++
 Permission_to_Distribute.mbox |  166 
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-17 22:39:39 UTC (rev 1254385)
+++ PKGBUILD2022-07-17 22:39:57 UTC (rev 1254386)
@@ -1,49 +0,0 @@
-# Maintainer: Morgan 
-
-pkgname=discord-canary
-_pkgname=DiscordCanary
-pkgver=0.0.135
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
-arch=('x86_64')
-url='https://discordapp.com'
-license=('custom')
-depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
-optdepends=('libpulse: Pulseaudio support'
-'xdg-utils: Open files')
-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=('954ef83265edbe5ff9db001836830ddb0e63fb66cc89a0f680c6b964392b37116b507f52cd0bfd8abd6495ba019ab5465c67c42e93dadf5839feb5918487cf1a'
-
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
-
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
-
-prepare() {
-  cd $_pkgname
-
-  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
-  echo 'Path=/usr/bin' >> $pkgname.desktop
-}
-
-package() {
-  # Install the app
-  install -d "$pkgdir"/opt/$pkgname
-  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
-
-  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
-
-  rm "$pkgdir"/opt/$pkgname/postinst.sh
-
-  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
-  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-
-  # setuid on chrome-sandbox
-  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
-}
-

Copied: discord-canary/repos/community-x86_64/PKGBUILD (from rev 1254385, 
discord-canary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-17 22:39:57 UTC (rev 1254386)
@@ -0,0 +1,49 @@
+# Maintainer: Morgan 
+
+pkgname=discord-canary
+_pkgname=DiscordCanary
+pkgver=0.0.136
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+optdepends=('libpulse: Pulseaudio support'
+'xdg-utils: Open files')
+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=('47336d42535e167a2c8805ee0cc3eb1695a7774034aca3f6b227e764642c4d4ce5e361ceefa9c8992e87035f63901ed93e42d33db15e02a8026080957404cc92'
+
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
+
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
+
+  # Licenses
+  install -Dm 644 LICENSE.html 

[arch-commits] Commit in discord-canary/trunk (PKGBUILD)

2022-07-17 Thread Morgan Adamiec via arch-commits
Date: Sunday, July 17, 2022 @ 22:39:39
  Author: morganamilo
Revision: 1254385

upgpkg: discord-canary 0.0.136-1

Modified:
  discord-canary/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-17 22:25:35 UTC (rev 1254384)
+++ PKGBUILD2022-07-17 22:39:39 UTC (rev 1254385)
@@ -2,7 +2,7 @@
 
 pkgname=discord-canary
 _pkgname=DiscordCanary
-pkgver=0.0.135
+pkgver=0.0.136
 pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
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=('954ef83265edbe5ff9db001836830ddb0e63fb66cc89a0f680c6b964392b37116b507f52cd0bfd8abd6495ba019ab5465c67c42e93dadf5839feb5918487cf1a'
+sha512sums=('47336d42535e167a2c8805ee0cc3eb1695a7774034aca3f6b227e764642c4d4ce5e361ceefa9c8992e87035f63901ed93e42d33db15e02a8026080957404cc92'
 
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
 
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
 



[arch-commits] Commit in discord/repos/community-x86_64 (4 files)

2022-06-09 Thread Morgan Adamiec via arch-commits
Date: Thursday, June 9, 2022 @ 06:41:49
  Author: morganamilo
Revision: 1229427

archrelease: copy trunk to community-x86_64

Added:
  discord/repos/community-x86_64/PKGBUILD
(from rev 1229426, discord/trunk/PKGBUILD)
  discord/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1229426, discord/trunk/Permission_to_Distribute.mbox)
Deleted:
  discord/repos/community-x86_64/PKGBUILD
  discord/repos/community-x86_64/Permission_to_Distribute.mbox

---+
 PKGBUILD  |  100 
 Permission_to_Distribute.mbox |  166 
 2 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-09 06:41:21 UTC (rev 1229426)
+++ PKGBUILD2022-06-09 06:41:49 UTC (rev 1229427)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Maintainer: Morgan 
-
-pkgname=discord
-_pkgname=Discord
-pkgver=0.0.17
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
-arch=('x86_64')
-url='https://discordapp.com'
-license=('custom')
-depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
-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=('728c760f04770b197635d1fc1a2833c707ab462708cc0bf6fb165691c1375e14e3192f3806d3719325790459b39bd3425f5942d69a53019695f02c965214a5c9'
-
'c84af973c15079be57d505ead5ec12253694249b08536577fb4d42871234ea88391ee7547657604b944f0b9e7abd56fa4669336c46fffa178024f2270474f01f'
-
'840f506a80be338ad4a0d0317e71c41743ddd444e187be71d705f9c195dd8830437cc2195b764fbf35bf192fb1bfe4865a5ae1783cec64ee5fdf43a81b3a265d')
-
-prepare() {
-  cd $_pkgname
-
-  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
-  echo 'Path=/usr/bin' >> $pkgname.desktop
-}
-
-package() {
-  # Install the app
-  install -d "$pkgdir"/opt/$pkgname
-  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
-
-  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
-
-  rm "$pkgdir"/opt/$pkgname/postinst.sh
-
-  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
-  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-
-  # setuid on chrome-sandbox
-  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
-}
-

Copied: discord/repos/community-x86_64/PKGBUILD (from rev 1229426, 
discord/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-09 06:41:49 UTC (rev 1229427)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Maintainer: Morgan 
+
+pkgname=discord
+_pkgname=Discord
+pkgver=0.0.18
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+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=('a9c5de48186542fa4385c5cf4ffb54484dee008cde5230a9f8a0e71a84e1e7ce680e170aca2018ad2217618ed2d4a4882836a408a5d0a5cab054c0954c1b55be'
+
'c84af973c15079be57d505ead5ec12253694249b08536577fb4d42871234ea88391ee7547657604b944f0b9e7abd56fa4669336c46fffa178024f2270474f01f'
+
'840f506a80be338ad4a0d0317e71c41743ddd444e187be71d705f9c195dd8830437cc2195b764fbf35bf192fb1bfe4865a5ae1783cec64ee5fdf43a81b3a265d')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
+
+  # Licenses
+  install -Dm 644 LICENSE.html 

[arch-commits] Commit in discord/trunk (PKGBUILD)

2022-06-09 Thread Morgan Adamiec via arch-commits
Date: Thursday, June 9, 2022 @ 06:41:21
  Author: morganamilo
Revision: 1229426

upgpkg: discord 0.0.18-1

Modified:
  discord/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-09 06:14:07 UTC (rev 1229425)
+++ PKGBUILD2022-06-09 06:41:21 UTC (rev 1229426)
@@ -3,7 +3,7 @@
 
 pkgname=discord
 _pkgname=Discord
-pkgver=0.0.17
+pkgver=0.0.18
 pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
 arch=('x86_64')
@@ -15,7 +15,7 @@
 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=('728c760f04770b197635d1fc1a2833c707ab462708cc0bf6fb165691c1375e14e3192f3806d3719325790459b39bd3425f5942d69a53019695f02c965214a5c9'
+sha512sums=('a9c5de48186542fa4385c5cf4ffb54484dee008cde5230a9f8a0e71a84e1e7ce680e170aca2018ad2217618ed2d4a4882836a408a5d0a5cab054c0954c1b55be'
 
'c84af973c15079be57d505ead5ec12253694249b08536577fb4d42871234ea88391ee7547657604b944f0b9e7abd56fa4669336c46fffa178024f2270474f01f'
 
'840f506a80be338ad4a0d0317e71c41743ddd444e187be71d705f9c195dd8830437cc2195b764fbf35bf192fb1bfe4865a5ae1783cec64ee5fdf43a81b3a265d')
 



[arch-commits] Commit in discord-canary/repos/community-x86_64 (4 files)

2022-04-19 Thread Morgan Adamiec via arch-commits
Date: Tuesday, April 19, 2022 @ 10:45:45
  Author: morganamilo
Revision: 1187083

archrelease: copy trunk to community-x86_64

Added:
  discord-canary/repos/community-x86_64/PKGBUILD
(from rev 1187082, discord-canary/trunk/PKGBUILD)
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1187082, discord-canary/trunk/Permission_to_Distribute.mbox)
Deleted:
  discord-canary/repos/community-x86_64/PKGBUILD
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox

---+
 PKGBUILD  |   98 +++
 Permission_to_Distribute.mbox |  166 
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-19 10:45:30 UTC (rev 1187082)
+++ PKGBUILD2022-04-19 10:45:45 UTC (rev 1187083)
@@ -1,49 +0,0 @@
-# Maintainer: Morgan 
-
-pkgname=discord-canary
-_pkgname=DiscordCanary
-pkgver=0.0.134
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
-arch=('x86_64')
-url='https://discordapp.com'
-license=('custom')
-depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
-optdepends=('libpulse: Pulseaudio support'
-'xdg-utils: Open files')
-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=('c2c35c5152b7bc67ce144cbaa957cd25799a5d986da5ba9fe9e1193c369499024c16c05a86c281746886b53de40d3a802a35c1c5b214225e2183c0faa58aa9d9'
-
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
-
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
-
-prepare() {
-  cd $_pkgname
-
-  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
-  echo 'Path=/usr/bin' >> $pkgname.desktop
-}
-
-package() {
-  # Install the app
-  install -d "$pkgdir"/opt/$pkgname
-  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
-
-  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
-
-  rm "$pkgdir"/opt/$pkgname/postinst.sh
-
-  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
-  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-
-  # setuid on chrome-sandbox
-  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
-}
-

Copied: discord-canary/repos/community-x86_64/PKGBUILD (from rev 1187082, 
discord-canary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-19 10:45:45 UTC (rev 1187083)
@@ -0,0 +1,49 @@
+# Maintainer: Morgan 
+
+pkgname=discord-canary
+_pkgname=DiscordCanary
+pkgver=0.0.135
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+optdepends=('libpulse: Pulseaudio support'
+'xdg-utils: Open files')
+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=('954ef83265edbe5ff9db001836830ddb0e63fb66cc89a0f680c6b964392b37116b507f52cd0bfd8abd6495ba019ab5465c67c42e93dadf5839feb5918487cf1a'
+
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
+
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
+
+  # Licenses
+  install -Dm 644 LICENSE.html 

[arch-commits] Commit in discord-canary/trunk (PKGBUILD)

2022-04-19 Thread Morgan Adamiec via arch-commits
Date: Tuesday, April 19, 2022 @ 10:45:30
  Author: morganamilo
Revision: 1187082

upgpkg: discord-canary 0.0.135-1

Modified:
  discord-canary/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-19 10:40:08 UTC (rev 1187081)
+++ PKGBUILD2022-04-19 10:45:30 UTC (rev 1187082)
@@ -2,7 +2,7 @@
 
 pkgname=discord-canary
 _pkgname=DiscordCanary
-pkgver=0.0.134
+pkgver=0.0.135
 pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
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=('c2c35c5152b7bc67ce144cbaa957cd25799a5d986da5ba9fe9e1193c369499024c16c05a86c281746886b53de40d3a802a35c1c5b214225e2183c0faa58aa9d9'
+sha512sums=('954ef83265edbe5ff9db001836830ddb0e63fb66cc89a0f680c6b964392b37116b507f52cd0bfd8abd6495ba019ab5465c67c42e93dadf5839feb5918487cf1a'
 
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
 
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
 



[arch-commits] Commit in discord-canary/repos/community-x86_64 (4 files)

2022-03-02 Thread Morgan Adamiec via arch-commits
Date: Wednesday, March 2, 2022 @ 21:01:39
  Author: morganamilo
Revision: 1139870

archrelease: copy trunk to community-x86_64

Added:
  discord-canary/repos/community-x86_64/PKGBUILD
(from rev 1139869, discord-canary/trunk/PKGBUILD)
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1139869, discord-canary/trunk/Permission_to_Distribute.mbox)
Deleted:
  discord-canary/repos/community-x86_64/PKGBUILD
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox

---+
 PKGBUILD  |   98 +++
 Permission_to_Distribute.mbox |  166 
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-02 21:01:34 UTC (rev 1139869)
+++ PKGBUILD2022-03-02 21:01:39 UTC (rev 1139870)
@@ -1,49 +0,0 @@
-# Maintainer: Morgan 
-
-pkgname=discord-canary
-_pkgname=DiscordCanary
-pkgver=0.0.133
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
-arch=('x86_64')
-url='https://discordapp.com'
-license=('custom')
-depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
-optdepends=('libpulse: Pulseaudio support'
-'xdg-utils: Open files')
-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=('0d58da7b69b85c041fb8a38b9cd1adb946c9519f1e7cdcedd227754e7db482e9f2d037919de95883166c91f876b5add6e7a42cd72ba1478b377df78b79015bba'
-
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
-
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
-
-prepare() {
-  cd $_pkgname
-
-  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
-  echo 'Path=/usr/bin' >> $pkgname.desktop
-}
-
-package() {
-  # Install the app
-  install -d "$pkgdir"/opt/$pkgname
-  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
-
-  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
-
-  rm "$pkgdir"/opt/$pkgname/postinst.sh
-
-  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
-  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-
-  # setuid on chrome-sandbox
-  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
-}
-

Copied: discord-canary/repos/community-x86_64/PKGBUILD (from rev 1139869, 
discord-canary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-02 21:01:39 UTC (rev 1139870)
@@ -0,0 +1,49 @@
+# Maintainer: Morgan 
+
+pkgname=discord-canary
+_pkgname=DiscordCanary
+pkgver=0.0.134
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+optdepends=('libpulse: Pulseaudio support'
+'xdg-utils: Open files')
+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=('c2c35c5152b7bc67ce144cbaa957cd25799a5d986da5ba9fe9e1193c369499024c16c05a86c281746886b53de40d3a802a35c1c5b214225e2183c0faa58aa9d9'
+
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
+
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
+
+  # Licenses
+  install -Dm 644 LICENSE.html 

[arch-commits] Commit in discord-canary/trunk (PKGBUILD)

2022-03-02 Thread Morgan Adamiec via arch-commits
Date: Wednesday, March 2, 2022 @ 21:01:03
  Author: morganamilo
Revision: 1139867

upgpkg: discord-canary 0.0.134-1: 0.0.134

Modified:
  discord-canary/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-02 21:00:46 UTC (rev 1139866)
+++ PKGBUILD2022-03-02 21:01:03 UTC (rev 1139867)
@@ -2,7 +2,7 @@
 
 pkgname=discord-canary
 _pkgname=DiscordCanary
-pkgver=0.0.133
+pkgver=0.0.134
 pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
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=('0d58da7b69b85c041fb8a38b9cd1adb946c9519f1e7cdcedd227754e7db482e9f2d037919de95883166c91f876b5add6e7a42cd72ba1478b377df78b79015bba'
+sha512sums=('c2c35c5152b7bc67ce144cbaa957cd25799a5d986da5ba9fe9e1193c369499024c16c05a86c281746886b53de40d3a802a35c1c5b214225e2183c0faa58aa9d9'
 
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
 
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
 



[arch-commits] Commit in discord/repos/community-x86_64 (4 files)

2022-02-18 Thread Morgan Adamiec via arch-commits
Date: Friday, February 18, 2022 @ 10:37:49
  Author: morganamilo
Revision: 1133857

archrelease: copy trunk to community-x86_64

Added:
  discord/repos/community-x86_64/PKGBUILD
(from rev 1133856, discord/trunk/PKGBUILD)
  discord/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1133856, discord/trunk/Permission_to_Distribute.mbox)
Deleted:
  discord/repos/community-x86_64/PKGBUILD
  discord/repos/community-x86_64/Permission_to_Distribute.mbox

---+
 PKGBUILD  |  100 
 Permission_to_Distribute.mbox |  166 
 2 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-18 10:34:11 UTC (rev 1133856)
+++ PKGBUILD2022-02-18 10:37:49 UTC (rev 1133857)
@@ -1,50 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Maintainer: Morgan 
-
-pkgname=discord
-_pkgname=Discord
-pkgver=0.0.17
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
-arch=('x86_64')
-url='https://discordapp.com'
-license=('custom')
-depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
-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=('728c760f04770b197635d1fc1a2833c707ab462708cc0bf6fb165691c1375e14e3192f3806d3719325790459b39bd3425f5942d69a53019695f02c965214a5c9'
-
'c83dfebe020d2529f64f3272b7ff8a8f49b2cb39df00b052fa82a279caf9a186440c3b4e6d894e01345ab6a6f6e7746deddc4f1caf2b9f96cf7fe99d253dcca4'
-
'9586ea3f7f10195eb0093057e20cbada252cd1cf2f913c5e425ffe3453fb02b08b528c7bbbf28f18754d23dfec0904cd0cafe9bc02822b50860495c968cfbfeb')
-
-prepare() {
-  cd $_pkgname
-
-  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
-  echo 'Path=/usr/bin' >> $pkgname.desktop
-}
-
-package() {
-  # Install the app
-  install -d "$pkgdir"/opt/$pkgname
-  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
-
-  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
-
-  rm "$pkgdir"/opt/$pkgname/postinst.sh
-
-  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
-  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-
-  # setuid on chrome-sandbox
-  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
-}
-

Copied: discord/repos/community-x86_64/PKGBUILD (from rev 1133856, 
discord/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-18 10:37:49 UTC (rev 1133857)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Maintainer: Morgan 
+
+pkgname=discord
+_pkgname=Discord
+pkgver=0.0.17
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+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=('728c760f04770b197635d1fc1a2833c707ab462708cc0bf6fb165691c1375e14e3192f3806d3719325790459b39bd3425f5942d69a53019695f02c965214a5c9'
+
'c84af973c15079be57d505ead5ec12253694249b08536577fb4d42871234ea88391ee7547657604b944f0b9e7abd56fa4669336c46fffa178024f2270474f01f'
+
'840f506a80be338ad4a0d0317e71c41743ddd444e187be71d705f9c195dd8830437cc2195b764fbf35bf192fb1bfe4865a5ae1783cec64ee5fdf43a81b3a265d')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
+
+  # Licenses
+  install -Dm 644 LICENSE.html 

[arch-commits] Commit in discord/trunk (PKGBUILD)

2022-02-18 Thread Morgan Adamiec via arch-commits
Date: Friday, February 18, 2022 @ 10:34:11
  Author: morganamilo
Revision: 1133856

Licence file changed

Modified:
  discord/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-18 10:32:12 UTC (rev 1133855)
+++ PKGBUILD2022-02-18 10:34:11 UTC (rev 1133856)
@@ -16,8 +16,8 @@
 'LICENSE.html::https://discordapp.com/terms'
 'OSS-LICENSES.html::https://discordapp.com/licenses')
 
sha512sums=('728c760f04770b197635d1fc1a2833c707ab462708cc0bf6fb165691c1375e14e3192f3806d3719325790459b39bd3425f5942d69a53019695f02c965214a5c9'
-
'e229b5a0e5a5f44e6188a41fe88efa62c9d5e6e1b02119ec3640b2666de9974d20334b55360c4c6da5f1ea0cc3a0bbb49c62b2be973172efd1bb98c8d85ffaca'
-
'c61fd5fab5eb6c8629a489a1b88ab42a3f636a1a1231842d4e27514decc9f1200cdd1d0e7f8034c32737f7d50eab42705333a76458385cd4ec5ec002a25c41af')
+
'c84af973c15079be57d505ead5ec12253694249b08536577fb4d42871234ea88391ee7547657604b944f0b9e7abd56fa4669336c46fffa178024f2270474f01f'
+
'840f506a80be338ad4a0d0317e71c41743ddd444e187be71d705f9c195dd8830437cc2195b764fbf35bf192fb1bfe4865a5ae1783cec64ee5fdf43a81b3a265d')
 
 prepare() {
   cd $_pkgname



[arch-commits] Commit in discord/trunk (PKGBUILD)

2022-02-18 Thread Morgan Adamiec via arch-commits
Date: Friday, February 18, 2022 @ 10:32:12
  Author: morganamilo
Revision: 1133855

Licence files changed

Modified:
  discord/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-18 09:53:57 UTC (rev 1133854)
+++ PKGBUILD2022-02-18 10:32:12 UTC (rev 1133855)
@@ -16,8 +16,8 @@
 'LICENSE.html::https://discordapp.com/terms'
 'OSS-LICENSES.html::https://discordapp.com/licenses')
 
sha512sums=('728c760f04770b197635d1fc1a2833c707ab462708cc0bf6fb165691c1375e14e3192f3806d3719325790459b39bd3425f5942d69a53019695f02c965214a5c9'
-
'c83dfebe020d2529f64f3272b7ff8a8f49b2cb39df00b052fa82a279caf9a186440c3b4e6d894e01345ab6a6f6e7746deddc4f1caf2b9f96cf7fe99d253dcca4'
-
'9586ea3f7f10195eb0093057e20cbada252cd1cf2f913c5e425ffe3453fb02b08b528c7bbbf28f18754d23dfec0904cd0cafe9bc02822b50860495c968cfbfeb')
+
'e229b5a0e5a5f44e6188a41fe88efa62c9d5e6e1b02119ec3640b2666de9974d20334b55360c4c6da5f1ea0cc3a0bbb49c62b2be973172efd1bb98c8d85ffaca'
+
'c61fd5fab5eb6c8629a489a1b88ab42a3f636a1a1231842d4e27514decc9f1200cdd1d0e7f8034c32737f7d50eab42705333a76458385cd4ec5ec002a25c41af')
 
 prepare() {
   cd $_pkgname



[arch-commits] Commit in discord-canary/repos/community-x86_64 (4 files)

2022-02-10 Thread Morgan Adamiec via arch-commits
Date: Thursday, February 10, 2022 @ 23:38:43
  Author: morganamilo
Revision: 1131514

archrelease: copy trunk to community-x86_64

Added:
  discord-canary/repos/community-x86_64/PKGBUILD
(from rev 1131513, discord-canary/trunk/PKGBUILD)
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1131513, discord-canary/trunk/Permission_to_Distribute.mbox)
Deleted:
  discord-canary/repos/community-x86_64/PKGBUILD
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox

---+
 PKGBUILD  |   98 +++
 Permission_to_Distribute.mbox |  166 
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-10 23:38:16 UTC (rev 1131513)
+++ PKGBUILD2022-02-10 23:38:43 UTC (rev 1131514)
@@ -1,49 +0,0 @@
-# Maintainer: Morgan 
-
-pkgname=discord-canary
-_pkgname=DiscordCanary
-pkgver=0.0.132
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
-arch=('x86_64')
-url='https://discordapp.com'
-license=('custom')
-depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
-optdepends=('libpulse: Pulseaudio support'
-'xdg-utils: Open files')
-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=('31e7c59db485252c9f7b7e29077488dc83dea6440ac4c0f0f5a1ab19fc0cbd5925b4b2508b3cb787da1d5286fa695ab69b119a27108333ae1ee00afef2dde2f9'
-
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
-
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
-
-prepare() {
-  cd $_pkgname
-
-  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
-  echo 'Path=/usr/bin' >> $pkgname.desktop
-}
-
-package() {
-  # Install the app
-  install -d "$pkgdir"/opt/$pkgname
-  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
-
-  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
-
-  rm "$pkgdir"/opt/$pkgname/postinst.sh
-
-  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
-  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-
-  # setuid on chrome-sandbox
-  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
-}
-

Copied: discord-canary/repos/community-x86_64/PKGBUILD (from rev 1131513, 
discord-canary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-10 23:38:43 UTC (rev 1131514)
@@ -0,0 +1,49 @@
+# Maintainer: Morgan 
+
+pkgname=discord-canary
+_pkgname=DiscordCanary
+pkgver=0.0.133
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+optdepends=('libpulse: Pulseaudio support'
+'xdg-utils: Open files')
+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=('0d58da7b69b85c041fb8a38b9cd1adb946c9519f1e7cdcedd227754e7db482e9f2d037919de95883166c91f876b5add6e7a42cd72ba1478b377df78b79015bba'
+
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
+
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
+
+  # Licenses
+  install -Dm 644 LICENSE.html 

[arch-commits] Commit in discord-canary/trunk (PKGBUILD)

2022-02-10 Thread Morgan Adamiec via arch-commits
Date: Thursday, February 10, 2022 @ 23:38:16
  Author: morganamilo
Revision: 1131513

upgpkg: discord-canary 0.0.133-1: 0.0.133

Modified:
  discord-canary/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-10 23:16:40 UTC (rev 1131512)
+++ PKGBUILD2022-02-10 23:38:16 UTC (rev 1131513)
@@ -2,7 +2,7 @@
 
 pkgname=discord-canary
 _pkgname=DiscordCanary
-pkgver=0.0.132
+pkgver=0.0.133
 pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
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=('31e7c59db485252c9f7b7e29077488dc83dea6440ac4c0f0f5a1ab19fc0cbd5925b4b2508b3cb787da1d5286fa695ab69b119a27108333ae1ee00afef2dde2f9'
+sha512sums=('0d58da7b69b85c041fb8a38b9cd1adb946c9519f1e7cdcedd227754e7db482e9f2d037919de95883166c91f876b5add6e7a42cd72ba1478b377df78b79015bba'
 
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
 
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
 



[arch-commits] Commit in discord-canary/repos/community-x86_64 (4 files)

2022-01-12 Thread Morgan Adamiec via arch-commits
Date: Wednesday, January 12, 2022 @ 14:26:48
  Author: morganamilo
Revision: 1101585

archrelease: copy trunk to community-x86_64

Added:
  discord-canary/repos/community-x86_64/PKGBUILD
(from rev 1101584, discord-canary/trunk/PKGBUILD)
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1101584, discord-canary/trunk/Permission_to_Distribute.mbox)
Deleted:
  discord-canary/repos/community-x86_64/PKGBUILD
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox

---+
 PKGBUILD  |   98 +++
 Permission_to_Distribute.mbox |  166 
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 14:26:33 UTC (rev 1101584)
+++ PKGBUILD2022-01-12 14:26:48 UTC (rev 1101585)
@@ -1,49 +0,0 @@
-# Maintainer: Morgan 
-
-pkgname=discord-canary
-_pkgname=DiscordCanary
-pkgver=0.0.131
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
-arch=('x86_64')
-url='https://discordapp.com'
-license=('custom')
-depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
-optdepends=('libpulse: Pulseaudio support'
-'xdg-utils: Open files')
-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=('a6c7ea9a8aceb411bfa0c39eede9b8534b6b7a1184498f1183c796910c436e8fe6ee04339a3644a4748c8d6fc5a23378afb2d519a76fb238a86496ba1b5c416e'
-
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
-
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
-
-prepare() {
-  cd $_pkgname
-
-  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
-  echo 'Path=/usr/bin' >> $pkgname.desktop
-}
-
-package() {
-  # Install the app
-  install -d "$pkgdir"/opt/$pkgname
-  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
-
-  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
-
-  rm "$pkgdir"/opt/$pkgname/postinst.sh
-
-  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
-  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-
-  # setuid on chrome-sandbox
-  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
-}
-

Copied: discord-canary/repos/community-x86_64/PKGBUILD (from rev 1101584, 
discord-canary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 14:26:48 UTC (rev 1101585)
@@ -0,0 +1,49 @@
+# Maintainer: Morgan 
+
+pkgname=discord-canary
+_pkgname=DiscordCanary
+pkgver=0.0.132
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+optdepends=('libpulse: Pulseaudio support'
+'xdg-utils: Open files')
+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=('31e7c59db485252c9f7b7e29077488dc83dea6440ac4c0f0f5a1ab19fc0cbd5925b4b2508b3cb787da1d5286fa695ab69b119a27108333ae1ee00afef2dde2f9'
+
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
+
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
+
+  # Licenses
+  install -Dm 644 LICENSE.html 

[arch-commits] Commit in discord-canary/trunk (PKGBUILD)

2022-01-12 Thread Morgan Adamiec via arch-commits
Date: Wednesday, January 12, 2022 @ 14:26:33
  Author: morganamilo
Revision: 1101584

upgpkg: discord-canary 0.0.132-1

Modified:
  discord-canary/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 14:07:17 UTC (rev 1101583)
+++ PKGBUILD2022-01-12 14:26:33 UTC (rev 1101584)
@@ -2,7 +2,7 @@
 
 pkgname=discord-canary
 _pkgname=DiscordCanary
-pkgver=0.0.131
+pkgver=0.0.132
 pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
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=('a6c7ea9a8aceb411bfa0c39eede9b8534b6b7a1184498f1183c796910c436e8fe6ee04339a3644a4748c8d6fc5a23378afb2d519a76fb238a86496ba1b5c416e'
+sha512sums=('31e7c59db485252c9f7b7e29077488dc83dea6440ac4c0f0f5a1ab19fc0cbd5925b4b2508b3cb787da1d5286fa695ab69b119a27108333ae1ee00afef2dde2f9'
 
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
 
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
 



[arch-commits] Commit in cargo-feature/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-10-31 Thread Morgan Adamiec via arch-commits
Date: Sunday, October 31, 2021 @ 19:50:59
  Author: morganamilo
Revision: 1035126

archrelease: copy trunk to community-x86_64

Added:
  cargo-feature/repos/community-x86_64/PKGBUILD
(from rev 1035125, cargo-feature/trunk/PKGBUILD)
Deleted:
  cargo-feature/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-31 19:49:59 UTC (rev 1035125)
+++ PKGBUILD2021-10-31 19:50:59 UTC (rev 1035126)
@@ -1,25 +0,0 @@
-# Maintainer: Morgan 
-
-pkgname=cargo-feature
-pkgver=0.5.5
-pkgrel=1
-pkgdesc="Conveniently modify dependency features"
-url="https://github.com/Riey/$pkgname;
-source=($pkgname-$pkgver::https://github.com/Riey/$pkgname/archive/v$pkgver.tar.gz)
-arch=("x86_64")
-license=("MIT")
-depends=("cargo")
-sha256sums=('60f52b78008c23cf9e013df1c7cf3819c6a93aa7f5eaab6979663871a16a043f')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-
-cargo build --locked --release --target-dir target
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-
-install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin/"
-install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: cargo-feature/repos/community-x86_64/PKGBUILD (from rev 1035125, 
cargo-feature/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-31 19:50:59 UTC (rev 1035126)
@@ -0,0 +1,25 @@
+# Maintainer: Morgan 
+
+pkgname=cargo-feature
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Conveniently modify dependency features"
+url="https://github.com/Riey/$pkgname;
+source=($pkgname-$pkgver::https://github.com/Riey/$pkgname/archive/v$pkgver.tar.gz)
+arch=("x86_64")
+license=("MIT")
+depends=("cargo")
+sha256sums=('1d9b84e5ad0fa20770a41a7fcc7ddcb67acdcfec3ae0c2fca615352144e35286')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+
+cargo build --locked --release --target-dir target
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+
+install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin/"
+install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



[arch-commits] Commit in cargo-feature/trunk (PKGBUILD)

2021-10-31 Thread Morgan Adamiec via arch-commits
Date: Sunday, October 31, 2021 @ 19:49:59
  Author: morganamilo
Revision: 1035125

upgpkg: cargo-feature 0.6.0-1: 0.6.0

Modified:
  cargo-feature/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-31 19:44:49 UTC (rev 1035124)
+++ PKGBUILD2021-10-31 19:49:59 UTC (rev 1035125)
@@ -1,7 +1,7 @@
 # Maintainer: Morgan 
 
 pkgname=cargo-feature
-pkgver=0.5.5
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="Conveniently modify dependency features"
 url="https://github.com/Riey/$pkgname;
@@ -9,7 +9,7 @@
 arch=("x86_64")
 license=("MIT")
 depends=("cargo")
-sha256sums=('60f52b78008c23cf9e013df1c7cf3819c6a93aa7f5eaab6979663871a16a043f')
+sha256sums=('1d9b84e5ad0fa20770a41a7fcc7ddcb67acdcfec3ae0c2fca615352144e35286')
 
 build() {
 cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in cargo-feature/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-10-26 Thread Morgan Adamiec via arch-commits
Date: Tuesday, October 26, 2021 @ 12:06:40
  Author: morganamilo
Revision: 1033845

archrelease: copy trunk to community-x86_64

Added:
  cargo-feature/repos/community-x86_64/PKGBUILD
(from rev 1033844, cargo-feature/trunk/PKGBUILD)
Deleted:
  cargo-feature/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-26 12:06:35 UTC (rev 1033844)
+++ PKGBUILD2021-10-26 12:06:40 UTC (rev 1033845)
@@ -1,25 +0,0 @@
-# Maintainer: Morgan 
-
-pkgname=cargo-feature
-pkgver=0.5.4
-pkgrel=1
-pkgdesc="Conveniently modify dependency features"
-url="https://github.com/Riey/$pkgname;
-source=($pkgname-$pkgver::https://github.com/Riey/$pkgname/archive/v$pkgver.tar.gz)
-arch=("x86_64")
-license=("MIT")
-depends=("cargo")
-sha256sums=('6774ce2454d669d96857a9b00a87758b6affce363e59a2ea5dc152f9c9c32a95')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-
-cargo build --locked --release --target-dir target
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-
-install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin/"
-install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: cargo-feature/repos/community-x86_64/PKGBUILD (from rev 1033844, 
cargo-feature/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-26 12:06:40 UTC (rev 1033845)
@@ -0,0 +1,25 @@
+# Maintainer: Morgan 
+
+pkgname=cargo-feature
+pkgver=0.5.5
+pkgrel=1
+pkgdesc="Conveniently modify dependency features"
+url="https://github.com/Riey/$pkgname;
+source=($pkgname-$pkgver::https://github.com/Riey/$pkgname/archive/v$pkgver.tar.gz)
+arch=("x86_64")
+license=("MIT")
+depends=("cargo")
+sha256sums=('60f52b78008c23cf9e013df1c7cf3819c6a93aa7f5eaab6979663871a16a043f')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+
+cargo build --locked --release --target-dir target
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+
+install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin/"
+install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



[arch-commits] Commit in cargo-feature/trunk (PKGBUILD)

2021-10-26 Thread Morgan Adamiec via arch-commits
Date: Tuesday, October 26, 2021 @ 12:06:32
  Author: morganamilo
Revision: 1033843

upgpkg: cargo-feature 0.5.5-1: 0.5.5

Modified:
  cargo-feature/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-26 12:06:22 UTC (rev 1033842)
+++ PKGBUILD2021-10-26 12:06:32 UTC (rev 1033843)
@@ -1,7 +1,7 @@
 # Maintainer: Morgan 
 
 pkgname=cargo-feature
-pkgver=0.5.4
+pkgver=0.5.5
 pkgrel=1
 pkgdesc="Conveniently modify dependency features"
 url="https://github.com/Riey/$pkgname;
@@ -9,7 +9,7 @@
 arch=("x86_64")
 license=("MIT")
 depends=("cargo")
-sha256sums=('6774ce2454d669d96857a9b00a87758b6affce363e59a2ea5dc152f9c9c32a95')
+sha256sums=('60f52b78008c23cf9e013df1c7cf3819c6a93aa7f5eaab6979663871a16a043f')
 
 build() {
 cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in cargo-feature/repos (2 files)

2021-10-26 Thread Morgan Adamiec via arch-commits
Date: Tuesday, October 26, 2021 @ 11:35:06
  Author: morganamilo
Revision: 1033794

archrelease: copy trunk to community-x86_64

Added:
  cargo-feature/repos/community-x86_64/
  cargo-feature/repos/community-x86_64/PKGBUILD
(from rev 1033793, cargo-feature/trunk/PKGBUILD)

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Copied: cargo-feature/repos/community-x86_64/PKGBUILD (from rev 1033793, 
cargo-feature/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-10-26 11:35:06 UTC (rev 1033794)
@@ -0,0 +1,25 @@
+# Maintainer: Morgan 
+
+pkgname=cargo-feature
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="Conveniently modify dependency features"
+url="https://github.com/Riey/$pkgname;
+source=($pkgname-$pkgver::https://github.com/Riey/$pkgname/archive/v$pkgver.tar.gz)
+arch=("x86_64")
+license=("MIT")
+depends=("cargo")
+sha256sums=('6774ce2454d669d96857a9b00a87758b6affce363e59a2ea5dc152f9c9c32a95')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+
+cargo build --locked --release --target-dir target
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+
+install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin/"
+install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



[arch-commits] Commit in (4 files)

2021-10-26 Thread Morgan Adamiec via arch-commits
Date: Tuesday, October 26, 2021 @ 11:31:46
  Author: morganamilo
Revision: 1033785

Add cargo-feature

Added:
  cargo-feature/
  cargo-feature/repos/
  cargo-feature/trunk/
  cargo-feature/trunk/PKGBUILD

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Added: cargo-feature/trunk/PKGBUILD
===
--- cargo-feature/trunk/PKGBUILD(rev 0)
+++ cargo-feature/trunk/PKGBUILD2021-10-26 11:31:46 UTC (rev 1033785)
@@ -0,0 +1,25 @@
+# Maintainer: Morgan 
+
+pkgname=cargo-feature
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="Conveniently modify dependency features"
+url="https://github.com/Riey/$pkgname;
+source=($pkgname-$pkgver::https://github.com/Riey/$pkgname/archive/v$pkgver.tar.gz)
+arch=("x86_64")
+license=("MIT")
+depends=("cargo")
+sha256sums=('6774ce2454d669d96857a9b00a87758b6affce363e59a2ea5dc152f9c9c32a95')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+
+cargo build --locked --release --target-dir target
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+
+install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin/"
+install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



[arch-commits] Commit in discord/repos/community-x86_64 (4 files)

2021-09-22 Thread Morgan Adamiec via arch-commits
Date: Wednesday, September 22, 2021 @ 19:09:03
  Author: morganamilo
Revision: 1021660

archrelease: copy trunk to community-x86_64

Added:
  discord/repos/community-x86_64/PKGBUILD
(from rev 1021659, discord/trunk/PKGBUILD)
  discord/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1021659, discord/trunk/Permission_to_Distribute.mbox)
Deleted:
  discord/repos/community-x86_64/PKGBUILD
  discord/repos/community-x86_64/Permission_to_Distribute.mbox

---+
 PKGBUILD  |   99 ---
 Permission_to_Distribute.mbox |  166 
 2 files changed, 133 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 19:03:07 UTC (rev 1021659)
+++ PKGBUILD2021-09-22 19:09:03 UTC (rev 1021660)
@@ -1,49 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=discord
-_pkgname=Discord
-pkgver=0.0.15
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
-arch=('x86_64')
-url='https://discordapp.com'
-license=('custom')
-depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
-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=('4f220ecd0e0c9fcd793ed065055479391506d9401b75ca541cde4136d0290f2720fccca87139091faf269fdb2c020adb5b7333710a31ca603ce8552f3dd4841b'
-
'5074c16991cfa46f24c2b7f192e45babea698965d5e806303c649e9ed446673d381f6142ab54202468756edb6d7742650d0203c11cdbadf8b7f03af8e2d1011f'
-
'83d36cf3adc761796e1b9e2ad469860acb2daaf9d91e743328c441d4d9971f92fcfe5001db554aacd4b2e94c07c7e321c7695933074816957e14474a5dfb0459')
-
-prepare() {
-  cd $_pkgname
-
-  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
-  echo 'Path=/usr/bin' >> $pkgname.desktop
-}
-
-package() {
-  # Install the app
-  install -d "$pkgdir"/opt/$pkgname
-  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
-
-  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
-
-  rm "$pkgdir"/opt/$pkgname/postinst.sh
-
-  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
-  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-
-  # setuid on chrome-sandbox
-  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
-}
-

Copied: discord/repos/community-x86_64/PKGBUILD (from rev 1021659, 
discord/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 19:09:03 UTC (rev 1021660)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Maintainer: Morgan 
+
+pkgname=discord
+_pkgname=Discord
+pkgver=0.0.16
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+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=('b95ae338c5abb7c4ba20af761822fc9fb53fd0cb79da16c00ee2df0518bb860a0300e4d0ad9c49b7e1a128ad9ac6d8294b77d2ac4fb8ae9844632c2d6ae7979e'
+
'c84af973c15079be57d505ead5ec12253694249b08536577fb4d42871234ea88391ee7547657604b944f0b9e7abd56fa4669336c46fffa178024f2270474f01f'
+
'840f506a80be338ad4a0d0317e71c41743ddd444e187be71d705f9c195dd8830437cc2195b764fbf35bf192fb1bfe4865a5ae1783cec64ee5fdf43a81b3a265d')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
+
+  # Licenses
+  install -Dm 644 LICENSE.html 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
+  

[arch-commits] Commit in discord/trunk (PKGBUILD)

2021-09-22 Thread Morgan Adamiec via arch-commits
Date: Wednesday, September 22, 2021 @ 19:03:07
  Author: morganamilo
Revision: 1021659

upgpkg: discord 0.0.16-1: discord 0.0.16

Modified:
  discord/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 19:01:50 UTC (rev 1021658)
+++ PKGBUILD2021-09-22 19:03:07 UTC (rev 1021659)
@@ -1,8 +1,9 @@
 # Maintainer: Filipe Laíns (FFY00) 
+# Maintainer: Morgan 
 
 pkgname=discord
 _pkgname=Discord
-pkgver=0.0.15
+pkgver=0.0.16
 pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
 arch=('x86_64')
@@ -14,9 +15,9 @@
 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=('4f220ecd0e0c9fcd793ed065055479391506d9401b75ca541cde4136d0290f2720fccca87139091faf269fdb2c020adb5b7333710a31ca603ce8552f3dd4841b'
-
'5074c16991cfa46f24c2b7f192e45babea698965d5e806303c649e9ed446673d381f6142ab54202468756edb6d7742650d0203c11cdbadf8b7f03af8e2d1011f'
-
'83d36cf3adc761796e1b9e2ad469860acb2daaf9d91e743328c441d4d9971f92fcfe5001db554aacd4b2e94c07c7e321c7695933074816957e14474a5dfb0459')
+sha512sums=('b95ae338c5abb7c4ba20af761822fc9fb53fd0cb79da16c00ee2df0518bb860a0300e4d0ad9c49b7e1a128ad9ac6d8294b77d2ac4fb8ae9844632c2d6ae7979e'
+
'c84af973c15079be57d505ead5ec12253694249b08536577fb4d42871234ea88391ee7547657604b944f0b9e7abd56fa4669336c46fffa178024f2270474f01f'
+
'840f506a80be338ad4a0d0317e71c41743ddd444e187be71d705f9c195dd8830437cc2195b764fbf35bf192fb1bfe4865a5ae1783cec64ee5fdf43a81b3a265d')
 
 prepare() {
   cd $_pkgname



[arch-commits] Commit in discord-canary/repos/community-x86_64 (4 files)

2021-09-21 Thread Morgan Adamiec via arch-commits
Date: Wednesday, September 22, 2021 @ 00:15:36
  Author: morganamilo
Revision: 1021284

archrelease: copy trunk to community-x86_64

Added:
  discord-canary/repos/community-x86_64/PKGBUILD
(from rev 1021283, discord-canary/trunk/PKGBUILD)
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1021283, discord-canary/trunk/Permission_to_Distribute.mbox)
Deleted:
  discord-canary/repos/community-x86_64/PKGBUILD
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox

---+
 PKGBUILD  |   98 +++
 Permission_to_Distribute.mbox |  166 
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 00:15:30 UTC (rev 1021283)
+++ PKGBUILD2021-09-22 00:15:36 UTC (rev 1021284)
@@ -1,49 +0,0 @@
-# Maintainer: Morgan 
-
-pkgname=discord-canary
-_pkgname=DiscordCanary
-pkgver=0.0.130
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
-arch=('x86_64')
-url='https://discordapp.com'
-license=('custom')
-depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
-optdepends=('libpulse: Pulseaudio support'
-'xdg-utils: Open files')
-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=('4b0aeb1382eea1154dfa4d58bafa12090e27fea849c933de51101c703af1707dcaca4a0f03c0358a701525cf99b78385cb9979657fecf0d5414da7d45ddc16be'
-
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
-
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
-
-prepare() {
-  cd $_pkgname
-
-  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
-  echo 'Path=/usr/bin' >> $pkgname.desktop
-}
-
-package() {
-  # Install the app
-  install -d "$pkgdir"/opt/$pkgname
-  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
-
-  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
-
-  rm "$pkgdir"/opt/$pkgname/postinst.sh
-
-  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
-  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-
-  # setuid on chrome-sandbox
-  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
-}
-

Copied: discord-canary/repos/community-x86_64/PKGBUILD (from rev 1021283, 
discord-canary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 00:15:36 UTC (rev 1021284)
@@ -0,0 +1,49 @@
+# Maintainer: Morgan 
+
+pkgname=discord-canary
+_pkgname=DiscordCanary
+pkgver=0.0.131
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+optdepends=('libpulse: Pulseaudio support'
+'xdg-utils: Open files')
+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=('a6c7ea9a8aceb411bfa0c39eede9b8534b6b7a1184498f1183c796910c436e8fe6ee04339a3644a4748c8d6fc5a23378afb2d519a76fb238a86496ba1b5c416e'
+
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
+
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
+
+  # Licenses
+  install -Dm 644 LICENSE.html 

[arch-commits] Commit in discord-canary/trunk (PKGBUILD)

2021-09-21 Thread Morgan Adamiec via arch-commits
Date: Wednesday, September 22, 2021 @ 00:14:52
  Author: morganamilo
Revision: 1021282

discord-canary 0.0.131

Modified:
  discord-canary/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 00:14:26 UTC (rev 1021281)
+++ PKGBUILD2021-09-22 00:14:52 UTC (rev 1021282)
@@ -2,7 +2,7 @@
 
 pkgname=discord-canary
 _pkgname=DiscordCanary
-pkgver=0.0.130
+pkgver=0.0.131
 pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
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=('4b0aeb1382eea1154dfa4d58bafa12090e27fea849c933de51101c703af1707dcaca4a0f03c0358a701525cf99b78385cb9979657fecf0d5414da7d45ddc16be'
+sha512sums=('a6c7ea9a8aceb411bfa0c39eede9b8534b6b7a1184498f1183c796910c436e8fe6ee04339a3644a4748c8d6fc5a23378afb2d519a76fb238a86496ba1b5c416e'
 
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
 
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
 



[arch-commits] Commit in discord-canary/repos/community-x86_64 (4 files)

2021-09-14 Thread Morgan Adamiec via arch-commits
Date: Tuesday, September 14, 2021 @ 18:20:26
  Author: morganamilo
Revision: 1014825

archrelease: copy trunk to community-x86_64

Added:
  discord-canary/repos/community-x86_64/PKGBUILD
(from rev 1014824, discord-canary/trunk/PKGBUILD)
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1014824, discord-canary/trunk/Permission_to_Distribute.mbox)
Deleted:
  discord-canary/repos/community-x86_64/PKGBUILD
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox

---+
 PKGBUILD  |   98 +++
 Permission_to_Distribute.mbox |  166 
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-14 18:19:08 UTC (rev 1014824)
+++ PKGBUILD2021-09-14 18:20:26 UTC (rev 1014825)
@@ -1,49 +0,0 @@
-# Maintainer: Morgan 
-
-pkgname=discord-canary
-_pkgname=DiscordCanary
-pkgver=0.0.129
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
-arch=('x86_64')
-url='https://discordapp.com'
-license=('custom')
-depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
-optdepends=('libpulse: Pulseaudio support'
-'xdg-utils: Open files')
-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=('2cb9e1e2d86a8ad0569127e18a08a0cdb0a8b880d6527ea2e6e910799856870dad5c9a0f5a8f94da7a8f7650f8aa9f302ea2f542bc1c32203754429b9a598d66'
-
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
-
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
-
-prepare() {
-  cd $_pkgname
-
-  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
-  echo 'Path=/usr/bin' >> $pkgname.desktop
-}
-
-package() {
-  # Install the app
-  install -d "$pkgdir"/opt/$pkgname
-  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
-
-  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
-
-  rm "$pkgdir"/opt/$pkgname/postinst.sh
-
-  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
-  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-
-  # setuid on chrome-sandbox
-  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
-}
-

Copied: discord-canary/repos/community-x86_64/PKGBUILD (from rev 1014824, 
discord-canary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-14 18:20:26 UTC (rev 1014825)
@@ -0,0 +1,49 @@
+# Maintainer: Morgan 
+
+pkgname=discord-canary
+_pkgname=DiscordCanary
+pkgver=0.0.130
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+optdepends=('libpulse: Pulseaudio support'
+'xdg-utils: Open files')
+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=('4b0aeb1382eea1154dfa4d58bafa12090e27fea849c933de51101c703af1707dcaca4a0f03c0358a701525cf99b78385cb9979657fecf0d5414da7d45ddc16be'
+
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
+
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
+
+  # Licenses
+  install -Dm 644 LICENSE.html 

[arch-commits] Commit in discord-canary/trunk (PKGBUILD)

2021-09-14 Thread Morgan Adamiec via arch-commits
Date: Tuesday, September 14, 2021 @ 18:19:08
  Author: morganamilo
Revision: 1014824

discord-canary 0.0.130

Modified:
  discord-canary/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-09-14 18:13:35 UTC (rev 1014823)
+++ PKGBUILD2021-09-14 18:19:08 UTC (rev 1014824)
@@ -2,7 +2,7 @@
 
 pkgname=discord-canary
 _pkgname=DiscordCanary
-pkgver=0.0.129
+pkgver=0.0.130
 pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
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=('2cb9e1e2d86a8ad0569127e18a08a0cdb0a8b880d6527ea2e6e910799856870dad5c9a0f5a8f94da7a8f7650f8aa9f302ea2f542bc1c32203754429b9a598d66'
+sha512sums=('4b0aeb1382eea1154dfa4d58bafa12090e27fea849c933de51101c703af1707dcaca4a0f03c0358a701525cf99b78385cb9979657fecf0d5414da7d45ddc16be'
 
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
 
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
 



[arch-commits] Commit in discord-canary/repos/community-x86_64 (4 files)

2021-09-01 Thread Morgan Adamiec via arch-commits
Date: Wednesday, September 1, 2021 @ 21:14:59
  Author: morganamilo
Revision: 1010496

archrelease: copy trunk to community-x86_64

Added:
  discord-canary/repos/community-x86_64/PKGBUILD
(from rev 1010495, discord-canary/trunk/PKGBUILD)
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1010495, discord-canary/trunk/Permission_to_Distribute.mbox)
Deleted:
  discord-canary/repos/community-x86_64/PKGBUILD
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox

---+
 PKGBUILD  |   98 +++
 Permission_to_Distribute.mbox |  166 
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-01 21:09:13 UTC (rev 1010495)
+++ PKGBUILD2021-09-01 21:14:59 UTC (rev 1010496)
@@ -1,49 +0,0 @@
-# Maintainer: Morgan 
-
-pkgname=discord-canary
-_pkgname=DiscordCanary
-pkgver=0.0.128
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
-arch=('x86_64')
-url='https://discordapp.com'
-license=('custom')
-depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
-optdepends=('libpulse: Pulseaudio support'
-'xdg-utils: Open files')
-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=('6cec0de3ea68c1c6108e728ad03d92cdcb13442b14af898c03c520e69a3e9b059c0f57709c7a46c5995104d96accfc6c8700279a002675edc66870003d6a1c45'
-
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
-
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
-
-prepare() {
-  cd $_pkgname
-
-  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
-  echo 'Path=/usr/bin' >> $pkgname.desktop
-}
-
-package() {
-  # Install the app
-  install -d "$pkgdir"/opt/$pkgname
-  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
-
-  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
-
-  rm "$pkgdir"/opt/$pkgname/postinst.sh
-
-  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
-  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-
-  # setuid on chrome-sandbox
-  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
-}
-

Copied: discord-canary/repos/community-x86_64/PKGBUILD (from rev 1010495, 
discord-canary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-01 21:14:59 UTC (rev 1010496)
@@ -0,0 +1,49 @@
+# Maintainer: Morgan 
+
+pkgname=discord-canary
+_pkgname=DiscordCanary
+pkgver=0.0.129
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+optdepends=('libpulse: Pulseaudio support'
+'xdg-utils: Open files')
+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=('2cb9e1e2d86a8ad0569127e18a08a0cdb0a8b880d6527ea2e6e910799856870dad5c9a0f5a8f94da7a8f7650f8aa9f302ea2f542bc1c32203754429b9a598d66'
+
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
+
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
+
+  # Licenses
+  install -Dm 644 LICENSE.html 

[arch-commits] Commit in discord-canary/repos (3 files)

2021-09-01 Thread Morgan Adamiec via arch-commits
Date: Wednesday, September 1, 2021 @ 19:59:15
  Author: morganamilo
Revision: 1010453

archrelease: copy trunk to extra-x86_64

Added:
  discord-canary/repos/extra-x86_64/
  discord-canary/repos/extra-x86_64/PKGBUILD
(from rev 1010452, discord-canary/trunk/PKGBUILD)
  discord-canary/repos/extra-x86_64/Permission_to_Distribute.mbox
(from rev 1010452, discord-canary/trunk/Permission_to_Distribute.mbox)

---+
 PKGBUILD  |   49 +++
 Permission_to_Distribute.mbox |   83 
 2 files changed, 132 insertions(+)

Copied: discord-canary/repos/extra-x86_64/PKGBUILD (from rev 1010452, 
discord-canary/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2021-09-01 19:59:15 UTC (rev 1010453)
@@ -0,0 +1,49 @@
+# Maintainer: Morgan 
+
+pkgname=discord-canary
+_pkgname=DiscordCanary
+pkgver=0.0.129
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+optdepends=('libpulse: Pulseaudio support'
+'xdg-utils: Open files')
+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=('2cb9e1e2d86a8ad0569127e18a08a0cdb0a8b880d6527ea2e6e910799856870dad5c9a0f5a8f94da7a8f7650f8aa9f302ea2f542bc1c32203754429b9a598d66'
+
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
+
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  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
+}
+

Copied: discord-canary/repos/extra-x86_64/Permission_to_Distribute.mbox (from 
rev 1010452, discord-canary/trunk/Permission_to_Distribute.mbox)
===
--- extra-x86_64/Permission_to_Distribute.mbox  (rev 0)
+++ extra-x86_64/Permission_to_Distribute.mbox  2021-09-01 19:59:15 UTC (rev 
1010453)
@@ -0,0 +1,83 @@
+From kodie.good...@discordapp.com Thu Jun 13 20:34:56 2019
+Return-Path: 
+Delivered-To: ff...@archlinux.org
+Received: from orion.archlinux.org
+   by orion with LMTP
+   id wyBRH3CzAl2FUAAA+xzH6A
+   (envelope-from )
+   for ; Thu, 13 Jun 2019 20:34:56 +
+Received: from orion.archlinux.org (localhost [127.0.0.1])
+   by orion.archlinux.org (Postfix) with ESMTP id 66CA913517A922
+   for ; Thu, 13 Jun 2019 20:34:55 + (UTC)
+X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on orion
+X-Spam-Level: 
+X-Spam-Status: No, score=-1.1 required=5.0
+ tests=BAYES_00=-1,DKIM_SIGNED=0.1,
+ DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,HTML_MESSAGE=0.001,
+ RCVD_IN_DNSWL_NONE=-0.0001,SPF_HELO_NONE=0.001, T_DMARC_POLICY_QUAR=0.01
+ autolearn=ham autolearn_force=no version=3.4.2
+X-Spam-BL-Results:
+ 

+ [127.0.5.0]
+Received: from mail-lj1-x22c.google.com (mail-lj1-x22c.google.com
+ [IPv6:2a00:1450:4864:20::22c]) (using TLSv1.3 with cipher
+ TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384)
+ server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client
+ certificate requested) by orion.archlinux.org (Postfix) with ESMTPS for
+ ; Thu, 13 Jun 2019 20:34:55 + (UTC)
+Received: by mail-lj1-x22c.google.com with SMTP id s21so58292lji.8
+for ; Thu, 13 Jun 2019 13:34:55 -0700 (PDT)
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=discordapp.com;
+ s=gsuite; h=mime-version:from:date:message-id:subject:to;
+ bh=LH86dlRYf6cqMyDrtGzBANXLtw1whsnDEezLkFI0V0U=;
+ b=Hn3WJ4XVxRhqkyBToNcRDJR+J2SLLDu+8cVKrCvb6qmXbkUFMP5KjTF0lqRnDmdpU8
+ nRoVXvHLxfuMFyXEAaqWysKomIsfviYpcjPuwsFOawCUkBTlmNrh4AnpQJLdYhqq4EGO
+ 

[arch-commits] Commit in discord-canary/trunk (PKGBUILD)

2021-09-01 Thread Morgan Adamiec via arch-commits
Date: Wednesday, September 1, 2021 @ 19:57:56
  Author: morganamilo
Revision: 1010452

0.0.129

Modified:
  discord-canary/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-09-01 19:57:03 UTC (rev 1010451)
+++ PKGBUILD2021-09-01 19:57:56 UTC (rev 1010452)
@@ -2,7 +2,7 @@
 
 pkgname=discord-canary
 _pkgname=DiscordCanary
-pkgver=0.0.128
+pkgver=0.0.129
 pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
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=('6cec0de3ea68c1c6108e728ad03d92cdcb13442b14af898c03c520e69a3e9b059c0f57709c7a46c5995104d96accfc6c8700279a002675edc66870003d6a1c45'
+sha512sums=('2cb9e1e2d86a8ad0569127e18a08a0cdb0a8b880d6527ea2e6e910799856870dad5c9a0f5a8f94da7a8f7650f8aa9f302ea2f542bc1c32203754429b9a598d66'
 
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
 
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
 



[arch-commits] Commit in discord-canary/repos/community-x86_64 (4 files)

2021-08-29 Thread Morgan Adamiec via arch-commits
Date: Sunday, August 29, 2021 @ 21:29:18
  Author: morganamilo
Revision: 1010016

archrelease: copy trunk to community-x86_64

Added:
  discord-canary/repos/community-x86_64/PKGBUILD
(from rev 1010015, discord-canary/trunk/PKGBUILD)
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1010015, discord-canary/trunk/Permission_to_Distribute.mbox)
Deleted:
  discord-canary/repos/community-x86_64/PKGBUILD
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox

---+
 PKGBUILD  |   98 +++
 Permission_to_Distribute.mbox |  166 
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-29 21:28:30 UTC (rev 1010015)
+++ PKGBUILD2021-08-29 21:29:18 UTC (rev 1010016)
@@ -1,49 +0,0 @@
-# Maintainer: Morgan 
-
-pkgname=discord-canary
-_pkgname=DiscordCanary
-pkgver=0.0.127
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
-arch=('x86_64')
-url='https://discordapp.com'
-license=('custom')
-depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
-optdepends=('libpulse: Pulseaudio support'
-'xdg-utils: Open files')
-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=('ae24eef4cced92ee312eb652b9d30eb7d78bd081b068cf58fe353172653e4498999fa3eef2876127cb380cdad3f2be36a5cbb797fbd7ae5db3b37a0c6ea9bd1c'
-
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
-
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
-
-prepare() {
-  cd $_pkgname
-
-  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
-  echo 'Path=/usr/bin' >> $pkgname.desktop
-}
-
-package() {
-  # Install the app
-  install -d "$pkgdir"/opt/$pkgname
-  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
-
-  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
-
-  rm "$pkgdir"/opt/$pkgname/postinst.sh
-
-  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
-  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-
-  # setuid on chrome-sandbox
-  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
-}
-

Copied: discord-canary/repos/community-x86_64/PKGBUILD (from rev 1010015, 
discord-canary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-29 21:29:18 UTC (rev 1010016)
@@ -0,0 +1,49 @@
+# Maintainer: Morgan 
+
+pkgname=discord-canary
+_pkgname=DiscordCanary
+pkgver=0.0.128
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+optdepends=('libpulse: Pulseaudio support'
+'xdg-utils: Open files')
+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=('6cec0de3ea68c1c6108e728ad03d92cdcb13442b14af898c03c520e69a3e9b059c0f57709c7a46c5995104d96accfc6c8700279a002675edc66870003d6a1c45'
+
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
+
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
+
+  # Licenses
+  install -Dm 644 LICENSE.html 

[arch-commits] Commit in discord-canary/trunk (PKGBUILD)

2021-08-29 Thread Morgan Adamiec via arch-commits
Date: Sunday, August 29, 2021 @ 21:28:30
  Author: morganamilo
Revision: 1010015

discord-canary 0.0.128

Modified:
  discord-canary/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-29 20:45:37 UTC (rev 1010014)
+++ PKGBUILD2021-08-29 21:28:30 UTC (rev 1010015)
@@ -2,7 +2,7 @@
 
 pkgname=discord-canary
 _pkgname=DiscordCanary
-pkgver=0.0.127
+pkgver=0.0.128
 pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
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=('ae24eef4cced92ee312eb652b9d30eb7d78bd081b068cf58fe353172653e4498999fa3eef2876127cb380cdad3f2be36a5cbb797fbd7ae5db3b37a0c6ea9bd1c'
+sha512sums=('6cec0de3ea68c1c6108e728ad03d92cdcb13442b14af898c03c520e69a3e9b059c0f57709c7a46c5995104d96accfc6c8700279a002675edc66870003d6a1c45'
 
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
 
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
 



[arch-commits] Commit in discord-canary/repos/community-x86_64 (4 files)

2021-08-27 Thread Morgan Adamiec via arch-commits
Date: Friday, August 27, 2021 @ 06:50:29
  Author: morganamilo
Revision: 1007280

archrelease: copy trunk to community-x86_64

Added:
  discord-canary/repos/community-x86_64/PKGBUILD
(from rev 1007279, discord-canary/trunk/PKGBUILD)
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1007279, discord-canary/trunk/Permission_to_Distribute.mbox)
Deleted:
  discord-canary/repos/community-x86_64/PKGBUILD
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox

---+
 PKGBUILD  |   98 +++
 Permission_to_Distribute.mbox |  166 
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-27 06:49:49 UTC (rev 1007279)
+++ PKGBUILD2021-08-27 06:50:29 UTC (rev 1007280)
@@ -1,49 +0,0 @@
-# Maintainer: Morgan 
-
-pkgname=discord-canary
-_pkgname=DiscordCanary
-pkgver=0.0.126
-pkgrel=1
-pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
-arch=('x86_64')
-url='https://discordapp.com'
-license=('custom')
-depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
-optdepends=('libpulse: Pulseaudio support'
-'xdg-utils: Open files')
-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=('25e3b0eb80cfc0756e9c13f707476f0a186421b10640bb53cd13cd4eed608003da69e81d1e8a3c37dd38fd68c07bf5642f939909fd82428f56885a2c3927dd1a'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $_pkgname
-
-  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
-  echo 'Path=/usr/bin' >> $pkgname.desktop
-}
-
-package() {
-  # Install the app
-  install -d "$pkgdir"/opt/$pkgname
-  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
-
-  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
-
-  rm "$pkgdir"/opt/$pkgname/postinst.sh
-
-  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
-  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
-  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-
-  # setuid on chrome-sandbox
-  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
-}
-

Copied: discord-canary/repos/community-x86_64/PKGBUILD (from rev 1007279, 
discord-canary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-27 06:50:29 UTC (rev 1007280)
@@ -0,0 +1,49 @@
+# Maintainer: Morgan 
+
+pkgname=discord-canary
+_pkgname=DiscordCanary
+pkgver=0.0.127
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+optdepends=('libpulse: Pulseaudio support'
+'xdg-utils: Open files')
+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=('ae24eef4cced92ee312eb652b9d30eb7d78bd081b068cf58fe353172653e4498999fa3eef2876127cb380cdad3f2be36a5cbb797fbd7ae5db3b37a0c6ea9bd1c'
+
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
+
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  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
+}
+

Deleted: Permission_to_Distribute.mbox
===
--- 

[arch-commits] Commit in discord-canary/trunk (PKGBUILD)

2021-08-27 Thread Morgan Adamiec via arch-commits
Date: Friday, August 27, 2021 @ 06:49:49
  Author: morganamilo
Revision: 1007279

upgpkg: discord-canary 0.0.127-1: 0.0.127

Modified:
  discord-canary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-27 06:31:49 UTC (rev 1007278)
+++ PKGBUILD2021-08-27 06:49:49 UTC (rev 1007279)
@@ -2,7 +2,7 @@
 
 pkgname=discord-canary
 _pkgname=DiscordCanary
-pkgver=0.0.126
+pkgver=0.0.127
 pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
 arch=('x86_64')
@@ -14,9 +14,9 @@
 
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=('25e3b0eb80cfc0756e9c13f707476f0a186421b10640bb53cd13cd4eed608003da69e81d1e8a3c37dd38fd68c07bf5642f939909fd82428f56885a2c3927dd1a'
-'SKIP'
-'SKIP')
+sha512sums=('ae24eef4cced92ee312eb652b9d30eb7d78bd081b068cf58fe353172653e4498999fa3eef2876127cb380cdad3f2be36a5cbb797fbd7ae5db3b37a0c6ea9bd1c'
+
'e18f7f7368e932cc6542deeba22be2beb14fefc2d8e2ef672880a19a02a2b87d6c80dd0bd0066564d01e9dbc49730c78268f3b013e13ed1552e286f3c6ad5c35'
+
'84b56d8fdd98036d1e9f53951d6b4b0a78ded3cde5ebb49cf078d5ffdb37fbcbd481f17e2d93e175ef875b62ef452b503e9bf67d45e2683ab10e0d30ba7fb795')
 
 prepare() {
   cd $_pkgname



[arch-commits] Commit in discord-canary/repos (3 files)

2021-08-23 Thread Morgan Adamiec via arch-commits
Date: Monday, August 23, 2021 @ 18:26:10
  Author: morganamilo
Revision: 1004435

archrelease: copy trunk to community-x86_64

Added:
  discord-canary/repos/community-x86_64/
  discord-canary/repos/community-x86_64/PKGBUILD
(from rev 1004434, discord-canary/trunk/PKGBUILD)
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1004434, discord-canary/trunk/Permission_to_Distribute.mbox)

---+
 PKGBUILD  |   49 +++
 Permission_to_Distribute.mbox |   83 
 2 files changed, 132 insertions(+)

Copied: discord-canary/repos/community-x86_64/PKGBUILD (from rev 1004434, 
discord-canary/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-08-23 18:26:10 UTC (rev 1004435)
@@ -0,0 +1,49 @@
+# Maintainer: Morgan 
+
+pkgname=discord-canary
+_pkgname=DiscordCanary
+pkgver=0.0.126
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+optdepends=('libpulse: Pulseaudio support'
+'xdg-utils: Open files')
+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=('25e3b0eb80cfc0756e9c13f707476f0a186421b10640bb53cd13cd4eed608003da69e81d1e8a3c37dd38fd68c07bf5642f939909fd82428f56885a2c3927dd1a'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  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
+}
+

Copied: discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox 
(from rev 1004434, discord-canary/trunk/Permission_to_Distribute.mbox)
===
--- community-x86_64/Permission_to_Distribute.mbox  
(rev 0)
+++ community-x86_64/Permission_to_Distribute.mbox  2021-08-23 18:26:10 UTC 
(rev 1004435)
@@ -0,0 +1,83 @@
+From kodie.good...@discordapp.com Thu Jun 13 20:34:56 2019
+Return-Path: 
+Delivered-To: ff...@archlinux.org
+Received: from orion.archlinux.org
+   by orion with LMTP
+   id wyBRH3CzAl2FUAAA+xzH6A
+   (envelope-from )
+   for ; Thu, 13 Jun 2019 20:34:56 +
+Received: from orion.archlinux.org (localhost [127.0.0.1])
+   by orion.archlinux.org (Postfix) with ESMTP id 66CA913517A922
+   for ; Thu, 13 Jun 2019 20:34:55 + (UTC)
+X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on orion
+X-Spam-Level: 
+X-Spam-Status: No, score=-1.1 required=5.0
+ tests=BAYES_00=-1,DKIM_SIGNED=0.1,
+ DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,HTML_MESSAGE=0.001,
+ RCVD_IN_DNSWL_NONE=-0.0001,SPF_HELO_NONE=0.001, T_DMARC_POLICY_QUAR=0.01
+ autolearn=ham autolearn_force=no version=3.4.2
+X-Spam-BL-Results:
+ 

+ [127.0.5.0]
+Received: from mail-lj1-x22c.google.com (mail-lj1-x22c.google.com
+ [IPv6:2a00:1450:4864:20::22c]) (using TLSv1.3 with cipher
+ TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384)
+ server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client
+ certificate requested) by orion.archlinux.org (Postfix) with ESMTPS for
+ ; Thu, 13 Jun 2019 20:34:55 + (UTC)
+Received: by mail-lj1-x22c.google.com with SMTP id s21so58292lji.8
+for ; Thu, 13 Jun 2019 13:34:55 -0700 (PDT)
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=discordapp.com;
+ s=gsuite; h=mime-version:from:date:message-id:subject:to;
+ bh=LH86dlRYf6cqMyDrtGzBANXLtw1whsnDEezLkFI0V0U=;
+ b=Hn3WJ4XVxRhqkyBToNcRDJR+J2SLLDu+8cVKrCvb6qmXbkUFMP5KjTF0lqRnDmdpU8
+ nRoVXvHLxfuMFyXEAaqWysKomIsfviYpcjPuwsFOawCUkBTlmNrh4AnpQJLdYhqq4EGO
+ Tuu+XuRQSI3xXGlLbf+mROw6t0xr68hGGh3rmVnooweqnOI9Rk0teBp6cMu2KjaF+Dxa
+ zZc/kW3Wn5Kn8GMuNaOptGDQ3xxt3f31aLUCR31uchnSrQngUHQGtXIrAnxQKvoFeTAZ
+ Ok/wFcomCNRWpFaWMXHXfZMTseRxtpcyq7Fz62KvRNMeEvAqXKTeVfYqyap9Jb8P+PBJ ITSA==
+X-Google-DKIM-Signature: v=1; 

[arch-commits] Commit in (5 files)

2021-08-23 Thread Morgan Adamiec via arch-commits
Date: Monday, August 23, 2021 @ 14:25:02
  Author: morganamilo
Revision: 1004371

add discord-canary

Added:
  discord-canary/
  discord-canary/repos/
  discord-canary/trunk/
  discord-canary/trunk/PKGBUILD
  discord-canary/trunk/Permission_to_Distribute.mbox

---+
 PKGBUILD  |   49 +++
 Permission_to_Distribute.mbox |   83 
 2 files changed, 132 insertions(+)

Added: discord-canary/trunk/PKGBUILD
===
--- discord-canary/trunk/PKGBUILD   (rev 0)
+++ discord-canary/trunk/PKGBUILD   2021-08-23 14:25:02 UTC (rev 1004371)
@@ -0,0 +1,49 @@
+# Maintainer: Morgan 
+
+pkgname=discord-canary
+_pkgname=DiscordCanary
+pkgver=0.0.126
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+optdepends=('libpulse: Pulseaudio support'
+'xdg-utils: Open files')
+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=('25e3b0eb80cfc0756e9c13f707476f0a186421b10640bb53cd13cd4eed608003da69e81d1e8a3c37dd38fd68c07bf5642f939909fd82428f56885a2c3927dd1a'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  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
+}
+

Added: discord-canary/trunk/Permission_to_Distribute.mbox
===
--- discord-canary/trunk/Permission_to_Distribute.mbox  
(rev 0)
+++ discord-canary/trunk/Permission_to_Distribute.mbox  2021-08-23 14:25:02 UTC 
(rev 1004371)
@@ -0,0 +1,83 @@
+From kodie.good...@discordapp.com Thu Jun 13 20:34:56 2019
+Return-Path: 
+Delivered-To: ff...@archlinux.org
+Received: from orion.archlinux.org
+   by orion with LMTP
+   id wyBRH3CzAl2FUAAA+xzH6A
+   (envelope-from )
+   for ; Thu, 13 Jun 2019 20:34:56 +
+Received: from orion.archlinux.org (localhost [127.0.0.1])
+   by orion.archlinux.org (Postfix) with ESMTP id 66CA913517A922
+   for ; Thu, 13 Jun 2019 20:34:55 + (UTC)
+X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on orion
+X-Spam-Level: 
+X-Spam-Status: No, score=-1.1 required=5.0
+ tests=BAYES_00=-1,DKIM_SIGNED=0.1,
+ DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,HTML_MESSAGE=0.001,
+ RCVD_IN_DNSWL_NONE=-0.0001,SPF_HELO_NONE=0.001, T_DMARC_POLICY_QUAR=0.01
+ autolearn=ham autolearn_force=no version=3.4.2
+X-Spam-BL-Results:
+ 

+ [127.0.5.0]
+Received: from mail-lj1-x22c.google.com (mail-lj1-x22c.google.com
+ [IPv6:2a00:1450:4864:20::22c]) (using TLSv1.3 with cipher
+ TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384)
+ server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client
+ certificate requested) by orion.archlinux.org (Postfix) with ESMTPS for
+ ; Thu, 13 Jun 2019 20:34:55 + (UTC)
+Received: by mail-lj1-x22c.google.com with SMTP id s21so58292lji.8
+for ; Thu, 13 Jun 2019 13:34:55 -0700 (PDT)
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=discordapp.com;
+ s=gsuite; h=mime-version:from:date:message-id:subject:to;
+ bh=LH86dlRYf6cqMyDrtGzBANXLtw1whsnDEezLkFI0V0U=;
+ b=Hn3WJ4XVxRhqkyBToNcRDJR+J2SLLDu+8cVKrCvb6qmXbkUFMP5KjTF0lqRnDmdpU8
+ nRoVXvHLxfuMFyXEAaqWysKomIsfviYpcjPuwsFOawCUkBTlmNrh4AnpQJLdYhqq4EGO
+ Tuu+XuRQSI3xXGlLbf+mROw6t0xr68hGGh3rmVnooweqnOI9Rk0teBp6cMu2KjaF+Dxa
+ zZc/kW3Wn5Kn8GMuNaOptGDQ3xxt3f31aLUCR31uchnSrQngUHQGtXIrAnxQKvoFeTAZ
+ Ok/wFcomCNRWpFaWMXHXfZMTseRxtpcyq7Fz62KvRNMeEvAqXKTeVfYqyap9Jb8P+PBJ ITSA==
+X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net;
+ s=20161025;
+ h=x-gm-message-state:mime-version:from:date:message-id:subject:to;
+ bh=LH86dlRYf6cqMyDrtGzBANXLtw1whsnDEezLkFI0V0U=;
+ b=V2dqDbX4lJJp0q6x+GSw6+WklHRJ9GCXy+meJtNC1IEEkcpI4XoeryYEcBzVH01oTk
+ 

[arch-commits] Commit in cargo-asm/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-08-23 Thread Morgan Adamiec via arch-commits
Date: Monday, August 23, 2021 @ 10:08:32
  Author: morganamilo
Revision: 1004328

archrelease: copy trunk to community-x86_64

Added:
  cargo-asm/repos/community-x86_64/PKGBUILD
(from rev 1004327, cargo-asm/trunk/PKGBUILD)
Deleted:
  cargo-asm/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 10:08:22 UTC (rev 1004327)
+++ PKGBUILD2021-08-23 10:08:32 UTC (rev 1004328)
@@ -1,28 +0,0 @@
-# Maintainer: Morgan 
-
-_commit=11a45971fc88e8d49e7bb04089b112c774a32f95
-pkgname=cargo-asm
-pkgver=0.1.13
-pkgrel=1
-pkgdesc='Cargo subcommand showing the assembly or llvm-ir generated for Rust 
code'
-url='https://github.com/gnzlbg/cargo-asm'
-arch=('x86_64')
-license=('MIT' 'APACHE')
-depends=('cargo' 'gcc-libs')
-makedepends=('git')
-source=("git+https://github.com/gnzlbg/cargo-asm#commit=$_commit;)
-sha512sums=('SKIP')
-
-
-build() {
-  cd ${pkgname}
-  cargo build --release --locked --target-dir target
-}
-
-package() {
-  cd ${pkgname}
-  install -Dm 755 target/release/cargo-asm target/release/cargo-llvm-ir -t 
"${pkgdir}/usr/bin"
-
-  install -Dm 644 readme.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 license-mit.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: cargo-asm/repos/community-x86_64/PKGBUILD (from rev 1004327, 
cargo-asm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 10:08:32 UTC (rev 1004328)
@@ -0,0 +1,28 @@
+# Maintainer: Morgan 
+
+_commit=11a45971fc88e8d49e7bb04089b112c774a32f95
+pkgname=cargo-asm
+pkgver=0.1.16
+pkgrel=1
+pkgdesc='Cargo subcommand showing the assembly or llvm-ir generated for Rust 
code'
+url='https://github.com/gnzlbg/cargo-asm'
+arch=('x86_64')
+license=('MIT' 'APACHE')
+depends=('cargo' 'gcc-libs')
+makedepends=('git')
+source=("git+https://github.com/gnzlbg/cargo-asm#commit=$_commit;)
+sha512sums=('SKIP')
+
+
+build() {
+  cd ${pkgname}
+  cargo build --release --locked --target-dir target
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm 755 target/release/cargo-asm target/release/cargo-llvm-ir -t 
"${pkgdir}/usr/bin"
+
+  install -Dm 644 readme.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 license-mit.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



[arch-commits] Commit in cargo-asm/trunk (PKGBUILD)

2021-08-23 Thread Morgan Adamiec via arch-commits
Date: Monday, August 23, 2021 @ 10:08:22
  Author: morganamilo
Revision: 1004327

upgpkg: cargo-asm 0.1.16-1: 0.1.16

Modified:
  cargo-asm/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 09:56:34 UTC (rev 1004326)
+++ PKGBUILD2021-08-23 10:08:22 UTC (rev 1004327)
@@ -2,7 +2,7 @@
 
 _commit=11a45971fc88e8d49e7bb04089b112c774a32f95
 pkgname=cargo-asm
-pkgver=0.1.13
+pkgver=0.1.16
 pkgrel=1
 pkgdesc='Cargo subcommand showing the assembly or llvm-ir generated for Rust 
code'
 url='https://github.com/gnzlbg/cargo-asm'



[arch-commits] Commit in cargo-asm/repos (community-x86_64 community-x86_64/PKGBUILD)

2021-08-23 Thread Morgan Adamiec via arch-commits
Date: Monday, August 23, 2021 @ 09:55:48
  Author: morganamilo
Revision: 1004324

archrelease: copy trunk to community-x86_64

Added:
  cargo-asm/repos/community-x86_64/
  cargo-asm/repos/community-x86_64/PKGBUILD
(from rev 1004323, cargo-asm/trunk/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: cargo-asm/repos/community-x86_64/PKGBUILD (from rev 1004323, 
cargo-asm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-08-23 09:55:48 UTC (rev 1004324)
@@ -0,0 +1,28 @@
+# Maintainer: Morgan 
+
+_commit=11a45971fc88e8d49e7bb04089b112c774a32f95
+pkgname=cargo-asm
+pkgver=0.1.13
+pkgrel=1
+pkgdesc='Cargo subcommand showing the assembly or llvm-ir generated for Rust 
code'
+url='https://github.com/gnzlbg/cargo-asm'
+arch=('x86_64')
+license=('MIT' 'APACHE')
+depends=('cargo' 'gcc-libs')
+makedepends=('git')
+source=("git+https://github.com/gnzlbg/cargo-asm#commit=$_commit;)
+sha512sums=('SKIP')
+
+
+build() {
+  cd ${pkgname}
+  cargo build --release --locked --target-dir target
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm 755 target/release/cargo-asm target/release/cargo-llvm-ir -t 
"${pkgdir}/usr/bin"
+
+  install -Dm 644 readme.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 license-mit.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



[arch-commits] Commit in (4 files)

2021-08-23 Thread Morgan Adamiec via arch-commits
Date: Monday, August 23, 2021 @ 09:48:46
  Author: morganamilo
Revision: 1004323

add cargo-asm

Added:
  cargo-asm/
  cargo-asm/repos/
  cargo-asm/trunk/
  cargo-asm/trunk/PKGBUILD

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Added: cargo-asm/trunk/PKGBUILD
===
--- cargo-asm/trunk/PKGBUILD(rev 0)
+++ cargo-asm/trunk/PKGBUILD2021-08-23 09:48:46 UTC (rev 1004323)
@@ -0,0 +1,28 @@
+# Maintainer: Morgan 
+
+_commit=11a45971fc88e8d49e7bb04089b112c774a32f95
+pkgname=cargo-asm
+pkgver=0.1.13
+pkgrel=1
+pkgdesc='Cargo subcommand showing the assembly or llvm-ir generated for Rust 
code'
+url='https://github.com/gnzlbg/cargo-asm'
+arch=('x86_64')
+license=('MIT' 'APACHE')
+depends=('cargo' 'gcc-libs')
+makedepends=('git')
+source=("git+https://github.com/gnzlbg/cargo-asm#commit=$_commit;)
+sha512sums=('SKIP')
+
+
+build() {
+  cd ${pkgname}
+  cargo build --release --locked --target-dir target
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm 755 target/release/cargo-asm target/release/cargo-llvm-ir -t 
"${pkgdir}/usr/bin"
+
+  install -Dm 644 readme.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 license-mit.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}