From 21f07daba6a7d0006c1ec49ca3e45e4d20f175e5 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 14 Jun 2023 22:00:48 +0200 Subject: [PATCH] docs --- README.md | 4 ++-- packaging/PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b1f28c..cedf57f 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ ## TODOs ~~* Send notification about unread local mail only once!~~ -* add PKGBUILD -* Rename python module (and git repository?) to `exec-notify` +~~* add PKGBUILD~~ +~~* Rename python module (and git repository?) to `exec-notify`~~ * Use subprocess_util > execute_print_capture * This way, the user can see the stdout/stderr while it is executed * And we can email the stdout/stderr if the process has failed diff --git a/packaging/PKGBUILD b/packaging/PKGBUILD index a6f5dec..722e3cd 100644 --- a/packaging/PKGBUILD +++ b/packaging/PKGBUILD @@ -5,7 +5,7 @@ _name=exec-notify pkgname="python-$_name-git" -pkgver=r48.f1c34c2 +pkgver=r49.b96b44a pkgrel=1 pkgdesc='execute command and notify about failure via email' arch=(any)