summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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