summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2017-06-29 17:05:55 +0200
committerÓscar García Amor2017-06-29 17:05:55 +0200
commite574f7ddc23dc9407b6b4c6e80565f18f2407441 (patch)
treebc6ed1b38cff9c5b7ca5c410692862ddd97d8f2a
parent6761d0c65cdcddba7caf9413b2e9c700d4380c0b (diff)
downloadaur-e574f7ddc23dc9407b6b4c6e80565f18f2407441.tar.gz
Updated to 1.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d0e55854962..09a88a071bc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = sysdweb
pkgdesc = Control systemd services through Web or REST API
- pkgver = 1.0
- pkgrel = 2
+ pkgver = 1.1
+ pkgrel = 1
url = https://github.com/ogarcia/sysdweb
arch = any
license = GPL
makedepends = python-setuptools
depends = python-bottle
depends = python-dbus
+ depends = python-pam
depends = python-systemd
backup = etc/sysdweb.conf
- source = https://github.com/ogarcia/sysdweb/archive/1.0.tar.gz
- sha256sums = 9ce4f870703761345f7117eee3e8f395ebf81d4192c2ce121610a65c6c188b0f
+ source = https://github.com/ogarcia/sysdweb/archive/1.1.tar.gz
+ sha256sums = b18d1d22fe6ac5a46f2185b796a7d2d71cdb6e3e38b20d42ede4739bfadcd693
pkgname = sysdweb
diff --git a/PKGBUILD b/PKGBUILD
index 1132ad3e0083..00fb0da74ab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=sysdweb
-pkgver=1.0
-pkgrel=2
+pkgver=1.1
+pkgrel=1
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-systemd')
+depends=('python-bottle' 'python-dbus' 'python-pam' 'python-systemd')
makedepends=('python-setuptools')
backup=("etc/${pkgname}.conf")
source=("https://github.com/ogarcia/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('9ce4f870703761345f7117eee3e8f395ebf81d4192c2ce121610a65c6c188b0f')
+sha256sums=('b18d1d22fe6ac5a46f2185b796a7d2d71cdb6e3e38b20d42ede4739bfadcd693')
package() {
cd "${pkgname}-${pkgver}"