summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2016-11-19 16:23:24 +0100
committerÓscar García Amor2016-11-19 16:23:24 +0100
commiteac01ceb84310222e07257bc0b40f8431021b5fa (patch)
tree46037c3104b246e948e23e28b13fcb005924a839
parent0eb6608526de1eda1f1089dfbdd2c09d1f666301 (diff)
downloadaur-eac01ceb84310222e07257bc0b40f8431021b5fa.tar.gz
Updated to 0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89729607de85..694594c0dd2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sysdweb
pkgdesc = Control systemd services through Web or REST API
- pkgver = 0.1
+ pkgver = 0.2
pkgrel = 1
url = https://github.com/ogarcia/sysdweb
arch = any
@@ -10,8 +10,10 @@ pkgbase = sysdweb
depends = python-bottle
depends = python-dbus
backup = etc/sysdweb.conf
- source = https://github.com/ogarcia/sysdweb/archive/0.1.tar.gz
- sha256sums = d780c5628b0d8bf671681d0291b98e9faa0a45ee2f18629d071557e9b8c7334f
+ source = https://github.com/ogarcia/sysdweb/archive/0.2.tar.gz
+ source = sysdweb.patch
+ sha256sums = 77eeb41ece4b41ef440bfa49d8a488ace4d60c51df85461fa362ff98c444aa8f
+ sha256sums = 14764eebefa1a1037f915033cc3523a9140cd5066287315c8997cde5551a0148
pkgname = sysdweb
diff --git a/PKGBUILD b/PKGBUILD
index 36b03d827d69..9eda3aac24f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=sysdweb
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc='Control systemd services through Web or REST API'
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python2-setuptools')
backup=("etc/${pkgname}.conf")
source=("https://github.com/ogarcia/${pkgname}/archive/${pkgver}.tar.gz"
"${pkgname}.patch")
-sha256sums=('d780c5628b0d8bf671681d0291b98e9faa0a45ee2f18629d071557e9b8c7334f'
+sha256sums=('77eeb41ece4b41ef440bfa49d8a488ace4d60c51df85461fa362ff98c444aa8f'
'14764eebefa1a1037f915033cc3523a9140cd5066287315c8997cde5551a0148')
prepare() {