summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brox2023-07-18 14:24:08 +0200
committerTobias Brox2023-07-18 14:24:08 +0200
commit948718e015c5400001c8fdc345f3a3fa40d5818c (patch)
tree4ece917f9a6bf977acd33d123e1480f38ca65c0a
parent8d513b6e0a754cb87e64f7a702c09dc14015ea3a (diff)
downloadaur-948718e015c5400001c8fdc345f3a3fa40d5818c.tar.gz
releasing 1.0. Will this work? Long time since I was playing with PKGBUILD-files ...
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a13c7cd3b905..5d8e72577218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,18 @@
# Maintainer: Tobias Brox <t-arch@tobixen.no>
pkgname=calendar-cli
_name=${pkgname#python-}
-pkgver=0.14.1
+pkgver=1.0.1
pkgrel=1
pkgdesc="calendar-cli is a caldav client for calendar and task management"
url="https://github.com/tobixen/calendar-cli"
arch=('any')
license=('GPL')
-depends=('python' 'python-caldav>=0.11.0' 'python-icalendar' 'python-pytz' 'python-vobject' 'python-tzlocal' 'python-six')
+depends=('python' 'python-caldav' 'python-icalendar' 'python-pytz' 'python-vobject' 'python-tzlocal' 'python-six')
+makedepends=('python-build'
+ 'python-installer'
+ 'python-pytest'
+ 'python-setuptools'
+ 'python-wheel')
source=("https://github.com/tobixen/$pkgname/archive/v$pkgver.tar.gz")
@@ -27,4 +32,4 @@ package() {
}
-sha256sums=('d4630c2b8947b576b1d5cc0b466ef1d88e1cc79239fc097cebd598e0544c48c2')
+sha256sums=('92555b8fd853008a570dcbb9591e7416fd744703b5e02da8acac92e4cbe69f3e')