summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeedleFake2023-02-20 00:46:38 -0500
committerDeedleFake2023-02-20 00:46:38 -0500
commitc877d1545d765f92806816e00bfea99bfc0307fa (patch)
treef1f317aa021f1aff4c33746e89696fc76362c704
parent13fd38bafbced0892cdc5ebfaccb00e50362a5ef (diff)
downloadaur-c877d1545d765f92806816e00bfea99bfc0307fa.tar.gz
update to v0.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d94675a80c3..a1d0d04f8197 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ptt-fix
pkgdesc = A somewhat hacky workaround for push-to-talk in Discord and other apps in Wayland.
- pkgver = 0.4.1
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/DeedleFake/ptt-fix
arch = i686
@@ -8,7 +8,7 @@ pkgbase = ptt-fix
license = MIT
makedepends = go>=2:1.20
depends = xdotool
- source = https://github.com/DeedleFake/ptt-fix/archive/refs/tags/v0.4.1.tar.gz
- sha256sums = a928f23f74810d791540c2cc48dcbb8e08c76d95c6e0826f7ce74e1a22bf0b45
+ source = https://github.com/DeedleFake/ptt-fix/archive/refs/tags/v0.5.0.tar.gz
+ sha256sums = 2348605d91e8571d19a5fc2c90cd8fef9870f7d3654209df3d66a3f4c9efa8f5
pkgname = ptt-fix
diff --git a/PKGBUILD b/PKGBUILD
index 4e438595038a..e7ce75fbbfea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: DeedleFake <deedlefake@users.noreply.github.com>
pkgname=ptt-fix
-pkgver=0.4.1
+pkgver=0.5.0
pkgrel=1
pkgdesc="A somewhat hacky workaround for push-to-talk in Discord and other apps in Wayland."
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ makedepends=('go>=2:1.20')
optdepends=()
provides=()
source=("https://github.com/DeedleFake/ptt-fix/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('a928f23f74810d791540c2cc48dcbb8e08c76d95c6e0826f7ce74e1a22bf0b45')
+sha256sums=('2348605d91e8571d19a5fc2c90cd8fef9870f7d3654209df3d66a3f4c9efa8f5')
build() {
cd "$pkgname-$pkgver"