makedeb


discord 0.0.78-1


Chat for Communities and Friends

Click here to go back to the commit logs for discord.

Commit:


Hash: 32270e21e8e7cb9503d30d520c13834cc583f313

Message: Updating discord PKGBUILD to remove x86_64 arch

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 4d195c2..15c9ec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,10 +2,9 @@ generated-by = makedeb
 pkgname = discord
 pkgbase = discord
 pkgdesc = Chat for Communities and Friends
-pkgrel = 1
+pkgrel = 2
 pkgver = 0.0.45
 url = https://discord.com
-arch = x86_64
 arch = amd64
 depends = libc6
 depends = libasound2
diff --git a/PKGBUILD b/PKGBUILD
index 879c38b..698aaff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
 
 pkgname='discord'
 pkgver='0.0.45'
-pkgrel='1'
+pkgrel='2'
 pkgdesc="Chat for Communities and Friends"
-arch=('x86_64' 'amd64')
+arch=('amd64')
 _base_depends=('libc6' 'libasound2' 'libatomic1' 'libnotify4' 'libnspr4' 'libnss3' 'libstdc++6' 'libxss1' 'libxtst6')
 depends=("${_base_depends[@]}" 'libappindicator1')
 bullseye_depends=("${_base_depends[@]}" 'libayatana-appindicator1')