summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')