summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 141c563c336a..6957697eba21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ferdinand B <theferdi265@gmail.com>
pkgname=wl-mirror
-pkgver=0.13.0
+pkgver=0.13.1
pkgrel=5
pkgdesc="a simple Wayland output mirror client"
url="https://github.com/Ferdi265/wl-mirror"
@@ -16,7 +16,7 @@ optdepends=(
'dmenu: interactively selecting options, alternative, for wl-present script'
)
source=("wl-mirror-$pkgver.tar.gz::https://github.com/Ferdi265/wl-mirror/releases/download/v$pkgver/wl-mirror-$pkgver.tar.gz")
-sha256sums=('2538848cca02c4b8eb4f32d883c9bdb76ab047b8dd6db28c01c84abe4be71532')
+sha256sums=('f61b84472eaafa41490579fae56f7e1ccc5a2ef02e5038b75a26b34534d9bbe5')
build() {
cmake -G Ninja -B build -S "$srcdir/wl-mirror-$pkgver" \