summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Stoeckl2023-03-11 10:18:53 -0500
committerManuel Stoeckl2023-03-11 10:18:53 -0500
commit16e3723b5330a96b2e421b7524d5452cdb4ccb58 (patch)
tree613e67ebdd61edbd6f3c12f492b359f8ca4c19df
parentfb12ce51be7f5e3a3ea878e7e2889c78163ea408 (diff)
downloadaur-16e3723b5330a96b2e421b7524d5452cdb4ccb58.tar.gz
Update version to 0.8.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80cf3192777d..e6d7b8ae66dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waypipe
pkgdesc = A proxy for Wayland protocol applications; like ssh -X
- pkgver = 0.8.4
+ pkgver = 0.8.5
pkgrel = 1
url = https://gitlab.freedesktop.org/mstoeckl/waypipe
arch = i686
@@ -26,7 +26,7 @@ pkgbase = waypipe
depends = libva
optdepends = openssh: recommended transport
optdepends = systemtap: a makedepend, for tracing hooks
- source = https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v0.8.4/waypipe-v0.8.4.tar.gz
- sha256sums = 0e105f51ff39631c62677f4c15fd3f2cdc8ccd75546422d20dc0be98dec8b495
+ source = https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v0.8.5/waypipe-v0.8.5.tar.gz
+ sha256sums = 3eb9516dac030071f9dc6425be958d7ed2747f4d81ee73e1203c34ed655a6cf8
pkgname = waypipe
diff --git a/PKGBUILD b/PKGBUILD
index 9fbd9572ee58..a46bbd226658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Manuel Stoeckl <com dоt mstoeckl аt wppkgb>
pkgname=waypipe
-pkgver=0.8.4
+pkgver=0.8.5
pkgrel=1
pkgdesc='A proxy for Wayland protocol applications; like ssh -X'
license=('MIT')
@@ -14,7 +14,7 @@ makedepends=('git' 'meson' 'ninja' 'scdoc' 'libdrm' 'pkgconf' 'cmake')
checkdepends=('weston' 'python-psutil')
url='https://gitlab.freedesktop.org/mstoeckl/waypipe'
source=("https://gitlab.freedesktop.org/mstoeckl/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha256sums=('0e105f51ff39631c62677f4c15fd3f2cdc8ccd75546422d20dc0be98dec8b495')
+sha256sums=('3eb9516dac030071f9dc6425be958d7ed2747f4d81ee73e1203c34ed655a6cf8')
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
build() {