summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da5f40548c45..4353107ba47d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platypush
pkgdesc = Universal multi-platform command executor and automation manager
- pkgver = 0.13.2
+ pkgver = 0.13.3
pkgrel = 1
url = https://github.com/BlackLight/platypush
arch = any
@@ -26,8 +26,8 @@ pkgbase = platypush
optdepends = python-pyserial: Arduino/serial device support
conflicts = platypush-git
options = !strip
- source = platypush-0.13.2.tar.gz::https://github.com/BlackLight/platypush/archive/v0.13.2.tar.gz
- sha512sums = d78e39295f3ec70f475847115e4f9adb5cdebcb5af2ccd4ba84c99d97bd466725ac0f3bdc7bf7579cfa324376c4bf5735d4808b4007052ca1c635269003c39f4
+ source = platypush-0.13.3.tar.gz::https://github.com/BlackLight/platypush/archive/v0.13.3.tar.gz
+ sha512sums = 5569b75c38949c73f759f4a6e1dd249a4aa0dfe5d0e893859c166814efafc09dcda91b5b642cb9ba2b36dadda2119fca155281491428dfc9b27d940646a374b6
pkgname = platypush
diff --git a/PKGBUILD b/PKGBUILD
index db83ae33228d..5cec97bf3cb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio Manganiello <info@fabiomanganiello.com>
pkgname=platypush
-pkgver=0.13.2
+pkgver=0.13.3
pkgrel=1
pkgdesc="Universal multi-platform command executor and automation manager"
arch=('any')
@@ -18,7 +18,7 @@ optdepends=('python-paho-mqtt: MQTT integrations support'
conflicts=('platypush-git')
options=(!strip)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/BlackLight/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('d78e39295f3ec70f475847115e4f9adb5cdebcb5af2ccd4ba84c99d97bd466725ac0f3bdc7bf7579cfa324376c4bf5735d4808b4007052ca1c635269003c39f4')
+sha512sums=('5569b75c38949c73f759f4a6e1dd249a4aa0dfe5d0e893859c166814efafc09dcda91b5b642cb9ba2b36dadda2119fca155281491428dfc9b27d940646a374b6')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"