summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Manganiello2020-07-25 01:22:24 +0200
committerFabio Manganiello2020-07-25 01:22:24 +0200
commitd3dc14a7d83ff5be4a14b013b1cb0f873091feef (patch)
tree2f9d7d72125c185b3767d4d1f00be8a18dc03af1
parent643196b1d55e0d5acc63ca9617b0c56cece4c1e6 (diff)
downloadaur-d3dc14a7d83ff5be4a14b013b1cb0f873091feef.tar.gz
platypush should conflict with platypush-git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f69a2adef57..856e74367a69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,6 +24,7 @@ pkgbase = platypush
optdepends = python-paramiko: SSH support
optdepends = python-croniter: Platypush cron support
optdepends = python-pyserial: Arduino/serial device support
+ conflicts = platypush-git
options = !strip
source = platypush-0.12.10.tar.gz::https://github.com/BlackLight/platypush/archive/v0.12.10.tar.gz
sha512sums = 9e9c0c2450695c0f6fb00cdeb54c02fa952dca74544be40134cd6b78c994beadc223b1ae59952bb88d155fe265caa3a9ba554852f09a04e85c3cb99a754bb456
diff --git a/PKGBUILD b/PKGBUILD
index c19a00c581a6..658c3c0b037d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ optdepends=('python-paho-mqtt: MQTT integrations support'
'python-paramiko: SSH support'
'python-croniter: Platypush cron support'
'python-pyserial: Arduino/serial device support')
+conflicts=('platypush-git')
options=(!strip)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/BlackLight/${pkgname}/archive/v${pkgver}.tar.gz")
sha512sums=('9e9c0c2450695c0f6fb00cdeb54c02fa952dca74544be40134cd6b78c994beadc223b1ae59952bb88d155fe265caa3a9ba554852f09a04e85c3cb99a754bb456')