summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2022-10-28 00:19:37 +0200
committerJose Riha2022-10-28 00:19:37 +0200
commita5a43430441bf77c508a9cc9ddf69e8a8f1729c2 (patch)
treeda722920554f82437205e0ca3a1a29c7d940df38
parentf4adc3f679d73a17a3695563bd39d039eebb4f29 (diff)
downloadaur-a5a43430441bf77c508a9cc9ddf69e8a8f1729c2.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ed84383f4b9..cd967caad121 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deltachat-cursed
pkgdesc = Delta Chat client for the command line
- pkgver = 0.3.1
+ pkgver = 0.7.2
pkgrel = 1
url = https://github.com/adbenitez/deltachat-cursed
arch = any
@@ -9,10 +9,12 @@ pkgbase = deltachat-cursed
depends = python-notify-py
depends = python-urwid_readline
depends = python-deltachat
- source = https://files.pythonhosted.org/packages/b1/9a/9673391edf2c1dab39f9551eba312740601a9076468893df6286660cf28a/deltachat_cursed-0.3.1.tar.gz
- sha256sums = e8bd2526fb7867a2afd4aa5baf20e54b92cd21e6a2184ec739a19466c4e60213
+ depends = python-emoji
+ source = https://files.pythonhosted.org/packages/f1/46/5e1e4613b0fa6ccbca065825eb450a664a0c9e9409578bf08f1ae58db633/deltachat_cursed-0.7.2.tar.gz
+ sha256sums = 661cb8097314b86c74aafc7ae4e7e9bcdbb0b1ad3d757fc2bb27aad4c877cf1f
pkgname = deltachat-cursed
depends = python-notify-py
depends = python-urwid_readline
depends = python-deltachat
+ depends = python-emoji
diff --git a/PKGBUILD b/PKGBUILD
index 2b47b0c95110..e47adf63dc02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=deltachat-cursed
_module=deltachat_cursed
-pkgver=0.3.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="Delta Chat client for the command line"
url="https://github.com/adbenitez/deltachat-cursed"
-depends=(python-notify-py python-urwid_readline python-deltachat)
+depends=(python-notify-py python-urwid_readline python-deltachat python-emoji)
makedepends=(python-setuptools)
license=('GPL')
arch=('any')
-source=("https://files.pythonhosted.org/packages/b1/9a/9673391edf2c1dab39f9551eba312740601a9076468893df6286660cf28a/deltachat_cursed-${pkgver}.tar.gz")
-sha256sums=('e8bd2526fb7867a2afd4aa5baf20e54b92cd21e6a2184ec739a19466c4e60213')
+source=("https://files.pythonhosted.org/packages/f1/46/5e1e4613b0fa6ccbca065825eb450a664a0c9e9409578bf08f1ae58db633/deltachat_cursed-${pkgver}.tar.gz")
+sha256sums=('661cb8097314b86c74aafc7ae4e7e9bcdbb0b1ad3d757fc2bb27aad4c877cf1f')
build() {
cd "${srcdir}/${_module}-${pkgver}"