summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRich Li2016-05-02 22:20:08 -0700
committerRich Li2016-05-02 22:20:08 -0700
commit1e6bdae7043bf003b7412ec7edd7a66a0fb93e31 (patch)
tree5a70883feb441abc80fd3190956ac82744bcdf19 /PKGBUILD
parent628d3c22628d2f1c45a1b4d38a1cde8ac4a155a0 (diff)
downloadaur-1e6bdae7043bf003b7412ec7edd7a66a0fb93e31.tar.gz
Update to version 1.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42dd21b0e628..783c590cdf0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python2-cyordereddict'
-pkgver=0.2.2
+pkgver=1.0.0
pkgrel=1
pkgdesc="Cython implementation of OrderedDict"
url="https://pypi.python.org/pypi/cyordereddict"
@@ -12,7 +12,7 @@ checkdepends=('python2-nose')
#source=(https://pypi.python.org/packages/source/c/cyordereddict/cyordereddict-"$pkgver".tar.gz)
source=(https://github.com/shoyer/cyordereddict/archive/v"$pkgver".tar.gz)
# Note the PyPI and github sources have different checksums. This is because the github version doesn't include the Cython output, but the PyPI does. Since we're using the github source we therefore have Cython as a makedep.
-md5sums=('d78aebebe365fbcba0ab5823be0e06f5')
+md5sums=('6d3144c6edc4703d7faa62512ccf9db8')
build() {
cd "$srcdir/cyordereddict-$pkgver"