summaryrefslogtreecommitdiff
path: root/vdirsyncer
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2020-11-14 15:11:33 -0600
committerMatt Housh <jaeger@crux.ninja>2020-11-14 15:11:33 -0600
commit71e00d88efd371016987ec327ff80f68a99ca276 (patch)
tree94677bf2abe9adb3b1c338268a7f968da9a508cb /vdirsyncer
parent79945f16dd470e72516c67568eb4e356a5d8d196 (diff)
parent145b859b2549fb1fe4eb16a6dc0f9807d2f1b462 (diff)
downloadcontrib-71e00d88efd371016987ec327ff80f68a99ca276.tar.gz
contrib-71e00d88efd371016987ec327ff80f68a99ca276.tar.xz
Merge branch '3.5' into 3.6
Diffstat (limited to 'vdirsyncer')
-rw-r--r--vdirsyncer/.signature4
-rw-r--r--vdirsyncer/Pkgfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/vdirsyncer/.signature b/vdirsyncer/.signature
index 59e370afb..6c4f243d4 100644
--- a/vdirsyncer/.signature
+++ b/vdirsyncer/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3xUAPoSYd8ayOXwGZQod8wHkK3Tfgg5UfMz1KbgG8MHUuaImAFuVkO7Rp2AysY0Zfmij9UbfSjjYmWUc0lnx1gg=
-SHA256 (Pkgfile) = 0390f4d072802997ab1d556924e8b79d9dd3bb4ac7dfbc6bee7070a6cc9836e2
+RWSagIOpLGJF30w03MYYS1Z2YLNWV+Z/CgX0yh4iYSCZ7dbqK5kbwTngJNhFf+UAPBolouMX2iEvF/RX6mVPDsGuN2EjYRw+UQo=
+SHA256 (Pkgfile) = 72558613f17cafd363187ed9bc74736a487421756a91e7b9e010a5272e2fc912
SHA256 (.footprint) = 9ca72e3bc97eb75b0fef7f4cb0aa611e285c4d6e86dada5fbdb31650989aea16
SHA256 (vdirsyncer-0.16.8.tar.gz) = bfdb422f52e1d4d60bd0635d203fb59fa7f613397d079661eb48e79464ba13c5
diff --git a/vdirsyncer/Pkgfile b/vdirsyncer/Pkgfile
index ce3833444..9d3ba139a 100644
--- a/vdirsyncer/Pkgfile
+++ b/vdirsyncer/Pkgfile
@@ -10,8 +10,8 @@ source=(https://pypi.io/packages/source/v/$name/$name-$version.tar.gz)
build() {
cd $name-$version
- python3 setup.py build
- python3 setup.py install \
+ /usr/bin/python3 setup.py build
+ /usr/bin/python3 setup.py install \
--prefix=/usr \
--skip-build \
--optimize=1 \

Generated by cgit