summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2020-01-16 14:00:30 +0100
committerPhilip Goto2020-01-16 14:00:30 +0100
commit5c4f5c87c130f0e26ec5d834a577c3b549fccb70 (patch)
tree0797fe498a54a2373dc0ca9cbcc5948522721156 /PKGBUILD
parent0d8a809a8b119654e27348ad4a144975a521829e (diff)
downloadaur-5c4f5c87c130f0e26ec5d834a577c3b549fccb70.tar.gz
Update to 2.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e37961dfc385..aa423ea6b996 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=python-srsly
-pkgver=0.2.0
+pkgver=2.0.0
pkgrel=1
pkgdesc="Modern high-performance serialization utilities for Python"
url="https://pypi.org/project/srsly/"
@@ -14,8 +14,8 @@ depends=(cython
makedepends=(python-setuptools)
license=(MIT)
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
-source=("https://files.pythonhosted.org/packages/1e/5b/f83e478fbf44c0d04f182e56db0871a53f5096febb8eb0be7cec75dca73b/srsly-0.2.0.tar.gz")
-sha256sums=('aa02e2a62093ef09d7904343ee7381b9c9bab5b4f06960dfbeaa12035d0f0a3e')
+source=("https://files.pythonhosted.org/packages/46/2f/8938af85873f1249a771788a82acbb8b684c444ba1a17d769ac28aeac55f/srsly-2.0.0.tar.gz")
+sha256sums=('785b00e00406120dbef4ca82925051e6b60fe870c5f84f0d22b3632d574eb870')
build(){
cd "srsly-${pkgver}"