summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler2019-12-09 21:34:21 +0100
committerRaphael Nestler2019-12-09 21:36:59 +0100
commit8f43a4ff0cd7bdd89a17e0061644c4e0f6da49e9 (patch)
tree554bb4e489fc612c88cc44f361d2266877a5a3b4
parenteb4603f783618f8a335e6fb9462d00ba36c527c4 (diff)
downloadaur-8f43a4ff0cd7bdd89a17e0061644c4e0f6da49e9.tar.gz
Update to 0.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcfcefe78760..76273d360680 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.1.2
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/rnestler/reboot-arch-btw
arch = i686
@@ -10,8 +10,8 @@ pkgbase = reboot-arch-btw
makedepends = cargo
depends = dbus
replaces = kernel-updated
- source = https://github.com/rnestler/reboot-arch-btw/archive/v0.1.2.tar.gz
- sha256sums = 64ba53fab74bfbf9befc4ea38fb96f065bef150487c9d158b6a21a6c57d7d9cd
+ source = https://github.com/rnestler/reboot-arch-btw/archive/v0.1.3.tar.gz
+ sha256sums = e6c95594782f3e16c3b427b65d0c243f0f4faeb2d84788c7c6454946b2d9e518
pkgname = reboot-arch-btw
diff --git a/PKGBUILD b/PKGBUILD
index 1e232c863a17..fa2cb9b5e89f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: rnestler
pkgname=reboot-arch-btw
-pkgver=0.1.2
+pkgver=0.1.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')
replaces=('kernel-updated')
source=("https://github.com/rnestler/reboot-arch-btw/archive/v${pkgver}.tar.gz")
-sha256sums=('64ba53fab74bfbf9befc4ea38fb96f065bef150487c9d158b6a21a6c57d7d9cd')
+sha256sums=('e6c95594782f3e16c3b427b65d0c243f0f4faeb2d84788c7c6454946b2d9e518')
build() {
cd "$srcdir/$pkgname-$pkgver"