aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYngve Levinsen2023-03-15 10:21:42 +0100
committerYngve Levinsen2023-03-15 11:04:33 +0100
commitdd60e34f9107b5034827e450ff34f194757fa9c3 (patch)
treeb72d52e8806a1d9bfbdf1a943597888c647c2eea /PKGBUILD
parenta38ffb0436616ac4d55f62bd2d975257297b86c8 (diff)
downloadaur-python-ics.tar.gz
new upstream version 0.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31d6d8830d71..1050891316d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Vincent Pasquier <vincentpasquier@posteo.net>
pkgname=python-ics
-pkgver=0.7
-pkgrel=2
+pkgver=0.7.2
+pkgrel=1
pkgdesc='Pythonic and easy iCalendar library'
arch=('any')
url='http://pypi.python.org/pypi/ics/'
license=('Apache')
-depends=('python' 'python-arrow' 'python-dateutil' 'python-tatsu')
+depends=('python' 'python-arrow' 'python-dateutil' 'python-tatsu' 'python-requests' 'python-attrs')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ics-py/ics-py/archive/v${pkgver}.tar.gz")
-sha512sums=('b74e04f7dff6f29877e3250117cccd7ae7ca923e2f0332177e0dd4a13d7e0d079342829d5a035a7d00946d4416d3d15e94e1d468ce241bb35cddd33ba2940716')
+sha512sums=('3c0c0569f8653e64041c809d991e0e41e0372d8c8368d54b6babd5c243e8b8014b505609c4ded832cb0402a347850de573312134bc60639a21e0bab70c10152d')
package() {
cd "ics-py-${pkgver}"