summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Meyer2017-05-02 10:41:19 -0400
committerKyle Meyer2017-05-02 11:02:16 -0400
commit1b90fa4472625e6227f78ad281bcb1a65aad4995 (patch)
treede433fe30896c02841ed43a26398db093082032f /PKGBUILD
parenta670a5ee49cd8e41688798093668b972a42e9875 (diff)
downloadaur-1b90fa4472625e6227f78ad281bcb1a65aad4995.tar.gz
Update to version 3.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd181b87de69..615377d3b3b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=python-palettable
# pkgname=('python-palettable' 'python2-palettable')
_libname=${pkgname/python-/}
-pkgver=2.1.1
+pkgver=3.0.0
pkgrel=1
pkgdesc='Color palettes for Python'
arch=('any')
@@ -16,8 +16,8 @@ license=('MIT')
replaces=('python-brewer2mpl')
-source=("https://pypi.python.org/packages/source/p/palettable/palettable-$pkgver.tar.gz")
-md5sums=('60adcbda83e1eaa331c5fdc5dfbcc4ff')
+source=("https://pypi.python.org/packages/31/6c/d95417ead6f8d9fc8ae0d6fbb76fb4107ced7ca949c96a3604bb2d23c401/palettable-3.0.0.tar.gz")
+md5sums=('6e430319fe01386c81dbbc62534e3cc4')
build() {
cd "$srcdir/$_libname-$pkgver"