summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2018-03-07 18:24:33 +0800
committerlilac2018-03-07 18:24:33 +0800
commit02ac669158635ffb62e0d5af4654fe4d7c958685 (patch)
tree593b520d3cc6659260f88d97b757a7d6499caf85 /PKGBUILD
parent5e12129a2247603d76725b18d5d60cbf6db00c3d (diff)
downloadaur-02ac669158635ffb62e0d5af4654fe4d7c958685.tar.gz
update by lilac
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"