summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Manganiello2021-09-22 00:37:17 +0200
committerFabio Manganiello2021-09-22 00:37:17 +0200
commit3643b807e3cbfa918b2677547e1179fed246fd7b (patch)
tree71125e2397bb16a5acd824db0ce71a4a1d6ad610
parent029bdc2c351975bd39f35624ea45ebe81359b7e0 (diff)
downloadaur-3643b807e3cbfa918b2677547e1179fed246fd7b.tar.gz
[Automatic] Package updated
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a07db8113fb..25dd1a375035 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platypush-git
pkgdesc = Universal multi-platform command executor and automation manager
- pkgver = 0.22.0.r0.f147c44a
+ pkgver = 0.22.1.r0.cb0638fe
pkgrel = 1
url = https://git.platypush.tech/platypush/platypush
arch = any
@@ -35,6 +35,6 @@ pkgbase = platypush-git
conflicts = platypush
options = !strip
source = platypush.tar.gz::https://git.platypush.tech/platypush/platypush/-/archive/master/platypush-master.tar.gz
- sha512sums = 9c0bf36ace86fa96c2dbfe4d18d2d5af90733dbf75f27f46fb9f579f2c2e6e4a91d5f1931c2a506be1e5954af4858c34f6e21fd27d435b09e69435be3dd944cc
+ sha512sums = 988b7e94e3ef7c2aa8f817e9124f7fbd3fac70ec65b9a4a29e72668305b47743d9c6ee145f588adab3ee2c6ddb2ab31f88e18c1fec47dd8b710a95726b897e04
pkgname = platypush-git
diff --git a/PKGBUILD b/PKGBUILD
index 78e46a961d58..669a52fa9f7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio Manganiello <info@fabiomanganiello.com>
pkgname=platypush-git
-pkgver=0.22.0.r0.f147c44a
+pkgver=0.22.1.r0.cb0638fe
pkgrel=1
pkgdesc="Universal multi-platform command executor and automation manager"
arch=('any')
@@ -19,7 +19,7 @@ conflicts=('platypush')
provides=('platypush')
options=(!strip)
source=("platypush.tar.gz::https://git.platypush.tech/platypush/platypush/-/archive/master/platypush-master.tar.gz")
-sha512sums=('9c0bf36ace86fa96c2dbfe4d18d2d5af90733dbf75f27f46fb9f579f2c2e6e4a91d5f1931c2a506be1e5954af4858c34f6e21fd27d435b09e69435be3dd944cc')
+sha512sums=('988b7e94e3ef7c2aa8f817e9124f7fbd3fac70ec65b9a4a29e72668305b47743d9c6ee145f588adab3ee2c6ddb2ab31f88e18c1fec47dd8b710a95726b897e04')
package() {
cd "${srcdir}/platypush-master"