summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2023-07-31 23:21:36 +0200
committerXyne2023-07-31 23:21:36 +0200
commitce63d232ea1deffde9f630eb6d75263f290e9f36 (patch)
treeaaa7c329792e55c81c62f8162dc5b7d8a4c8e557
parent6b6c8f9d64010787a25861e1f42fcc78bc7afc91 (diff)
downloadaur-ce63d232ea1deffde9f630eb6d75263f290e9f36.tar.gz
Add python-wheel makedep and set cloned repo name
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a570455afe7..75243a329b0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,13 +7,14 @@ pkgbase = pyzotero-git
license = GPL
makedepends = git
makedepends = python-build
+ makedepends = python-wheel
makedepends = python-installer
makedepends = python-setuptools-scm
makedepends = python-toml
depends = python3
provides = pyzotero
conflicts = pyzotero
- source = git+https://github.com/urschrei/pyzotero.git
+ source = pyzotero::git+https://github.com/urschrei/pyzotero.git
sha512sums = SKIP
pkgname = pyzotero-git
diff --git a/PKGBUILD b/PKGBUILD
index 1ade38ade00f..e0fdaca3de38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@ arch=('any')
url="https://github.com/urschrei/$_pkgname"
license=('GPL')
depends=('python3')
-makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 'python-toml')
+makedepends=('git' 'python-build' 'python-wheel' 'python-installer' 'python-setuptools-scm' 'python-toml')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=('git+https://github.com/urschrei/pyzotero.git')
+source=("$_pkgname::git+https://github.com/urschrei/$_pkgname.git")
sha512sums=('SKIP')
pkgver() {