Skip to content

Commit

Permalink
Update legcord-deb.pacscript (Fix the links and add pkgver)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimed-rand authored Dec 10, 2024
1 parent b0f0369 commit 64e4419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/legcord-deb/legcord-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ pkgver="1.0.5"
arch=('arm64' 'amd64')
sha256sums_arm64=("14b2b1a24d778526dbeac86216e341344f91eb2d65cab58d7e66e1f561c6f03e")
sha256sums_amd64=("7a810965a52c36e828357909a6d864f015e2b719d1c07b13f12d0b8999a44f24")
source=("https://github.com/Legcord/Legcord/releases/download/Legcord-${pkgver}-linux-${CARCH}.deb")
source=("https://github.com/Legcord/Legcord/releases/download/${pkgver}/Legcord-${pkgver}-linux-${CARCH}.deb")
pkgdesc="Custom client designed to enhance your Discord experience while keeping everything lightweight"
maintainer=("Oren Klopfer <[email protected]>" "James Ed Randson <[email protected]>")

0 comments on commit 64e4419

Please sign in to comment.