fixing arch package build

This commit is contained in:
Nagy Gábor 2020-06-21 16:10:51 +02:00
parent b9d06ea347
commit f4bd314b3d
2 changed files with 2 additions and 8 deletions

View File

@ -9,13 +9,12 @@ license=('MIT')
options=(zipman)
depends=('libx11' 'libxinerama' 'libxft')
makedepends=('git')
install=arch/dwm.install
provides=('dwm')
conflicts=('dwm')
source=("$_pkgname::git+https://github.com/nagbalae/dwm"
config.h)
)
md5sums=( 'SKIP'
'SKIP') # so you can customize config.h
)
pkgver(){
cd $_pkgname

View File

@ -1,5 +0,0 @@
post_install() {
echo "-- Edit config.h in dwm's PKGBUILD directory (generally /var/abs/community/dwm/)"
echo "-- and rebuild package if you want to change settings."
echo "-- Or, place custom config.h in \$SRCDEST/dwm-git/config.h and rebuild."
}