summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent6761d0c65cdcddba7caf9413b2e9c700d4380c0b (diff)
downloadaur-e574f7ddc23dc9407b6b4c6e80565f18f2407441.tar.gz
Updated to 1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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}"