summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLex Childs2021-04-06 07:59:46 -0500
committerLex Childs2021-04-06 07:59:46 -0500
commit1ffa717c947953d1291e0bbd1c6f21e25a161baa (patch)
treefb8a1f72236fb7765a1e7bc510a02ab4f1135891
parent72ab23a1e2f712abe0356d4cbf8efabd10c6b890 (diff)
downloadaur-1ffa717c947953d1291e0bbd1c6f21e25a161baa.tar.gz
Release v0.2.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acb9c83da3b9..ee0afce10366 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = leftwm
pkgdesc = Leftwm - A tiling window manager for the adventurer
- pkgver = 0.2.6
+ pkgver = 0.2.7
pkgrel = 1
epoch = 1
url = https://github.com/leftwm/leftwm
@@ -13,7 +13,7 @@ pkgbase = leftwm
optdepends = feh: used to set background images
optdepends = lemonbar: light weight bar
optdepends = polybar: light weight bar
- source = leftwm::git+https://github.com/leftwm/leftwm.git#tag=0.2.6
+ source = leftwm::git+https://github.com/leftwm/leftwm.git#tag=0.2.7
md5sums = SKIP
pkgname = leftwm
diff --git a/PKGBUILD b/PKGBUILD
index 9acac5baafec..58032793cfba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lex Childs <lexchilds@gmail.com>
pkgname=leftwm
-pkgver=0.2.6
+pkgver=0.2.7
pkgrel=1
epoch=1
pkgdesc="Leftwm - A tiling window manager for the adventurer"
@@ -23,7 +23,7 @@ build() {
package() {
cd $pkgname/target/release
- install -Dm755 leftwm leftwm-worker leftwm-state -t "$pkgdir"/usr/bin
+ install -Dm755 leftwm leftwm-worker leftwm-state leftwm-check -t "$pkgdir"/usr/bin
install -d "$pkgdir"/usr/share/leftwm
cp -R "$srcdir"/$pkgname/themes "$pkgdir"/usr/share/leftwm