summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeedleFake2023-02-17 15:59:33 -0500
committerDeedleFake2023-02-17 15:59:33 -0500
commitb89d67050b549566e759e172361ee7441537a9b3 (patch)
treeb3b19b0ff53483b3ca870610297433b392f828a6
parentadd7f2103a9205a229b7312fdb01081cff7aa70e (diff)
downloadaur-b89d67050b549566e759e172361ee7441537a9b3.tar.gz
update to v0.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0bd8aafb78c..3d9f9f2059d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ptt-fix
pkgdesc = A somewhat hacky workaround for push-to-talk in Discord and other apps in Wayland.
- pkgver = 0.2.1
- pkgrel = 2
+ pkgver = 0.2.2
+ pkgrel = 1
url = https://github.com/DeedleFake/ptt-fix
arch = i686
arch = x86_64
license = MIT
makedepends = go>=2:1.20
depends = xdotool
- source = https://github.com/DeedleFake/ptt-fix/archive/refs/tags/v0.2.1.tar.gz
- sha256sums = 715e236483faa4d8ee39d4874f07b8adca4e2ff5a1e7ee9bf4c00b92a949c023
+ source = https://github.com/DeedleFake/ptt-fix/archive/refs/tags/v0.2.2.tar.gz
+ sha256sums = 7b8656e49eaf2337a6d319310dd0f5ab4b6eb257bcb44c214e31d7de2d11dff5
pkgname = ptt-fix
diff --git a/PKGBUILD b/PKGBUILD
index a8d245e0ca18..ba14b55c1f6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: DeedleFake <deedlefake@users.noreply.github.com>
pkgname=ptt-fix
-pkgver=0.2.1
-pkgrel=2
+pkgver=0.2.2
+pkgrel=1
pkgdesc="A somewhat hacky workaround for push-to-talk in Discord and other apps in Wayland."
arch=(i686 x86_64)
url="https://github.com/DeedleFake/ptt-fix"
@@ -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=('715e236483faa4d8ee39d4874f07b8adca4e2ff5a1e7ee9bf4c00b92a949c023')
+sha256sums=('7b8656e49eaf2337a6d319310dd0f5ab4b6eb257bcb44c214e31d7de2d11dff5')
build() {
cd "$pkgname-$pkgver"