diff --git a/PKGBUILD b/PKGBUILD index 0239a35..c2515aa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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 diff --git a/arch/dwm.install b/arch/dwm.install deleted file mode 100644 index 9675514..0000000 --- a/arch/dwm.install +++ /dev/null @@ -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." -}