summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0699b1ef33af..a96e6c5c18be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=libsass
pkgname=python-libsass
-pkgver=0.14.2
+pkgver=0.14.3
pkgrel=1
pkgdesc="Sass for Python: A straightforward binding of libsass for Python."
arch=('x86_64')
@@ -8,8 +8,8 @@ url="https://sass.github.io/libsass-python/"
license=('MIT')
depends=('python' 'python-six' 'libsass' 'python-setuptools')
makedepends=('gcc')
-source=('https://pypi.python.org/packages/0f/a3/c2aed4128ee3639653da412a1b1e7ae95804a5fa7dbd35d4fb3593f6f0a8/libsass-0.14.2.tar.gz')
-md5sums=('1da0fbd2be44045e349907535106db4a')
+source=('https://files.pythonhosted.org/packages/3e/7e/d412288ee1d3643aa889e2b409f65175f41cf14f08a2d24be354ec090b25/libsass-0.14.3.tar.gz')
+md5sums=('6dc78da2121d0fda5838293c41af541b')
build() {
cd "$srcdir/$_pkgname-$pkgver"