Skip to content

Instantly share code, notes, and snippets.

@Noah-Huppert
Created August 9, 2020 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Noah-Huppert/592963a835e3ac14ca5c92af6cd38757 to your computer and use it in GitHub Desktop.
Save Noah-Huppert/592963a835e3ac14ca5c92af6cd38757 to your computer and use it in GitHub Desktop.
diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index 5e6ef9daa3..a6c5ce7f64 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -2,18 +2,18 @@
pkgname=discord
version=0.0.11
revision=1
-depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
-wrksrc="Discord"
archs="x86_64"
-nopie=yes
-repository=nonfree
-restricted=yes
+wrksrc="Discord"
+depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
short_desc="Chat and VOIP application"
maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
license="custom:Proprietary"
homepage="https://discordapp.com"
distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
checksum=a474761d72ee3fb7fdd31aefc441fc5aa953a2f5dcbe8c30f14fbe105fe458e9
+nopie=yes
+repository=nonfree
+restricted=yes
do_install() {
local package_location="usr/lib/$pkgname" item
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment