summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValentin Weber2024-04-03 22:20:22 +0200
committerValentin Weber2024-04-03 22:20:22 +0200
commitb3fdf80b2ff56e62bff10d117fc52adb418b1e5a (patch)
tree15a2f1e8a155fb1b974262425953339526da290c
parentea9c98e0a579e54d82953e16d5da145105656eff (diff)
downloadaur-b3fdf80b2ff56e62bff10d117fc52adb418b1e5a.tar.gz
feat: package description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d51983275cbe..d14ae741741c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = battery_status_rs
- pkgdesc = A utility to watch the battery level and send the system to sleep if low.
+ pkgdesc = A utility to watch the battery level.
pkgver = 3.0.0
pkgrel = 1
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 5700d86cd306..06ecfa4054c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=("battery_status_rs_notification"
"battery_status_rs_sleep")
pkgver="3.0.0"
pkgrel="1"
-pkgdesc="A utility to watch the battery level and send the system to sleep if low."
+pkgdesc="A utility to watch the battery level."
arch=('any')
depends=('systemd')
makedepends=('cargo'