diff options
author | Tim Biermann <tbier@posteo.de> | 2020-11-03 20:54:05 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-11-03 20:54:05 +0000 |
commit | d473c5ad62208a511ea14d3e019d850f2347980d (patch) | |
tree | aa2523e19a179fd21fcad5b793018f775892815b /vdirsyncer | |
parent | 91e5578ee55d26c6f806b552c48ab3280f72f7ca (diff) | |
download | contrib-d473c5ad62208a511ea14d3e019d850f2347980d.tar.gz contrib-d473c5ad62208a511ea14d3e019d850f2347980d.tar.xz |
vdirsyncer: updated python syntax
Diffstat (limited to 'vdirsyncer')
-rw-r--r-- | vdirsyncer/.signature | 4 | ||||
-rw-r--r-- | vdirsyncer/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vdirsyncer/.signature b/vdirsyncer/.signature index 0b82fa081..52f8a9a5b 100644 --- a/vdirsyncer/.signature +++ b/vdirsyncer/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31hE79r36K/wN4WMn8BSXtgiXiZ29guaYxqtFiB8oitiJKksSI2NKsrOuOsKXW75IhYX44dX5G8ghcr/PJHylQ4= -SHA256 (Pkgfile) = 0390f4d072802997ab1d556924e8b79d9dd3bb4ac7dfbc6bee7070a6cc9836e2 +RWSagIOpLGJF3zE7bpqDrUM9IOgM5C+Tx2cBxDi8tG0ZNrcZl/NqjAwfooDQ+aKVbkc7KvlhKoOMF8nf93YrGOKY82vATabrvQg= +SHA256 (Pkgfile) = 72558613f17cafd363187ed9bc74736a487421756a91e7b9e010a5272e2fc912 SHA256 (.footprint) = 6ea583907974f0a1a73eb3760891186869cd85bb11ad2ca692458a72d591df4a 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 \ |