summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-04-26 02:26:43 +0800
committerlilac2018-04-26 02:26:43 +0800
commit0310a41ba8a41b59a9e1d3924431054c84bd6ff2 (patch)
tree63064aabf816ae4c5429a95692072dcb7fdcb67d
parent4e8712573c58d0dc651fe463e51d41854b3d4468 (diff)
downloadaur-0310a41ba8a41b59a9e1d3924431054c84bd6ff2.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 045cc2c17c0f..e26e180890f6 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.14.4
+ pkgver = 0.14.5
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/cf/f1/97b4f914c85380f65b235e5db956db1279aaf1943e1cbd5dd05e8c871b6f/libsass-0.14.4.tar.gz
- md5sums = b10f81c8e3ca301aa26909486bfd0f4d
+ source = https://files.pythonhosted.org/packages/2b/36/6bb1623bb6f8d218ac3a201b5366fb6505f30465ef9ef81a084432508d79/libsass-0.14.5.tar.gz
+ md5sums = 86934693e4825b360594e88a734c3b72
pkgname = python-libsass
diff --git a/PKGBUILD b/PKGBUILD
index 89ea29a6121b..4f0dac5abbef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=libsass
pkgname=python-libsass
-pkgver=0.14.4
+pkgver=0.14.5
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/cf/f1/97b4f914c85380f65b235e5db956db1279aaf1943e1cbd5dd05e8c871b6f/libsass-0.14.4.tar.gz')
-md5sums=('b10f81c8e3ca301aa26909486bfd0f4d')
+source=('https://files.pythonhosted.org/packages/2b/36/6bb1623bb6f8d218ac3a201b5366fb6505f30465ef9ef81a084432508d79/libsass-0.14.5.tar.gz')
+md5sums=('86934693e4825b360594e88a734c3b72')
build() {
cd "$srcdir/$_pkgname-$pkgver"