summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a973a25b45a..bbcb8e2cbd15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: rnestler
pkgname=reboot-arch-btw
-pkgver=0.5.7
+pkgver=0.6.0
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=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")
-sha256sums=('28fc9d037322c504564cfdf13cbad12eded393efe5167fb751c5a2cfea019a01')
+sha256sums=('a5348a688341372c17c3151cffdadd1f0467d1be8c4467297480a17ff5a16d3c')
build() {
cd "$srcdir/$pkgname-$pkgver"