summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Nasibulin2022-12-30 17:58:19 +0800
committerAleksey Nasibulin2022-12-30 17:58:19 +0800
commit0af94812889bf4aa4781640fbdbaa5b3970a732e (patch)
treeda7702db9939660d457619a831182c27e18abd85
parent0795f13b35e0b6ce573880a0e232b53ecde9a290 (diff)
downloadaur-0af94812889bf4aa4781640fbdbaa5b3970a732e.tar.gz
add optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32bbfda90506..490f0d2581b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = admc-git
pkgdesc = Active Directory Management Center, replacement of RSAT
pkgver = r3560.5cc7bbb0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/altlinux/admc
arch = x86_64
license = GPL3
@@ -13,6 +13,7 @@ pkgbase = admc-git
depends = libldap
depends = krb5
depends = util-linux
+ optdepends = gpui: group policies support
provides = admc
conflicts = admc
source = git+https://github.com/altlinux/admc.git
diff --git a/PKGBUILD b/PKGBUILD
index c5babb64d02f..fa4d075f036b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://github.com/altlinux/admc"
license=('GPL3')
depends=('samba' 'qt5-base' 'libldap' 'krb5' 'util-linux')
makedepends=('git' 'cmake' 'qt5-tools')
+optdepends=('gpui: group policies support')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+https://github.com/altlinux/${_pkgname}.git")