summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09a88a071bc4..2aac96ff7974 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sysdweb
pkgdesc = Control systemd services through Web or REST API
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ogarcia/sysdweb
arch = any
license = GPL
@@ -9,6 +9,7 @@ pkgbase = sysdweb
depends = python-bottle
depends = python-dbus
depends = python-pam
+ depends = python-setuptools
depends = python-systemd
backup = etc/sysdweb.conf
source = https://github.com/ogarcia/sysdweb/archive/1.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 00fb0da74ab0..c6cb18ae9da3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=sysdweb
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Control systemd services through Web or REST API'
arch=('any')
url='https://github.com/ogarcia/sysdweb'
license=('GPL')
-depends=('python-bottle' 'python-dbus' 'python-pam' 'python-systemd')
+depends=('python-bottle' 'python-dbus' 'python-pam' 'python-setuptools' 'python-systemd')
makedepends=('python-setuptools')
backup=("etc/${pkgname}.conf")
source=("https://github.com/ogarcia/${pkgname}/archive/${pkgver}.tar.gz")