summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-04-25 10:03:44 +0800
committerlilac2018-04-25 10:03:44 +0800
commit4e8712573c58d0dc651fe463e51d41854b3d4468 (patch)
tree932b8b18fa49d5f9b39c8434948dce4e4d7c6936
parent5cf3ccfc141060450897e4056e6043e10dfd5e4c (diff)
downloadaur-4e8712573c58d0dc651fe463e51d41854b3d4468.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 4e88578ec76d..045cc2c17c0f 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.3
+ pkgver = 0.14.4
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/3e/7e/d412288ee1d3643aa889e2b409f65175f41cf14f08a2d24be354ec090b25/libsass-0.14.3.tar.gz
- md5sums = 6dc78da2121d0fda5838293c41af541b
+ source = https://files.pythonhosted.org/packages/cf/f1/97b4f914c85380f65b235e5db956db1279aaf1943e1cbd5dd05e8c871b6f/libsass-0.14.4.tar.gz
+ md5sums = b10f81c8e3ca301aa26909486bfd0f4d
pkgname = python-libsass
diff --git a/PKGBUILD b/PKGBUILD
index a96e6c5c18be..89ea29a6121b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=libsass
pkgname=python-libsass
-pkgver=0.14.3
+pkgver=0.14.4
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/3e/7e/d412288ee1d3643aa889e2b409f65175f41cf14f08a2d24be354ec090b25/libsass-0.14.3.tar.gz')
-md5sums=('6dc78da2121d0fda5838293c41af541b')
+source=('https://files.pythonhosted.org/packages/cf/f1/97b4f914c85380f65b235e5db956db1279aaf1943e1cbd5dd05e8c871b6f/libsass-0.14.4.tar.gz')
+md5sums=('b10f81c8e3ca301aa26909486bfd0f4d')
build() {
cd "$srcdir/$_pkgname-$pkgver"