This commit is contained in:
Luke Smith
2022-05-26 12:19:10 -04:00
parent aefdd9cca1
commit f7418a285f
2 changed files with 5 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
_pkgname=dwm
pkgname=$_pkgname-luke-git
pkgname=$_pkgname-larbs-git
pkgver=6.2.r1888.0ac09e0
pkgrel=1
pkgdesc="Luke's build of dwm"
@@ -44,4 +44,3 @@ package() {
make PREFIX=/usr DESTDIR="$pkgdir" install
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# vim:set ts=4 sw=4 noet: