leftwm: use git version
This commit is contained in:
parent
d5119b0311
commit
aec21b8753
1 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,7 @@ pkgname=leftwm
|
|||
pkgver=0.2.11
|
||||
pkgrel=1
|
||||
pkgdesc="A tiling window manager for the adventurer"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="https://github.com/leftwm/leftwm"
|
||||
license=('MIT')
|
||||
depends=('bash')
|
||||
|
@ -13,7 +13,7 @@ optdepends=('dmenu: default launcher'
|
|||
'feh: used to set background images'
|
||||
'lemonbar: light weight bar'
|
||||
'polybar: light weight bar')
|
||||
source=("${pkgname}::git+https://github.com/leftwm/leftwm.git#tag=${pkgver}")
|
||||
source=("git+https://github.com/leftwm/leftwm.git")
|
||||
md5sums=('SKIP')
|
||||
|
||||
build() {
|
||||
|
@ -37,4 +37,3 @@ package() {
|
|||
install -Dm644 "$srcdir/$pkgname"/LICENSE.md \
|
||||
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue