summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler2022-09-17 12:33:42 +0200
committerRaphael Nestler2022-09-17 12:33:42 +0200
commita469ca559749624f52e0189cfcb3435cdbfe9ff7 (patch)
tree6d3c5f517e1f28bdfc94206bb9698d791f9af0ae
parentc801991281cbcfa9a72cc74fe2f72e27cd706d18 (diff)
downloadaur-a469ca559749624f52e0189cfcb3435cdbfe9ff7.tar.gz
Add 'pacman' as dependency
namcap showed an error about it being missing. Even if it doesn't make much sense since pacman is probably installed on every system trying to install this package ;)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9356fc58112a..b0b4e67bef4b 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.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rnestler/reboot-arch-btw
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = reboot-arch-btw
makedepends = cargo
depends = dbus
depends = xorg-xdpyinfo
+ depends = pacman>6
replaces = kernel-updated
source = https://github.com/rnestler/reboot-arch-btw/archive/v0.4.0.tar.gz
sha256sums = cd4ce993c6b7d4521c0efd735413dcd7e94d67530f58a7e6f9c56a1e530d4788
diff --git a/PKGBUILD b/PKGBUILD
index e9b49ab09f70..905ce16a62c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=reboot-arch-btw
pkgver=0.4.0
-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' 'xorg-xdpyinfo')
+depends=('dbus' 'xorg-xdpyinfo' 'pacman>6')
replaces=('kernel-updated')
source=("https://github.com/rnestler/reboot-arch-btw/archive/v${pkgver}.tar.gz")
sha256sums=('cd4ce993c6b7d4521c0efd735413dcd7e94d67530f58a7e6f9c56a1e530d4788')