summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f36991ea554..70732c012967 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
_pkgname=libsass
pkgname=python-libsass
-pkgver=0.13.7
+pkgver=0.14.0
pkgrel=1
-pkgdesc="SASS for Python: A straightforward binding of libsass for Python."
+pkgdesc="Sass for Python: A straightforward binding of libsass for Python."
arch=('x86_64')
url="https://sass.github.io/libsass-python/"
license=('MIT')
depends=('python' 'python-six' 'libsass' 'python-setuptools')
makedepends=('gcc')
-source=('https://pypi.python.org/packages/bf/5e/9e75c0ca8b33a51768fcd32e29cbce00476edee2959b2107ea0a5ff7d831/libsass-0.13.7.tar.gz')
-md5sums=('2a2be593ffc0f86f20d3e48ab19b0ada')
+source=('https://pypi.python.org/packages/5c/ef/017add006ca5647a839e95ec96086bf0171066e86614b6a86564d47ca504/libsass-0.14.0.tar.gz')
+md5sums=('d94fa6743d505024c7e6dbee54c4cdf6')
build() {
cd "$srcdir/$_pkgname-$pkgver"