summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e231a235f316..9ff0a6d0691f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = discord-canary-update-skip-git
license = MIT
makedepends = git
depends = jq
- depends = discord-ptb
+ depends = discord-canary
depends = bash
source = git+https://github.com/n3oney/discord-update-skip.git#branch=ptb
sha256sums = SKIP
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=