summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd967caad121..22ccb42aefa7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deltachat-cursed
pkgdesc = Delta Chat client for the command line
pkgver = 0.7.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/adbenitez/deltachat-cursed
arch = any
license = GPL
@@ -10,6 +10,7 @@ pkgbase = deltachat-cursed
depends = python-urwid_readline
depends = python-deltachat
depends = python-emoji
+ conflicts = git-delta
source = https://files.pythonhosted.org/packages/f1/46/5e1e4613b0fa6ccbca065825eb450a664a0c9e9409578bf08f1ae58db633/deltachat_cursed-0.7.2.tar.gz
sha256sums = 661cb8097314b86c74aafc7ae4e7e9bcdbb0b1ad3d757fc2bb27aad4c877cf1f
diff --git a/PKGBUILD b/PKGBUILD
index e47adf63dc02..7f95d600420c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname=deltachat-cursed
_module=deltachat_cursed
pkgver=0.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="Delta Chat client for the command line"
url="https://github.com/adbenitez/deltachat-cursed"
depends=(python-notify-py python-urwid_readline python-deltachat python-emoji)
makedepends=(python-setuptools)
+conflicts=(git-delta)
license=('GPL')
arch=('any')
source=("https://files.pythonhosted.org/packages/f1/46/5e1e4613b0fa6ccbca065825eb450a664a0c9e9409578bf08f1ae58db633/deltachat_cursed-${pkgver}.tar.gz")