summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler2023-05-29 15:30:30 +0200
committerRaphael Nestler2023-05-29 15:30:30 +0200
commitec15940b03bfa636d12019704bc71d12aa9bce9a (patch)
treeb74815d14c8e1c959a98d86b50503c082af88cb2
parenta7930592108317c43a07009ddf469dadf5a0acdd (diff)
downloadaur-ec15940b03bfa636d12019704bc71d12aa9bce9a.tar.gz
Update version to 0.5.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fb041197fa2..1dbd53d19a2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = reboot-arch-btw
pkgdesc = Check if you need to reboot due to an updated kernel
- pkgver = 0.5.4
+ pkgver = 0.5.5
pkgrel = 1
url = https://github.com/rnestler/reboot-arch-btw
arch = i686
@@ -11,7 +11,7 @@ pkgbase = reboot-arch-btw
depends = dbus
depends = pacman>6
replaces = kernel-updated
- source = https://github.com/rnestler/reboot-arch-btw/archive/v0.5.4.tar.gz
- sha256sums = c94d5eb6a048c12bcb04e9081d2f1d29f45d661d01df7e64bf064c7c8c5af16b
+ source = https://github.com/rnestler/reboot-arch-btw/archive/v0.5.5.tar.gz
+ sha256sums = 2ec5a0549c0c02aa0b412469726ace48d41596fec40b31a28fbf05ede2fb5dca
pkgname = reboot-arch-btw
diff --git a/PKGBUILD b/PKGBUILD
index 448447bd1e69..a20789160288 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: rnestler
pkgname=reboot-arch-btw
-pkgver=0.5.4
+pkgver=0.5.5
pkgrel=1
pkgdesc='Check if you need to reboot due to an updated kernel'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ makedepends=('rust' 'cargo')
depends=('dbus' 'pacman>6')
replaces=('kernel-updated')
source=("https://github.com/rnestler/reboot-arch-btw/archive/v${pkgver}.tar.gz")
-sha256sums=('c94d5eb6a048c12bcb04e9081d2f1d29f45d661d01df7e64bf064c7c8c5af16b')
+sha256sums=('2ec5a0549c0c02aa0b412469726ace48d41596fec40b31a28fbf05ede2fb5dca')
build() {
cd "$srcdir/$pkgname-$pkgver"