summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsr <clsr@clsr.net>2021-07-02 03:49:08 +0000
committerclsr <clsr@clsr.net>2021-07-02 03:49:08 +0000
commit7a57020d7c67bb5afb800a19d73082bb74429d92 (patch)
treeccb09dd834522ba9812a34de0da6a77757172066
parentc62e1681f7635254561d01ccaf995d0a16232b58 (diff)
downloaddwmclock-pkgbuild-7a57020d7c67bb5afb800a19d73082bb74429d92.tar.gz
dwmclock-pkgbuild-7a57020d7c67bb5afb800a19d73082bb74429d92.zip
Update to v1.4.0 and add dwmclock-printv1.4.0
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c74991..f487cfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: clsr <clsr@clsr.net>
pkgname=dwmclock
-pkgver=1.3.2
+pkgver=1.4.0
pkgrel=1
pkgdesc="Time and battery charge display for dwm"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('custom:Public Domain')
depends=('libx11')
source=("https://git.clsr.net/util/dwmclock/snapshot/dwmclock-$pkgver.tar.gz"
config.mk)
-sha256sums=('f3b9d49f151350857fbe30813f56a20b8aa570407aa1853f7cf0ec0c9b749138'
+sha256sums=('95bdfc61593566f8f43452f2941a8fcdc3bbc3f6edd9007196b4b6d70adb3ae5'
'SKIP')
prepare() {
@@ -24,7 +24,7 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
- make
+ make all dwmclock-print
}
package() {