summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-01-04 18:26:44 +0800
committerlilac2019-01-04 18:26:44 +0800
commit5c0722ef41be85b0e1c8e438d602f7bb93852007 (patch)
treef052fb0e164c708ac82bf19e1b28c0c51a477e08
parent813a211e19331cee27e175e7730ebce750eb25f3 (diff)
downloadaur-5c0722ef41be85b0e1c8e438d602f7bb93852007.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4ea1698c4a6..fce2a48a765c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-libsass
pkgdesc = Sass for Python: A straightforward binding of libsass for Python.
- pkgver = 0.16.1
+ pkgver = 0.17.0
pkgrel = 1
url = https://sass.github.io/libsass-python/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = python-libsass
depends = python-six
depends = libsass
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/l/libsass/libsass-0.16.1.tar.gz
- md5sums = a230ec627cd355b9154b5afe7d6006d5
+ source = https://files.pythonhosted.org/packages/source/l/libsass/libsass-0.17.0.tar.gz
+ md5sums = 1937ec5525d5367e50f20ed26c5050a7
pkgname = python-libsass
diff --git a/PKGBUILD b/PKGBUILD
index 0a6dcc018301..b7fd23e27c21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=libsass
pkgname=python-libsass
-pkgver=0.16.1
+pkgver=0.17.0
pkgrel=1
pkgdesc="Sass for Python: A straightforward binding of libsass for Python."
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('python' 'python-six' 'libsass' 'python-setuptools')
_name=${pkgname#python-}
makedepends=('gcc')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('a230ec627cd355b9154b5afe7d6006d5')
+md5sums=('1937ec5525d5367e50f20ed26c5050a7')
build() {
cd "$srcdir/$_pkgname-$pkgver"