summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2016-05-02 22:20:08 -0700
committerRich Li2016-05-02 22:20:08 -0700
commit1e6bdae7043bf003b7412ec7edd7a66a0fb93e31 (patch)
tree5a70883feb441abc80fd3190956ac82744bcdf19
parent628d3c22628d2f1c45a1b4d38a1cde8ac4a155a0 (diff)
downloadaur-1e6bdae7043bf003b7412ec7edd7a66a0fb93e31.tar.gz
Update to version 1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27638485bfe1..6e1228fde0aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-cyordereddict
pkgdesc = Cython implementation of OrderedDict
- pkgver = 0.2.2
+ pkgver = 1.0.0
pkgrel = 1
url = https://pypi.python.org/pypi/cyordereddict
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = python2-cyordereddict
makedepends = python2-setuptools
makedepends = cython2
depends = python2
- source = https://github.com/shoyer/cyordereddict/archive/v0.2.2.tar.gz
- md5sums = d78aebebe365fbcba0ab5823be0e06f5
+ source = https://github.com/shoyer/cyordereddict/archive/v1.0.0.tar.gz
+ md5sums = 6d3144c6edc4703d7faa62512ccf9db8
pkgname = python2-cyordereddict
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"