summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler2022-01-17 16:40:44 +0100
committerRaphael Nestler2022-01-17 16:40:44 +0100
commit11b408357f40153abf7aff738381a0e4f6530293 (patch)
tree779900e81b8c6a6f89f0267900bc9008aaa502ac
parent2b76b6bbdad82848921b93068c4b503681fe62d4 (diff)
downloadaur-11b408357f40153abf7aff738381a0e4f6530293.tar.gz
Update to version 0.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a43009886e0..e16c0e5bbc08 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.2
+ pkgver = 0.3.3
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.2.tar.gz
- sha256sums = 5649f22384f8fb3889a333d96553740a6a52174e66448658fd07220453ac1cea
+ source = https://github.com/rnestler/reboot-arch-btw/archive/v0.3.3.tar.gz
+ sha256sums = a3f7911c1551c3f04c34da3660f9d94ba505a94319e89d95698e61ba4b37d241
pkgname = reboot-arch-btw
diff --git a/PKGBUILD b/PKGBUILD
index 9862f5715ecf..f2293e171cdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: rnestler
pkgname=reboot-arch-btw
-pkgver=0.3.2
+pkgver=0.3.3
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=('5649f22384f8fb3889a333d96553740a6a52174e66448658fd07220453ac1cea')
+sha256sums=('a3f7911c1551c3f04c34da3660f9d94ba505a94319e89d95698e61ba4b37d241')
build() {
cd "$srcdir/$pkgname-$pkgver"