summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÓscar García Amor2016-11-20 13:58:45 +0100
committerÓscar García Amor2016-11-20 13:58:45 +0100
commit96ea8cf0ced077848488848d7a38bd328fa4eb61 (patch)
treef30625e4eefe27737db107fdcdff3fdf6adbf8d4 /PKGBUILD
parenteac01ceb84310222e07257bc0b40f8431021b5fa (diff)
downloadaur-96ea8cf0ced077848488848d7a38bd328fa4eb61.tar.gz
Updated to 0.2-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9eda3aac24f7..0e6d34848c2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=sysdweb
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc='Control systemd services through Web or REST API'
arch=('any')
url='https://github.com/ogarcia/sysdweb'
license=('GPL')
depends=('python-bottle' 'python-dbus')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools')
backup=("etc/${pkgname}.conf")
source=("https://github.com/ogarcia/${pkgname}/archive/${pkgver}.tar.gz"
"${pkgname}.patch")
-sha256sums=('77eeb41ece4b41ef440bfa49d8a488ace4d60c51df85461fa362ff98c444aa8f'
+sha256sums=('754c9824c56611ff930256c3e230315bf2c59125f56a1dce45b7cccb6b62ed4f'
'14764eebefa1a1037f915033cc3523a9140cd5066287315c8997cde5551a0148')
prepare() {