summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b7e006367cb..5d74cbdaff9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=platypush
pkgname=${_pkgname}-git
-pkgver=0.13.5.r0.e9d4ed39
+pkgver=0.13.5.r0.8a1f49a9
pkgrel=1
pkgdesc="Universal multi-platform command executor and automation manager"
arch=('any')
@@ -19,7 +19,7 @@ optdepends=('python-paho-mqtt: MQTT integrations support'
conflicts=('platypush')
options=(!strip)
source=("${_pkgname}.tar.gz::https://github.com/BlackLight/${_pkgname}/archive/master.tar.gz")
-sha512sums=('f4b097ac75a29dd6142f61bd93968f88447528c49ccac6b3fec9be0c19e8d90feb7b88c6a7ee6693560ef22e81d36844b8043ef786168be029d3a97c756a738a')
+sha512sums=('cda0d2178421672469ea97f1c8f0cae9a728aaf0b91ef967418de8325c494039d274bf480e0ea19ec998ef883f20e9f1a911ed73d144f51e126e3fb45ead252e')
package() {
cd "${srcdir}/${_pkgname}-master"