summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeedleFake2023-02-18 22:04:05 -0500
committerDeedleFake2023-02-18 22:04:05 -0500
commit21a7ef43f66e4ff0a86255b94ce74d1511ed2571 (patch)
tree2f9e56e2084a9352335be2c64b799b264687247f
parent398d77c897e0b22c13449fdc8f27289c5cc3f4c7 (diff)
downloadaur-21a7ef43f66e4ff0a86255b94ce74d1511ed2571.tar.gz
update to v0.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf3e4b911ceb..235ed85b54f7 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.3
+ pkgver = 0.3.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.2.3.tar.gz
- sha256sums = 6713803959738f04a9138d7a3e2b9e39072d1e49bf256aaf896e2ab1a7600d17
+ source = https://github.com/DeedleFake/ptt-fix/archive/refs/tags/v0.3.0.tar.gz
+ sha256sums = c03f6536ca65a7786ebe6daebbf2e3468a78613cfcdacf3429fa564003709dd8
pkgname = ptt-fix
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"