summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio Manganiello2021-02-27 15:11:45 +0100
committerFabio Manganiello2021-02-27 15:11:45 +0100
commitbd191500bc0d430ae10452ad2a5614e4272dba29 (patch)
tree0983e5c4a0e353b43d113d3117f05e22413ae30b /PKGBUILD
parente1498b7b225eb985f9b624197dce43e0d0fb7486 (diff)
downloadaur-bd191500bc0d430ae10452ad2a5614e4272dba29.tar.gz
[Automatic] Package update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d3aaf23bda9..e45c3655a8de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio Manganiello <info@fabiomanganiello.com>
pkgname=platypush
-pkgver=0.20.0
+pkgver=0.20.1
pkgrel=1
pkgdesc="Universal multi-platform command executor and automation manager"
arch=('any')
@@ -15,7 +15,7 @@ optdepends=('python-paho-mqtt: MQTT integrations support'
'python-pyserial: Arduino/serial device support')
options=(!strip)
source=("${pkgname}-v${pkgver}.tar.gz::https://git.platypush.tech/${pkgname}/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
-sha512sums=('8fb6037bd57a971e92fd93d8886653af525b4a009413cd8c9ec0a8a33ada625b7feb956eba5f2a5bb8664dde9e26de77e4546fd9a38e52c7496c76decc60ae7f')
+sha512sums=('9452eee68363394b126ea71f502569e4f3c8c911bc3f207aed0a322baf7ca25d15dfcd88ecc92707b83829e83739b9c440b20153ee7af9006d47c9ce5d860582')
package() {
cd "${srcdir}/${pkgname}-v${pkgver}"