summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2022-04-24 12:11:59 +0200
committerGordian Edenhofer2022-04-24 12:11:59 +0200
commit6e31f6a0afb734e25932b2dddd53c2961923bdec (patch)
treea5d2b2770a3c7723760117b9078ddd2fec432c35 /PKGBUILD
parent49b1b51bedea25048dcf14f52fb13889b51bc722 (diff)
downloadaur-6e31f6a0afb734e25932b2dddd53c2961923bdec.tar.gz
upgpkg: python-smart_open 6.0.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5af8edf0703..954d81681890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-smart_open
_pkgname=smart_open
-pkgver=5.2.1
+pkgver=6.0.0
pkgrel=1
pkgdesc="Library for efficient streaming of very large files from/to S3, HDFS, WebHDFS, HTTP, or local (compressed) files"
arch=('any')
@@ -17,7 +17,7 @@ provides=("python-smart-open")
conflicts=("python-smart-open")
replaces=("python-smart-open")
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/RaRe-Technologies/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('0e30477e341870cd4108bac0bfa9924ae2a4b5e13d9862832154aa9ff4977c67282b706983d6caf753aad2da432240468fe0d7821f715a14c2ac3fcc47c5cc54')
+sha512sums=('e59d230e820e92229e04df636048c6e37c62ab641f0f86a203250e88d58f0cd214cec0c4da62ec8b9725fe0dd7ea7a50d314317c24e7768407f0357711a6970e')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"