[arch-commits] Commit in python-meilisearch/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Wed May 12 22:19:39 UTC 2021
Date: Wednesday, May 12, 2021 @ 22:19:39
Author: jelle
Revision: 932736
upgpkg: python-meilisearch 0.14.2-1
Modified:
python-meilisearch/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-12 22:19:30 UTC (rev 932735)
+++ PKGBUILD 2021-05-12 22:19:39 UTC (rev 932736)
@@ -1,7 +1,7 @@
# Maintainer: Jelle van der Waa <jelle at archlinux.org>
pkgname=python-meilisearch
-pkgver=0.14.1
+pkgver=0.14.2
pkgrel=1
pkgdesc='Python client for MeiliSearch API'
arch=(any)
@@ -8,10 +8,10 @@
license=('MIT')
url='https://pypi.org/project/meilisearch/'
depends=(python)
-makedepends=(python-requests)
+makedepends=(python-requests python-setuptools)
checkdepends=('python-pytest' 'python-pytest-ordering')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/meilisearch-python/archive/v${pkgver}.tar.gz)
-sha512sums=('7dafbd937182e6129d89fd21c897155732b89843e0d017d464faf9f2c9e6dff4603f2ed2a0a343b998f44c8fba0f9879aa4bbd42b57dd51994da8d540b06eb22')
+sha512sums=('69713c97983f064abf72cfc281042a74dfec257d7f8afde24db4984dc1e91575938dc793ec08b2de31e41e146d5707a5f38d1e4a15695cfb4fe785f31e6241c0')
build() {
cd "meilisearch-python-${pkgver}"
More information about the arch-commits
mailing list