diff options
author | Luke Smith <luke@lukesmith.xyz> | 2022-05-26 12:19:10 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2022-05-26 12:19:10 -0400 |
commit | f7418a285fab75b83103cc183cdb1deab9d2532f (patch) | |
tree | b6c02b73866917ca06543691849b8cb5680c290a /PKGBUILD | |
parent | aefdd9cca144810f4b012b0a0ec5fdd4576df4d8 (diff) |
tweaks
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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: |