summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
-rwxr-xr-xcompile.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1be1f8e903a0..ea192be4545d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dwm-uleenucks-git
pkgdesc = A dynamic window manager for X
pkgver = 6.1.5.g56a31dc
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://git.uleenucks.de/builds/
install = dwm.install
diff --git a/PKGBUILD b/PKGBUILD
index 499929b8e6f0..f3e8e2e871a7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver(){
cd $_pkgname
git describe --tags |sed 's/-/./g'
}
-pkgrel=3
+pkgrel=4
pkgdesc="A dynamic window manager for X"
url="https://git.uleenucks.de/builds/"
arch=('i686' 'x86_64')
diff --git a/compile.sh b/compile.sh
index cff30c9420c6..4a1e6b6ccf68 100755
--- a/compile.sh
+++ b/compile.sh
@@ -3,5 +3,5 @@ rm -rf src/
[[ -f "config.def.h" ]] && rm config.def.h
[[ "$(hostname)" == "uh-x200s" ]] && cp config.def.h.x200s config.def.h
[[ "$(hostname)" == "uh-lin" ]] && cp config.def.h.work config.def.h
-makepkg -g > md5sums
+updpkgsums
makepkg -fi --noconfirm