summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorn3oney2022-04-17 13:05:41 +0200
committern3oney2022-04-17 13:05:41 +0200
commit0828b555763f9b001463d9708611b67591e79706 (patch)
tree6b90d4a878a1b1e0f3313766576d02096068f95f /PKGBUILD
parent3590d3d218824ce1d8ada71d24ce808962e52304 (diff)
downloadaur-discord-canary-update-skip-git.tar.gz
fix: correct dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fb5a45db488..a0b508556091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: MichaƂ Minarowski <neoney@pm.me>
_pkgname="discord-canary-update-skip"
pkgname="$_pkgname"-git
-_discordversion="ptb"
+_discordversion="canary"
pkgver=r4.3cc6b1e
pkgrel=1
pkgdesc="A simple script to fix Discord Canary wanting to update while the update isn't in the repos."
arch=('any')
url="https://github.com/n3oney/discord-update-skip"
license=('MIT')
-depends=('jq' 'discord-ptb' 'bash')
+depends=('jq' 'discord-canary' 'bash')
makedepends=('git')
install="$_pkgname".install
changelog=