Skip to content

Commit

Permalink
upd(armcord-deb): 3.2.1 -> 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer committed Aug 18, 2023
1 parent 404c539 commit c9b6a9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/armcord-deb/armcord-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name="armcord-deb"
gives="armcord"
depends=("libgtk-3-0" "libnotify4" "libnss3" "libxss1" "libxtst6" "xdg-utils" "libatspi2.0-0" "libuuid1" "libsecret-1-0")
repology=("project: ${gives}")
pkgver="3.2.1"
pkgver="3.2.3"
if [[ ${CARCH} == "arm64" ]]; then
hash="00fca1a07959e043ef8b047027a3b0f08ef722932fbe78a8fae2cb5fc1576655"
hash="caa678865f84e0810412e2a17f20d86352f2cf9fcd7a4adff2ec6826bd41f30f"
arch=("arm64")
else
hash="f9c0a1a2104697d6632390f6adeb0d210376b9ee7b05968036a6c099ecf5cbb1"
hash="77c5eff5e717c6450022a092f3654a94b3677b9ea111262f62d483bcdbc6ba5d"
arch=("amd64")
fi
url="https://eu.armcord.xyz/apt-repo/pool/main/ArmCord_${pkgver}_${CARCH}.deb"
url="https://github.com/ArmCord/ArmCord/releases/download/v${pkgver}/ArmCord_${pkgver}_${CARCH}.deb"
pkgdesc="Custom client designed to enhance your Discord experience while keeping everything lightweight"
maintainer="Oren Klopfer <[email protected]>"

0 comments on commit c9b6a9b

Please sign in to comment.