summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-12-18 11:41:24 +0100
committerHans-Nikolai Viessmann2019-12-18 11:41:24 +0100
commitf1e7937e3e2547df343ba6880b6072af7cc86678 (patch)
treec19f13a627b9786c9c551276b3151353d99dbf6e /PKGBUILD
parentb63b1731165db8aefe66b329a174668d8a28ece2 (diff)
downloadaur-physlock-git.tar.gz
add missing systemd-lib dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af32b54c8cf7..2a9e8fd8d831 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=physlock-git
_pkgname='physlock'
pkgver=v13.r5.g4541222
-pkgrel=1
+pkgrel=2
pkgdesc="lightweight linux console locking tool"
arch=('x86_64')
license=('GPL')
url="https://github.com/muennich/physlock"
-depends=('pam')
+depends=('pam' 'systemd-libs')
makedepends=('git')
provides=('physlock')
conflicts=('physlock')