summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Manganiello2020-09-29 15:59:05 +0200
committerFabio Manganiello2020-09-29 15:59:05 +0200
commit8484343c4a69161a773f692d333de0d7fe636d19 (patch)
treeb8cf62c1120caf3ad787ed3524e032b8ecb86a2c
parente5373d2b37c178d6cdd4fa6bcc97c7873455a5b9 (diff)
downloadaur-8484343c4a69161a773f692d333de0d7fe636d19.tar.gz
[Automatic] Package update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf6c0250846d..7216407c9085 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platypush-git
pkgdesc = Universal multi-platform command executor and automation manager
- pkgver = 0.13.6.r0.9e6c40d3
+ pkgver = 0.13.6.r0.7947c103
pkgrel = 1
url = https://github.com/BlackLight/platypush
arch = any
@@ -29,7 +29,7 @@ pkgbase = platypush-git
conflicts = platypush
options = !strip
source = platypush.tar.gz::https://github.com/BlackLight/platypush/archive/master.tar.gz
- sha512sums = 5e0a038070d6e3fa64ae8f37249bfbf268e24ffbc27666f92438864c1e9b3f3a2ca50f1f331a17dc3e57cf40e20d6d31c34331a8093b181886dabd842afcf6b3
+ sha512sums = 6ccd884326192558deda661b927690639af2bcc0b940f1c025bdd90063f20c5953b6c49b60644dde2ce4145c2cbf2682729665a8fb48c7c47ef8f42296511144
pkgname = platypush-git
diff --git a/PKGBUILD b/PKGBUILD
index 4032f6fe9b41..978160efb5b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=platypush
pkgname=${_pkgname}-git
-pkgver=0.13.6.r0.9e6c40d3
+pkgver=0.13.6.r0.7947c103
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=('5e0a038070d6e3fa64ae8f37249bfbf268e24ffbc27666f92438864c1e9b3f3a2ca50f1f331a17dc3e57cf40e20d6d31c34331a8093b181886dabd842afcf6b3')
+sha512sums=('6ccd884326192558deda661b927690639af2bcc0b940f1c025bdd90063f20c5953b6c49b60644dde2ce4145c2cbf2682729665a8fb48c7c47ef8f42296511144')
package() {
cd "${srcdir}/${_pkgname}-master"