vdirsyncer: update to 0.16.0
vdirsyncer is now licensed under the 3-clause-BSD license.
This commit is contained in:
parent
1119dcd855
commit
49f2ca403a
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'vdirsyncer'
|
||||
pkgname=vdirsyncer
|
||||
version=0.15.0
|
||||
version=0.16.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
|
@ -10,10 +10,10 @@ depends="python3-atomicwrites python3-click python3-click-log
|
|||
python3-click-threading python3-setuptools python3-requests-toolbelt"
|
||||
short_desc="Synchronize calendars and addressbooks"
|
||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||
license="MIT"
|
||||
license="3-clause-BSD"
|
||||
homepage="https://vdirsyncer.pimutils.org/"
|
||||
distfiles="${PYPI_SITE}/v/vdirsyncer/vdirsyncer-${version}.tar.gz"
|
||||
checksum=52f7acccab443ce20aca2623b80475f741844929977c08b2f8f11fc9ba2f4a21
|
||||
checksum=cfdbfa799373ca08f533bfc57bd0d3afefe8a2c5f845782db38b889a19aca958
|
||||
|
||||
pre_build() {
|
||||
sed -i setup.py \
|
||||
|
|
Loading…
Reference in a new issue