summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD9
3 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75243a329b0c..074c8db15d3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyzotero-git
- pkgdesc = A Python wrapper fro the Zotero API
- pkgver = v1.5.9.r5.g5e0c4da
+ pkgdesc = A Python wrapper for the Zotero API
+ pkgver = v1.5.18.r1.gc208d4f
pkgrel = 1
url = https://github.com/urschrei/pyzotero
arch = any
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f71c635dafda
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index e0fdaca3de38..02fd4c30eb06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Xyne <ca archlinux xyne, backwards>
_pkgname=pyzotero
pkgname="$_pkgname-git"
-pkgver=v1.5.9.r5.g5e0c4da
+pkgver=v1.5.18.r1.gc208d4f
pkgrel=1
-pkgdesc="A Python wrapper fro the Zotero API"
+pkgdesc="A Python wrapper for the Zotero API"
arch=('any')
url="https://github.com/urschrei/$_pkgname"
license=('GPL')
@@ -20,11 +20,6 @@ pkgver() {
git describe --long --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- cd -- "$_pkgname"
- sed -i 's/4, <6/4/' pyproject.toml
-}
-
build() {
cd -- "$_pkgname"
python -m build --wheel --no-isolation