summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlsf2022-01-02 16:21:07 +0100
committerlsf2022-01-02 16:21:07 +0100
commit296894ee6ad14c479947d406260a1097c8535900 (patch)
tree22c5c183786def4bcd3bc918c4a06b5819e5f5e1 /PKGBUILD
parente111344a287e210491188910fb26723b0c3516df (diff)
downloadaur-python-briar-wrapper.tar.gz
update flit invocation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a574a083ca0..2ad636071c99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=python-briar-wrapper
conflicts=('python-briar-wrapper-git')
pkgver=0.0.7
-pkgrel=1
+pkgrel=2
pkgdesc='A wrapper for the Briar headless API.'
arch=('any')
url='https://code.briarproject.org/briar/python-briar-wrapper'
@@ -15,7 +15,7 @@ sha256sums=('SKIP'
prepare() {
cd "${pkgname}"
- python -m flit build
+ python -m flit build --setup-py
tar -xvf dist/*.tar.gz --wildcards --no-anchored '*/setup.py' --strip=1