summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-09-25 11:47:07 +0800
committerlilac2018-09-25 11:47:07 +0800
commit20f6150f6c1aad5c36cc991e5584c200ece1e990 (patch)
treea71bb8fb66b36a5ab89b0472ed1c6d6fcba7341c
parent7a75f83b66706ce9b9df0a1314adb72e7cbb2dff (diff)
downloadaur-20f6150f6c1aad5c36cc991e5584c200ece1e990.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f26d4ade29d..97b58814ae12 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.15.0
+ pkgver = 0.15.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/00/e4/28f7fc87da16f2d0a982a01856b10bff2bc52d87b850fdf86196ebade4f9/libsass-0.15.0.tar.gz
- md5sums = 9343d3b34afe8d5b36cc49c4535ff00d
+ source = https://files.pythonhosted.org/packages/76/04/ecad53596a118fd77c9d8d00fcb81e4ea0ae0829d2bf87216c80948ed88e/libsass-0.15.1.tar.gz
+ md5sums = 15bde5b9e3bc42a7b471576fc0fe897f
pkgname = python-libsass
diff --git a/PKGBUILD b/PKGBUILD
index 762f1886e284..7770d0980b37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=libsass
pkgname=python-libsass
-pkgver=0.15.0
+pkgver=0.15.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://files.pythonhosted.org/packages/00/e4/28f7fc87da16f2d0a982a01856b10bff2bc52d87b850fdf86196ebade4f9/libsass-0.15.0.tar.gz')
-md5sums=('9343d3b34afe8d5b36cc49c4535ff00d')
+source=('https://files.pythonhosted.org/packages/76/04/ecad53596a118fd77c9d8d00fcb81e4ea0ae0829d2bf87216c80948ed88e/libsass-0.15.1.tar.gz')
+md5sums=('15bde5b9e3bc42a7b471576fc0fe897f')
build() {
cd "$srcdir/$_pkgname-$pkgver"