summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValentin Weber2024-05-01 15:59:15 +0200
committerValentin Weber2024-05-01 16:00:50 +0200
commit5be49dbd49c3af4740c507707d1c53fec9c6ed69 (patch)
tree31b2495c4dcbbae3c0c050d8bf8eb02c724340ac
parentc48fb95abca300fb7c5d1bbbffea41065dd171f6 (diff)
downloadaur-5be49dbd49c3af4740c507707d1c53fec9c6ed69.tar.gz
feat: bump version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--battery_status_rs_sleep.service2
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 736647156769..155bd73cc968 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = battery_status_rs
pkgdesc = A utility to watch the battery level.
- pkgver = 3.0.0
- pkgrel = 2
+ pkgver = 3.1.0
+ pkgrel = 1
arch = any
makedepends = cargo
makedepends = git
depends = systemd
- source = git+https://git.unfug.hs-furtwangen.de/weva/battery_status_rs/#tag=3.0.0
+ source = git+https://git.unfug.hs-furtwangen.de/weva/battery_status_rs/#tag=3.1.0
source = battery_status_rs_notification.service
source = battery_status_rs_sleep.service
- sha256sums = 4a858b6467fe4aba898c9a3f0b944cf0b3da51043903cb637971712dba9f3846
+ sha256sums = a8a9a10f8d2bdf61e2035862d7defd647a53ba0a323b9b5aede904e4883b0e95
sha256sums = 92ecbb16524c4ec6423d87979f655838b502fc0c5206127f34553c5ff837f3f8
- sha256sums = cfd70a35335c7e9ca9d2a0314665e8f40ece15933503ce4ea1396df26583edfb
+ sha256sums = e104c41b6c84c60ebca61545cc06a9e53c169f00d4eab50c2dd4df3d2f22500b
pkgname = battery_status_rs_notification
diff --git a/PKGBUILD b/PKGBUILD
index eefdbe2bce25..2ab17150267e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase="battery_status_rs"
pkgname=("battery_status_rs_notification"
"battery_status_rs_sleep")
-pkgver="3.0.0"
-pkgrel="2"
+pkgver="3.1.0"
+pkgrel="1"
pkgdesc="A utility to watch the battery level."
arch=('any')
depends=('systemd')
@@ -14,9 +14,9 @@ source=("git+https://git.unfug.hs-furtwangen.de/weva/battery_status_rs/#tag=$pkg
"battery_status_rs_notification.service"
"battery_status_rs_sleep.service")
-sha256sums=('4a858b6467fe4aba898c9a3f0b944cf0b3da51043903cb637971712dba9f3846'
+sha256sums=('a8a9a10f8d2bdf61e2035862d7defd647a53ba0a323b9b5aede904e4883b0e95'
'92ecbb16524c4ec6423d87979f655838b502fc0c5206127f34553c5ff837f3f8'
- 'cfd70a35335c7e9ca9d2a0314665e8f40ece15933503ce4ea1396df26583edfb')
+ 'e104c41b6c84c60ebca61545cc06a9e53c169f00d4eab50c2dd4df3d2f22500b')
prepare() {
cd battery_status_rs
diff --git a/battery_status_rs_sleep.service b/battery_status_rs_sleep.service
index 6ff9b44c92bc..2d7397e8b7a5 100644
--- a/battery_status_rs_sleep.service
+++ b/battery_status_rs_sleep.service
@@ -3,7 +3,7 @@ Description=Battery Status Sleep Daemon
[Service]
Type=notify
-ExecStart=/bin/battery_status_rs_sleep --threshold=5
+ExecStart=/bin/battery_status_rs_sleep
Restart=always
RestartSec=1