summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2aac96ff7974..df5f7864e32f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sysdweb
pkgdesc = Control systemd services through Web or REST API
- pkgver = 1.1
- pkgrel = 2
+ pkgver = 1.1.2
+ pkgrel = 1
url = https://github.com/ogarcia/sysdweb
arch = any
license = GPL
@@ -12,8 +12,8 @@ pkgbase = sysdweb
depends = python-setuptools
depends = python-systemd
backup = etc/sysdweb.conf
- source = https://github.com/ogarcia/sysdweb/archive/1.1.tar.gz
- sha256sums = b18d1d22fe6ac5a46f2185b796a7d2d71cdb6e3e38b20d42ede4739bfadcd693
+ source = https://github.com/ogarcia/sysdweb/archive/1.1.2.tar.gz
+ sha256sums = b21a159c67e1de312682946bf4fa60c23375e58a91aed134bc8ef5283475f871
pkgname = sysdweb
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}"