summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-11-26 11:02:05 +0800
committerlilac2018-11-26 11:02:05 +0800
commit813a211e19331cee27e175e7730ebce750eb25f3 (patch)
tree3a1ef93d7bc9c4b1535b598cb0f4481568125730
parent60b7411e954e564fbb9cdb500f7df378c0f4d178 (diff)
downloadaur-813a211e19331cee27e175e7730ebce750eb25f3.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 aede5f5d6bbf..e4ea1698c4a6 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.0
+ pkgver = 0.16.1
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.0.tar.gz
- md5sums = 2367f124c7e8269fea15c7926b427274
+ source = https://files.pythonhosted.org/packages/source/l/libsass/libsass-0.16.1.tar.gz
+ md5sums = a230ec627cd355b9154b5afe7d6006d5
pkgname = python-libsass
diff --git a/PKGBUILD b/PKGBUILD
index 2d12eaa5822c..0a6dcc018301 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=libsass
pkgname=python-libsass
-pkgver=0.16.0
+pkgver=0.16.1
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=('2367f124c7e8269fea15c7926b427274')
+md5sums=('a230ec627cd355b9154b5afe7d6006d5')
build() {
cd "$srcdir/$_pkgname-$pkgver"