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 70732c012967..e8742aabfb27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=libsass
pkgname=python-libsass
-pkgver=0.14.0
+pkgver=0.14.1
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/5c/ef/017add006ca5647a839e95ec96086bf0171066e86614b6a86564d47ca504/libsass-0.14.0.tar.gz')
-md5sums=('d94fa6743d505024c7e6dbee54c4cdf6')
+source=('https://pypi.python.org/packages/bb/8b/1214ee4ff18b6a490a963e80df3b835e5bc2e94130d817ee4f37ec130ac6/libsass-0.14.1.tar.gz')
+md5sums=('672ea2231a51560667542c14fea48225')
build() {
cd "$srcdir/$_pkgname-$pkgver"