summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-09-17 10:24:21 +0800
committerlilac2018-09-17 10:24:21 +0800
commit7a75f83b66706ce9b9df0a1314adb72e7cbb2dff (patch)
treee59822d46fec30a2723168dd92632c2b7cd30459
parente30781d3b6bbd6281deeccfd78759ddfde2069b4 (diff)
downloadaur-7a75f83b66706ce9b9df0a1314adb72e7cbb2dff.tar.gz
update by lilac
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27ce8d104c67..6f26d4ade29d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-libsass
pkgdesc = Sass for Python: A straightforward binding of libsass for Python.
- pkgver = 0.14.5
- pkgrel = 1.1
+ pkgver = 0.15.0
+ pkgrel = 1
url = https://sass.github.io/libsass-python/
arch = x86_64
license = MIT
@@ -10,8 +10,8 @@ pkgbase = python-libsass
depends = python-six
depends = libsass
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/2b/36/6bb1623bb6f8d218ac3a201b5366fb6505f30465ef9ef81a084432508d79/libsass-0.14.5.tar.gz
- md5sums = 86934693e4825b360594e88a734c3b72
+ source = https://files.pythonhosted.org/packages/00/e4/28f7fc87da16f2d0a982a01856b10bff2bc52d87b850fdf86196ebade4f9/libsass-0.15.0.tar.gz
+ md5sums = 9343d3b34afe8d5b36cc49c4535ff00d
pkgname = python-libsass
diff --git a/PKGBUILD b/PKGBUILD
index 9044c1a83758..762f1886e284 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
_pkgname=libsass
pkgname=python-libsass
-pkgver=0.14.5
-pkgrel=1.1
+pkgver=0.15.0
+pkgrel=1
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://files.pythonhosted.org/packages/2b/36/6bb1623bb6f8d218ac3a201b5366fb6505f30465ef9ef81a084432508d79/libsass-0.14.5.tar.gz')
-md5sums=('86934693e4825b360594e88a734c3b72')
+source=('https://files.pythonhosted.org/packages/00/e4/28f7fc87da16f2d0a982a01856b10bff2bc52d87b850fdf86196ebade4f9/libsass-0.15.0.tar.gz')
+md5sums=('9343d3b34afe8d5b36cc49c4535ff00d')
build() {
cd "$srcdir/$_pkgname-$pkgver"