summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler2021-06-06 17:54:07 +0200
committerRaphael Nestler2021-06-06 17:54:07 +0200
commit453786b1762cc1fe6b96c35831e20da22dfe0e15 (patch)
treede9703c576aff3132f51fb3a6d641dc86efd0aa6
parent962066ab85db46cd58577f0d283edc8e3b22fda1 (diff)
downloadaur-453786b1762cc1fe6b96c35831e20da22dfe0e15.tar.gz
Update to version 0.3.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97bd9600a8f7..2bf707be68eb 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.2.1
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/rnestler/reboot-arch-btw
arch = i686
@@ -11,8 +11,7 @@ pkgbase = reboot-arch-btw
depends = dbus
depends = xorg-xdpyinfo
replaces = kernel-updated
- source = https://github.com/rnestler/reboot-arch-btw/archive/v0.2.1.tar.gz
- sha256sums = 3cab1ac1614ed9ed72a77e98eb2de7568337a6e4b7405d6f78c493586452472e
+ source = https://github.com/rnestler/reboot-arch-btw/archive/v0.3.0.tar.gz
+ sha256sums = a042757e123e07f6b7c7264fccad5a5d0e6c335e9fddc8b9c6284cc45d5d6b3a
pkgname = reboot-arch-btw
-
diff --git a/PKGBUILD b/PKGBUILD
index ac0e39e5eba8..6a2721220b96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: rnestler
pkgname=reboot-arch-btw
-pkgver=0.2.1
+pkgver=0.3.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' 'xorg-xdpyinfo')
replaces=('kernel-updated')
source=("https://github.com/rnestler/reboot-arch-btw/archive/v${pkgver}.tar.gz")
-sha256sums=('3cab1ac1614ed9ed72a77e98eb2de7568337a6e4b7405d6f78c493586452472e')
+sha256sums=('a042757e123e07f6b7c7264fccad5a5d0e6c335e9fddc8b9c6284cc45d5d6b3a')
build() {
cd "$srcdir/$pkgname-$pkgver"