]> git.immae.eu Git - perso/Immae/Config/AUR.git/blobdiff - dwm-git/PKGBUILD
upgpkg: dwm-git-custom 16.2_029b988-1
[perso/Immae/Config/AUR.git] / dwm-git / PKGBUILD
index de2190b9743d9cb704e9736d5016432fa3586c30..44f68e8425259e843fcd569e7c467c1ca9cf9e40 100644 (file)
@@ -1,6 +1,6 @@
 pkgname=dwm-git-custom
 _pkgname=dwm
-pkgver=6.2
+pkgver=6.2_029b988
 pkgrel=1
 pkgdesc="A dynamic window manager for X"
 url="http://dwm.suckless.org"
@@ -20,7 +20,7 @@ md5sums=('939f403a71b6e85261d09fc3412269ee'
 
 pkgver(){
   cd $_pkgname
-  git describe --tags |sed 's/-/./g'
+  echo $(git describe --tags |sed 's/-/./g')_$(md5sum $SRCDEST/config.h | cut -c1-7)
 }
 
 prepare() {