summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67ae4fccf093..16a58625aa2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = platypush
pkgdesc = Universal multi-platform command executor and automation manager
pkgver = 0.50.3
- pkgrel = 5
+ pkgrel = 7
url = https://git.platypush.tech/platypush/platypush
arch = any
license = MIT
depends = python
depends = python-alembic
- depends = python-bcrypt
depends = python-croniter
depends = python-dateutil
depends = python-docutils
@@ -95,6 +94,8 @@ pkgbase = platypush
optdepends = python-weasyprint: PDF generation support
optdepends = pyzbar: QR code and barcodes integration
optdepends = youtube-dl: Support for downloading/streaming YouTube videos, as well as other video platforms
+ provides = platypush
+ conflicts = platypush-git
options = !strip
source = v0.50.3.tar.gz::https://git.platypush.tech/platypush/platypush/archive/v0.50.3.tar.gz
sha512sums = 700b585367386cdb1043140ffffed576836d2327aec40db983ee46246e319328670207bb9702dd3b477a42654654d6a5d90e5395efe9f7fc2a91109f9bf92829
diff --git a/PKGBUILD b/PKGBUILD
index 036d8ecf3423..0784932bc1da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=platypush
pkgver=0.50.3
-pkgrel=5
+pkgrel=7
pkgdesc="Universal multi-platform command executor and automation manager"
arch=('any')
license=('MIT')
@@ -10,7 +10,6 @@ url="https://git.platypush.tech/platypush/platypush"
depends=(
'python'
'python-alembic'
- 'python-bcrypt'
'python-croniter'
'python-dateutil'
'python-docutils'
@@ -103,6 +102,8 @@ optdepends=(
'youtube-dl: Support for downloading/streaming YouTube videos, as well as other video platforms'
)
+conflicts=("${pkgname}-git")
+provides=('platypush')
options=(!strip)
source=("v${pkgver}.tar.gz::https://git.platypush.tech/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
sha512sums=('700b585367386cdb1043140ffffed576836d2327aec40db983ee46246e319328670207bb9702dd3b477a42654654d6a5d90e5395efe9f7fc2a91109f9bf92829')