summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2016-06-18 17:30:35 +0200
committerFederico Di Pierro2016-06-18 17:30:35 +0200
commit3ccfd465b8c1e7b20eb210a3629391d901d243cd (patch)
tree157007334d908796acee42e53a298fb80180a32b
parent5eac288968a327725f105d7d31a1b787b924dafc (diff)
downloadaur-3ccfd465b8c1e7b20eb210a3629391d901d243cd.tar.gz
fixed deps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ce71378aa1d..95529d4f9171 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = systemd-boot-pacman-hook
pkgrel = 1
arch = any
license = GPL
+ depends = systemd
source = systemd-boot.hook
md5sums = 29f602ed5702c18f68eb7c2d293af04f
diff --git a/PKGBUILD b/PKGBUILD
index c8ce559e8670..34643ced0476 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgrel=1
pkgdesc="Pacman hook to upgrade systemd-boot after systemd upgrade."
arch=("any")
license=("GPL")
+depends=('systemd')
source=(systemd-boot.hook)
md5sums=("29f602ed5702c18f68eb7c2d293af04f")