summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeedleFake2023-08-10 13:32:01 -0400
committerDeedleFake2023-08-10 13:32:28 -0400
commitc53bacf12122c0b992fbdc09d29561386b51d87d (patch)
tree69c5be4250f8d7cb1078c85899eaa62bfc292052
parent399a601dee977c12287d12c6ccb0e80143aac764 (diff)
downloadaur-c53bacf12122c0b992fbdc09d29561386b51d87d.tar.gz
update Go dependency to 1.21.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 431cbfc749ae..79edf7c82fb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ptt-fix
pkgdesc = A somewhat hacky workaround for push-to-talk in Discord and other apps in Wayland.
pkgver = 0.7.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/DeedleFake/ptt-fix
arch = i686
arch = x86_64
license = MIT
- makedepends = go>=2:1.20
+ makedepends = go>=2:1.21.0
depends = xdotool
source = https://github.com/DeedleFake/ptt-fix/archive/refs/tags/v0.7.3.tar.gz
sha256sums = 74046161e830e0e89ecadf2332fdc29a2db80b145c614b8e4d75cfdfd62cf8c1
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")