summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDeedleFake2023-02-18 22:04:05 -0500
committerDeedleFake2023-02-18 22:04:05 -0500
commit21a7ef43f66e4ff0a86255b94ce74d1511ed2571 (patch)
tree2f9e56e2084a9352335be2c64b799b264687247f /PKGBUILD
parent398d77c897e0b22c13449fdc8f27289c5cc3f4c7 (diff)
downloadaur-21a7ef43f66e4ff0a86255b94ce74d1511ed2571.tar.gz
update to v0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31ec20ce7de9..cd3d8f72dbc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: DeedleFake <deedlefake@users.noreply.github.com>
pkgname=ptt-fix
-pkgver=0.2.3
+pkgver=0.3.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=('6713803959738f04a9138d7a3e2b9e39072d1e49bf256aaf896e2ab1a7600d17')
+sha256sums=('c03f6536ca65a7786ebe6daebbf2e3468a78613cfcdacf3429fa564003709dd8')
build() {
cd "$pkgname-$pkgver"