summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDeedleFake2023-08-10 13:32:01 -0400
committerDeedleFake2023-08-10 13:32:28 -0400
commitc53bacf12122c0b992fbdc09d29561386b51d87d (patch)
tree69c5be4250f8d7cb1078c85899eaa62bfc292052 /PKGBUILD
parent399a601dee977c12287d12c6ccb0e80143aac764 (diff)
downloadaur-c53bacf12122c0b992fbdc09d29561386b51d87d.tar.gz
update Go dependency to 1.21.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b8dbfd282c0..dded880329ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ptt-fix
pkgver=0.7.3
-pkgrel=1
+pkgrel=2
pkgdesc="A somewhat hacky workaround for push-to-talk in Discord and other apps in Wayland."
arch=(i686 x86_64)
url="https://github.com/DeedleFake/ptt-fix"
license=('MIT')
depends=(xdotool)
-makedepends=('go>=2:1.20')
+makedepends=('go>=2:1.21.0')
optdepends=()
provides=()
source=("https://github.com/DeedleFake/ptt-fix/archive/refs/tags/v${pkgver}.tar.gz")