summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79edf7c82fb4..3d2beae2547c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ptt-fix
pkgdesc = A somewhat hacky workaround for push-to-talk in Discord and other apps in Wayland.
- pkgver = 0.7.3
- pkgrel = 2
+ pkgver = 0.7.4
+ pkgrel = 1
url = https://github.com/DeedleFake/ptt-fix
arch = i686
arch = x86_64
license = MIT
- makedepends = go>=2:1.21.0
+ makedepends = go>=2:1.22.0
depends = xdotool
- source = https://github.com/DeedleFake/ptt-fix/archive/refs/tags/v0.7.3.tar.gz
- sha256sums = 74046161e830e0e89ecadf2332fdc29a2db80b145c614b8e4d75cfdfd62cf8c1
+ source = https://github.com/DeedleFake/ptt-fix/archive/refs/tags/v0.7.4.tar.gz
+ sha256sums = fd9e3ab7c2d82d0da1957ac18e12bfeffeeb902e432a322a1fc6def765befe8e
pkgname = ptt-fix
diff --git a/PKGBUILD b/PKGBUILD
index dded880329ea..63cb783bf635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: DeedleFake <deedlefake@users.noreply.github.com>
pkgname=ptt-fix
-pkgver=0.7.3
-pkgrel=2
+pkgver=0.7.4
+pkgrel=1
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.21.0')
+makedepends=('go>=2:1.22.0')
optdepends=()
provides=()
source=("https://github.com/DeedleFake/ptt-fix/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('74046161e830e0e89ecadf2332fdc29a2db80b145c614b8e4d75cfdfd62cf8c1')
+sha256sums=('fd9e3ab7c2d82d0da1957ac18e12bfeffeeb902e432a322a1fc6def765befe8e')
build() {
cd "$pkgname-$pkgver"