summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Arnott2020-04-27 07:43:53 +0000
committerColin Arnott2020-04-27 07:43:53 +0000
commit609c86414740653ac2cfff35b9d4ed59edff856a (patch)
tree9b48bdd63c751b503a7dcdc5666cc1ec1134e3ab
parentfaeb9c8396d78f7239a87dc0282760f45b262808 (diff)
downloadaur-609c86414740653ac2cfff35b9d4ed59edff856a.tar.gz
0.9.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab4225810fe8..5a1a85de317c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Dec 29 06:05:54 UTC 2017
pkgbase = sucks
pkgdesc = Simple command-line script for the Ecovacs series of robot vacuums
- pkgver = 0.8.4
+ pkgver = 0.9.4
pkgrel = 1
url = https://github.com/wpietri/sucks
arch = any
@@ -18,8 +16,8 @@ pkgbase = sucks
depends = python-pytest-mock
depends = python-stringcase
optdepends = bash-completion
- source = https://github.com/wpietri/sucks/archive/v0.8.4.tar.gz
- sha512sums = c5f5b429d5f9fe7dcccdd8e1d1d0589250336fde11d51d5e2093da97eda8bd0176c5e6e8db1acdd73c358eeb4ae635e2137aa3b1c98b78e28bc3e656cf91e348
+ source = https://github.com/wpietri/sucks/archive/v0.9.4.tar.gz
+ sha512sums = 5e0f7471ff55cf97739e17ec36e0c24e20886f29c3128300b6feac73993806753d333ed49a1591201e45497e32a1204b36a5c7f78af7b71607ba7b36294622dc
pkgname = sucks
diff --git a/PKGBUILD b/PKGBUILD
index 9d933188f9cd..6b19f33db794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Arnott <colin@urandom.co.uk>
pkgname=sucks
-pkgver=0.8.4
+pkgver=0.9.4
pkgrel=1
pkgdesc="Simple command-line script for the Ecovacs series of robot vacuums"
arch=(any)
@@ -11,7 +11,7 @@ depends=('python' 'python-sleekxmpp' 'python-click' 'python-requests' 'python-py
checkdepends=('python-nose' 'python-requests-mock')
optdepends=('bash-completion')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('c5f5b429d5f9fe7dcccdd8e1d1d0589250336fde11d51d5e2093da97eda8bd0176c5e6e8db1acdd73c358eeb4ae635e2137aa3b1c98b78e28bc3e656cf91e348')
+sha512sums=('5e0f7471ff55cf97739e17ec36e0c24e20886f29c3128300b6feac73993806753d333ed49a1591201e45497e32a1204b36a5c7f78af7b71607ba7b36294622dc')
build() {
cd $pkgname-$pkgver