summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler2021-10-03 20:00:14 +0200
committerRaphael Nestler2021-10-03 20:00:14 +0200
commit2b76b6bbdad82848921b93068c4b503681fe62d4 (patch)
treef5358f019de715fe788e4f3c5f2502769776f98c
parenteaa088302e8205c91c35b3de2984bfd0e39ad953 (diff)
downloadaur-2b76b6bbdad82848921b93068c4b503681fe62d4.tar.gz
Update to version 0.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7eaecb7e972..5a43009886e0 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.3.1
+ pkgver = 0.3.2
pkgrel = 1
url = https://github.com/rnestler/reboot-arch-btw
arch = i686
@@ -11,7 +11,7 @@ pkgbase = reboot-arch-btw
depends = dbus
depends = xorg-xdpyinfo
replaces = kernel-updated
- source = https://github.com/rnestler/reboot-arch-btw/archive/v0.3.1.tar.gz
- sha256sums = c846a1e47406a914fd8c998b475f55775b148cd39c7025ee000f287431630d47
+ source = https://github.com/rnestler/reboot-arch-btw/archive/v0.3.2.tar.gz
+ sha256sums = 5649f22384f8fb3889a333d96553740a6a52174e66448658fd07220453ac1cea
pkgname = reboot-arch-btw
diff --git a/PKGBUILD b/PKGBUILD
index 0aff8f4d9a79..9862f5715ecf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: rnestler
pkgname=reboot-arch-btw
-pkgver=0.3.1
+pkgver=0.3.2
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=('c846a1e47406a914fd8c998b475f55775b148cd39c7025ee000f287431630d47')
+sha256sums=('5649f22384f8fb3889a333d96553740a6a52174e66448658fd07220453ac1cea')
build() {
cd "$srcdir/$pkgname-$pkgver"