summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÓscar García Amor2018-02-28 14:26:12 +0100
committerÓscar García Amor2018-02-28 14:26:12 +0100
commit7f013192ab2ce824fe966634dade0df8e5392539 (patch)
treecf0879d2a73f5bec19ac92d9f24ad99a0270781a /PKGBUILD
parent99657afdea19653feca3b504b37fd92b17f759e7 (diff)
downloadaur-7f013192ab2ce824fe966634dade0df8e5392539.tar.gz
Updated to 1.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6cb18ae9da3..e7ff334c8822 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=sysdweb
-pkgver=1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
pkgdesc='Control systemd services through Web or REST API'
arch=('any')
url='https://github.com/ogarcia/sysdweb'
@@ -11,7 +11,7 @@ depends=('python-bottle' 'python-dbus' 'python-pam' 'python-setuptools' 'python-
makedepends=('python-setuptools')
backup=("etc/${pkgname}.conf")
source=("https://github.com/ogarcia/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('b18d1d22fe6ac5a46f2185b796a7d2d71cdb6e3e38b20d42ede4739bfadcd693')
+sha256sums=('b21a159c67e1de312682946bf4fa60c23375e58a91aed134bc8ef5283475f871')
package() {
cd "${pkgname}-${pkgver}"