summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeedleFake2023-02-17 16:14:57 -0500
committerDeedleFake2023-02-17 16:14:57 -0500
commit398d77c897e0b22c13449fdc8f27289c5cc3f4c7 (patch)
treece2d05f390fc012a050a5b369a8c402f1f1ef8a2
parentb89d67050b549566e759e172361ee7441537a9b3 (diff)
downloadaur-398d77c897e0b22c13449fdc8f27289c5cc3f4c7.tar.gz
update to v0.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d9f9f2059d8..cf3e4b911ceb 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.2.2
+ pkgver = 0.2.3
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.2.2.tar.gz
- sha256sums = 7b8656e49eaf2337a6d319310dd0f5ab4b6eb257bcb44c214e31d7de2d11dff5
+ source = https://github.com/DeedleFake/ptt-fix/archive/refs/tags/v0.2.3.tar.gz
+ sha256sums = 6713803959738f04a9138d7a3e2b9e39072d1e49bf256aaf896e2ab1a7600d17
pkgname = ptt-fix
diff --git a/PKGBUILD b/PKGBUILD
index ba14b55c1f6b..31ec20ce7de9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: DeedleFake <deedlefake@users.noreply.github.com>
pkgname=ptt-fix
-pkgver=0.2.2
+pkgver=0.2.3
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=('7b8656e49eaf2337a6d319310dd0f5ab4b6eb257bcb44c214e31d7de2d11dff5')
+sha256sums=('6713803959738f04a9138d7a3e2b9e39072d1e49bf256aaf896e2ab1a7600d17')
build() {
cd "$pkgname-$pkgver"