summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76273d360680..d0ea26271eaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = reboot-arch-btw
pkgdesc = Check if you need to reboot due to an updated kernel
pkgver = 0.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rnestler/reboot-arch-btw
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = reboot-arch-btw
makedepends = rust
makedepends = cargo
depends = dbus
+ depends = xorg-xdpyinfo
replaces = kernel-updated
source = https://github.com/rnestler/reboot-arch-btw/archive/v0.1.3.tar.gz
sha256sums = e6c95594782f3e16c3b427b65d0c243f0f4faeb2d84788c7c6454946b2d9e518
diff --git a/PKGBUILD b/PKGBUILD
index fa2cb9b5e89f..6e6dfb1d0d76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=reboot-arch-btw
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
pkgdesc='Check if you need to reboot due to an updated kernel'
arch=('i686' 'x86_64')
url="https://github.com/rnestler/reboot-arch-btw"
license=('GPL3')
makedepends=('rust' 'cargo')
-depends=('dbus')
+depends=('dbus' 'xorg-xdpyinfo')
replaces=('kernel-updated')
source=("https://github.com/rnestler/reboot-arch-btw/archive/v${pkgver}.tar.gz")
sha256sums=('e6c95594782f3e16c3b427b65d0c243f0f4faeb2d84788c7c6454946b2d9e518')