summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcus Hoffmann2021-12-14 01:03:40 +0100
committerMarcus Hoffmann2021-12-14 01:03:40 +0100
commit27c568331586dd4418df1a6552fcd13dbc152619 (patch)
tree80d4677b423c3eddf41ba0efcc44fc66815941c2 /PKGBUILD
parent289e0d6ae881b052f7176ab5cb248f78d09d492f (diff)
downloadaur-27c568331586dd4418df1a6552fcd13dbc152619.tar.gz
update to 0.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 547a4bd60e1b..274b323834ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
_pkgname=matrix-reminder-bot
pkgname=python-matrix-reminder-bot
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=2
pkgdesc="Matrix bot to remind you about stuff."
url="https://github.com/anoadragon453/matrix-reminder-bot"
depends=('python' 'python-matrix-nio' 'python-markdown' 'python-yaml'
- 'python-dateparser' 'python-readabledelta' 'python-apscheduler' 'python-pytz')
+ 'python-dateparser' 'python-readabledelta' 'python-apscheduler' 'python-pytz'
+ 'python-arrow' 'python-pretty-cron')
makedepends=('python-setuptools')
optdepends=('python-psycopg2')
license=('Apache')
@@ -16,7 +17,7 @@ backup=('etc/matrix-reminder-bot/config.yaml')
source=("https://github.com/anoadragon453/${_pkgname}/archive/v${pkgver}.tar.gz"
"matrix-reminder-bot.service")
-sha256sums=('bf346bdf5dfa17219f0cc06c24751404e4d0e0dbcc9a41391c87145032df45b5'
+sha256sums=('4cc8372e5ca5f814f0a71b2fa1cf28155475542da0e70b523b5bc85aaf1ef295'
'ed58a6cb4c10418dfd32a306eba2a22909858881c2bb73eb49cbf7ecaad7bf7e')
build() {