summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfabrixxm2024-04-24 15:47:10 +0200
committerfabrixxm2024-04-24 15:47:10 +0200
commit3d6a53932de6469175daee222676c3ea85bd3e4b (patch)
tree76a53bc09eb49135d802881d570e1a7342503c81
parent40c76b13fa904bb13a33c849adb29f74c94cdc11 (diff)
downloadaur-3d6a53932de6469175daee222676c3ea85bd3e4b.tar.gz
Update to v0.10.1.r0.gad2b595
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9ee532622cb..9ea9eff82d62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lesana-git
pkgdesc = Manage collection inventories throught yaml files, develop version
- pkgver = v0.10.0.r0.g1dd720e
+ pkgver = v0.10.1.r0.gad2b595
pkgrel = 1
url = https://lesana.trueelena.org/
arch = any
@@ -21,8 +21,7 @@ pkgbase = lesana-git
optdepends = git: git integration
optdepends = sh: git integration
optdepends = python-gitpython: git integration
- optdepends = python-requests: openlibrary integration
- provides = lesana=v0.10.0.r0.g1dd720e
+ provides = lesana=v0.10.1.r0.gad2b595
conflicts = lesana
source = git+https://git.sr.ht/~valhalla/lesana
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index af13ae91c221..5369d407569f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabrix Xm <fabrix.xm@gmail.com>
_pkgname=lesana
pkgname=lesana-git
-pkgver=v0.10.0.r0.g1dd720e
+pkgver=v0.10.1.r0.gad2b595
pkgrel=1
pkgdesc="Manage collection inventories throught yaml files, develop version"
arch=('any')
@@ -13,7 +13,6 @@ optdepends=(
'git: git integration'
'sh: git integration'
'python-gitpython: git integration'
- 'python-requests: openlibrary integration'
)
makedepends=(git python-build python-installer python-wheel python-setuptools-scm)
provides=(lesana=${pkgver})
@@ -39,7 +38,4 @@ build() {
package() {
cd "${_pkgname}"
python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm0755 scripts/lesana ${pkgdir}/usr/bin/lesana
- install -Dm0755 scripts/openlibrary2lesana ${pkgdir}/usr/bin/openlibrary2lesana
- install -Dm0755 scripts/tellico2lesana ${pkgdir}/usr/bin/tellico2lesana
}