summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2021-08-18 21:09:02 +0200
committerHugo Osvaldo Barrera2021-08-18 21:09:02 +0200
commit4520cad39343ec27a6cb73a5c009e031eb0ab12a (patch)
tree4e60dd037927f9c589bbf536bf85df5c80b0fc2f
parenta482bedda2888e0a982ae81ca410afd175cbefbd (diff)
downloadaur-4520cad39343ec27a6cb73a5c009e031eb0ab12a.tar.gz
Add missing runtime dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a40574c4ab0a..13182cf54d16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = systemd-autoreload
pkgdesc = Automatically reload systemd --user unit files
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://git.sr.ht/~whynothugo/systemd-autoreload
arch = x86_64
arch = aarch64
license = ISC
makedepends = git
makedepends = rust
+ depends = systemd
source = git+https://git.sr.ht/~whynothugo/systemd-autoreload
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 997b3d35a954..30a6eb9b4031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=systemd-autoreload
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Automatically reload systemd --user unit files"
url="https://git.sr.ht/~whynothugo/systemd-autoreload"
license=("ISC")
arch=("x86_64" "aarch64")
makedepends=("git" "rust")
+depends=("systemd")
source=("git+https://git.sr.ht/~whynothugo/systemd-autoreload")
sha256sums=('SKIP')