summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c62176a1b1ed..73e6f6b3cde7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Evan Zhang <aur AT evanzhang.ca>
pkgname=abeluna
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.1.3
+pkgrel=3
pkgdesc="A simple GUI to-do/task manager with CalDAV support."
arch=('any')
url="https://github.com/Ninjaclasher/abeluna"
@@ -10,7 +10,7 @@ license=('AGPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/Ninjaclasher/abeluna/archive/"$pkgver".tar.gz
)
-md5sums=('cabdc8ea1a9dbb3ba954852bcc36e16c')
+md5sums=('827551c077177933ddfef0c4baeae5ed')
depends=(
'python-gobject'
'python-humanize'
@@ -18,6 +18,7 @@ depends=(
'python-caldav'
'libnotify'
'python-setuptools'
+ 'python-tzlocal'
)
package() {
cd "${srcdir}/${pkgname}-${pkgver}" || exit 2