diff options
author | Amaury Bodet | 2023-06-20 07:27:16 +0200 |
---|---|---|
committer | Amaury Bodet | 2023-06-20 07:27:16 +0200 |
commit | 4d4d691839b11e552f858274882035a11e47b8fe (patch) | |
tree | e81c7e63cb5a731e9fae5a846dd9f34805251597 | |
parent | 80d848cea0234f619167788a728b3a6948d08275 (diff) | |
download | aur-4d4d691839b11e552f858274882035a11e47b8fe.tar.gz |
update to 0.1.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 5 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = python-tika-client pkgdesc = A modern Python REST client for Apache Tika server - pkgver = 0.0.3 + pkgver = 0.1.1 pkgrel = 1 url = https://github.com/stumpylog/tika-client arch = any @@ -8,7 +8,7 @@ pkgbase = python-tika-client makedepends = python-build makedepends = python-installer makedepends = python-hatchling - source = python-tika-client-0.0.3.src.tar.gz::https://github.com/stumpylog/tika-client/archive/0.0.3.tar.gz - sha256sums = 5a831849655d9c22f736f20c60d1dc72cee8abf8456f4279f68a4a6a3539fcb7 + source = python-tika-client-0.1.1.src.tar.gz::https://github.com/stumpylog/tika-client/archive/0.1.1.tar.gz + sha256sums = bad14e09ffd07b6c54182e15beed74a1e05e35a13f83008200859f20069ceb5b pkgname = python-tika-client @@ -2,7 +2,7 @@ _pkgname=tika-client pkgname=python-tika-client -pkgver=0.0.3 +pkgver=0.1.1 pkgrel=1 pkgdesc="A modern Python REST client for Apache Tika server" arch=('any') @@ -11,7 +11,7 @@ license=('GPL3') # depends=('') makedepends=('python-build' 'python-installer' 'python-hatchling') source=("$pkgname-$pkgver.src.tar.gz::https://github.com/stumpylog/tika-client/archive/$pkgver.tar.gz") -sha256sums=('5a831849655d9c22f736f20c60d1dc72cee8abf8456f4279f68a4a6a3539fcb7') +sha256sums=('bad14e09ffd07b6c54182e15beed74a1e05e35a13f83008200859f20069ceb5b') build() { cd "$_pkgname-$pkgver" || exit @@ -20,6 +20,5 @@ build() { package() { cd "$_pkgname-$pkgver" || exit - python -m installer --destdir="$pkgdir" dist/*.whl }
\ No newline at end of file |