summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlsf2022-01-02 16:21:07 +0100
committerlsf2022-01-02 16:21:07 +0100
commit296894ee6ad14c479947d406260a1097c8535900 (patch)
tree22c5c183786def4bcd3bc918c4a06b5819e5f5e1
parente111344a287e210491188910fb26723b0c3516df (diff)
downloadaur-python-briar-wrapper.tar.gz
update flit invocation
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0113aa1b82eb..894d2d8349b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-briar-wrapper
pkgdesc = A wrapper for the Briar headless API.
pkgver = 0.0.7
- pkgrel = 1
+ pkgrel = 2
url = https://code.briarproject.org/briar/python-briar-wrapper
arch = any
license = GNU Affero GPL
@@ -20,4 +20,3 @@ pkgbase = python-briar-wrapper
sha256sums = dff2e1645420e76c543065d3bedcfe17fc4669bb01627f6ba43a66c225b52f18
pkgname = python-briar-wrapper
-
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