summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-03-10 19:53:34 -0600
committerLuis Martinez2022-03-10 19:53:34 -0600
commitaa638aa54c6ea2457fba19243435ade48da08569 (patch)
treede4997b5fc328a151f564e180dbdfa58178cc503
parent484312f68bf1bddb66fd1b3bdfabb9a0bc0cf7a3 (diff)
downloadaur-aa638aa54c6ea2457fba19243435ade48da08569.tar.gz
add missing dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d4590424021..3b27569bd8bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = little-brother
pkgdesc = Parental controls for children
pkgver = 0.4.19
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/marcus67/little_brother
changelog = CHANGES.md
arch = any
@@ -29,6 +29,8 @@ pkgbase = little-brother
depends = python-humanize
depends = python-base-app
depends = python-some-flask-helpers
+ depends = python-ldap
+ depends = python-distro
source = little-brother-0.4.19.tar.gz::https://github.com/marcus67/little_brother/archive/0.4.19.tar.gz
source = little-brother.sysusers
sha256sums = dbfe9fefe4a9fb9c179042672239f214d1235b4bf2f318fcb66954e493d5713e
diff --git a/PKGBUILD b/PKGBUILD
index aabb1d57b46d..10b8796d35b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=little-brother
pkgver=0.4.19
-pkgrel=2
+pkgrel=3
pkgdesc="Parental controls for children"
arch=('any')
url='https://github.com/marcus67/little_brother'
@@ -27,7 +27,9 @@ depends=(
'python-prometheus_client'
'python-humanize'
'python-base-app'
- 'python-some-flask-helpers')
+ 'python-some-flask-helpers'
+ 'python-ldap'
+ 'python-distro')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
changelog=CHANGES.md
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"