summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3551d65a7c32..a2cbec3be441 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: Lukas K. <lu at 0x83 dot eu>
+# Maintainer: Sean Enck <enckse@gmail.com>
+# Contributor: Lukas K. <lu at 0x83 dot eu>
_libname=webcolors
pkgname=python-$_libname
-pkgver=1.5
+pkgver=1.7
pkgrel=1
pkgdesc=" Library for working with HTML/CSS color formats in Python"
arch=("any")
-url="http://blockdiag.com/en/seqdiag/index.html"
+url="https://github.com/ubernostrum/webcolors"
license=('bsd')
depends=('python')
-source=("https://github.com/ubernostrum/$_libname/archive/$pkgver.tar.gz")
-md5sums=("02f5985cd0600090b3afdecd649abccc")
+source=("https://pypi.python.org/packages/1c/11/d9fb5a7c872a941ad8b30a4be191253d5a9028834c4d69eab55bb6bc60be/$_libname-$pkgver.tar.gz#md5=4733fa1077f680bbdd918cdef1e32c11")
+md5sums=("4733fa1077f680bbdd918cdef1e32c11")
package() {
cd "$srcdir/$_libname-$pkgver"