summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDeedleFake2023-02-17 16:14:57 -0500
committerDeedleFake2023-02-17 16:14:57 -0500
commit398d77c897e0b22c13449fdc8f27289c5cc3f4c7 (patch)
treece2d05f390fc012a050a5b369a8c402f1f1ef8a2 /PKGBUILD
parentb89d67050b549566e759e172361ee7441537a9b3 (diff)
downloadaur-398d77c897e0b22c13449fdc8f27289c5cc3f4c7.tar.gz
update to v0.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"