summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthias Van Gestel2020-11-07 06:43:32 +0100
committerMatthias Van Gestel2020-11-07 06:43:32 +0100
commitbc08e0fbe7db21b3f47feb42fe664dd24f3ab236 (patch)
tree333e6caf0a54cf06310d10807ba2b03cb3eb5c50 /PKGBUILD
parentc42fda5334498284bd051b5a011981aec6f1b851 (diff)
downloadaur-bc08e0fbe7db21b3f47feb42fe664dd24f3ab236.tar.gz
Update for libusermngt
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0185609dd541..fe31b32d2aa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: fenrig <fenrig.linux at outlook.com>
pkgname=libpcb-git
pkgver=0.1.2.r0.gaebfbc1
-pkgrel=3
+pkgrel=4
pkgdesc="Library providing common functionality to the PCB ecosystem"
arch=('any')
url="https://gitlab.com/soft.at.home/pcb/libpcb.git"
@@ -10,6 +10,7 @@ license=('MIT')
depends=(
'libsahtrace'
'openssl'
+ 'libusermngt'
)
makedepends=(
'sah_components_config'