summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDeedleFake2024-02-15 12:12:10 -0500
committerDeedleFake2024-02-15 12:12:10 -0500
commit53b8befe53efed810bc72c0f6ff718c9a0df9207 (patch)
tree35abcaea5dcb69f3607b8eb81438c31501e8fe97 /PKGBUILD
parentc53bacf12122c0b992fbdc09d29561386b51d87d (diff)
downloadaur-53b8befe53efed810bc72c0f6ff718c9a0df9207.tar.gz
update to v0.7.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"