summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Pigott2020-07-28 23:07:02 -0700
committerRonan Pigott2020-07-28 23:07:02 -0700
commit9ae394b994e145c1e86312beb423fe3095aab1c8 (patch)
treee016dd16cf0f74b3f39d5a8404fb114658daa984
parent102f491e5019f38aa27f95201fb34512cbdbadc6 (diff)
downloadaur-9ae394b994e145c1e86312beb423fe3095aab1c8.tar.gz
version 0.1.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 779eaa209423..abed79a5fc7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wlrctl
pkgdesc = Utility for miscellaneous wlroots extensions
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://git.sr.ht/~brocellous/wlrctl
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = wlrctl
makedepends = ninja
depends = wayland
depends = libxkbcommon
- source = wlrctl-0.1.0.tar.gz::https://git.sr.ht/~brocellous/wlrctl/archive/v0.1.0.tar.gz
+ source = wlrctl-0.1.1.tar.gz::https://git.sr.ht/~brocellous/wlrctl/archive/v0.1.1.tar.gz
md5sums = 27289bc7615fefb0eebe4f246f9138b7
pkgname = wlrctl
diff --git a/PKGBUILD b/PKGBUILD
index 5fbd163c76e8..89c85664a250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ronan Pigott <rpigott@berkeley.edu>
pkgname=wlrctl
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc='Utility for miscellaneous wlroots extensions'
url='https://git.sr.ht/~brocellous/wlrctl'
@@ -13,7 +13,7 @@ source=(
depends=('wayland' 'libxkbcommon')
makedepends=('scdoc' 'meson' 'ninja')
-md5sums=('27289bc7615fefb0eebe4f246f9138b7')
+md5sums=('79b1625d085b770d123e80ac0b3fbe73')
build() {
cd "$pkgname-v$pkgver"