summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2020-11-29 07:36:30 +0000
committerFelix Yan2020-11-29 07:36:30 +0000
commit186aadd5ae09b9cc4303b72589ef62b492917893 (patch)
treedbd03f9943bf334725489da56634a1483f689567
parent4b7566c969d7320b096c8c3fd3796efd1687c05a (diff)
downloadaur-186aadd5ae09b9cc4303b72589ef62b492917893.tar.gz
upgpkg: 1.8.3-1
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a49c17e41f4..456e732c4c26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=python-colander
-pkgver=1.8.2
-pkgrel=2
+pkgver=1.8.3
+pkgrel=1
pkgdesc="A simple schema-based serialization and deserialization library"
url="https://docs.pylonsproject.org/projects/colander/en/latest/"
license=('BSD')
@@ -10,7 +10,7 @@ arch=('any')
depends=('python-iso8601' 'python-setuptools' 'python-translationstring')
checkdepends=('python-pytest-cov' 'python-pytest-runner')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Pylons/colander/archive/$pkgver.tar.gz")
-sha512sums=('37c5501906c00ba58da41c98a86837f42d2738ff37f7b904ded9ac2fb1dd843c2fad159bb7033dd68b6d180d779eca57908ddef874ba23be35511faa8c91b4d6')
+sha512sums=('cf405891a208c897d208b45aca0c5cf975536658044d9782035e743cd5796f12564955105ea692da486978eb656da909a2e4a2c3ee4e3b4f578f057e5d63e782')
build() {
cd colander-$pkgver