summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-04-24 05:12:11 +0800
committerlilac2018-04-24 05:12:11 +0800
commit5cf3ccfc141060450897e4056e6043e10dfd5e4c (patch)
tree9ef92436c0ca8ce10ba8e26d145bdd8db3b46630
parentc397c6708eef6a8f50bb3c3bdc4630d5cb89c8d7 (diff)
downloadaur-5cf3ccfc141060450897e4056e6043e10dfd5e4c.tar.gz
update by lilac
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5786003ee5a4..4e88578ec76d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Mar 17 09:39:52 UTC 2018
pkgbase = python-libsass
pkgdesc = Sass for Python: A straightforward binding of libsass for Python.
- pkgver = 0.14.2
+ pkgver = 0.14.3
pkgrel = 1
url = https://sass.github.io/libsass-python/
arch = x86_64
@@ -12,8 +10,8 @@ pkgbase = python-libsass
depends = python-six
depends = libsass
depends = python-setuptools
- source = https://pypi.python.org/packages/0f/a3/c2aed4128ee3639653da412a1b1e7ae95804a5fa7dbd35d4fb3593f6f0a8/libsass-0.14.2.tar.gz
- md5sums = 1da0fbd2be44045e349907535106db4a
+ source = https://files.pythonhosted.org/packages/3e/7e/d412288ee1d3643aa889e2b409f65175f41cf14f08a2d24be354ec090b25/libsass-0.14.3.tar.gz
+ md5sums = 6dc78da2121d0fda5838293c41af541b
pkgname = python-libsass
diff --git a/PKGBUILD b/PKGBUILD
index 0699b1ef33af..a96e6c5c18be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=libsass
pkgname=python-libsass
-pkgver=0.14.2
+pkgver=0.14.3
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://pypi.python.org/packages/0f/a3/c2aed4128ee3639653da412a1b1e7ae95804a5fa7dbd35d4fb3593f6f0a8/libsass-0.14.2.tar.gz')
-md5sums=('1da0fbd2be44045e349907535106db4a')
+source=('https://files.pythonhosted.org/packages/3e/7e/d412288ee1d3643aa889e2b409f65175f41cf14f08a2d24be354ec090b25/libsass-0.14.3.tar.gz')
+md5sums=('6dc78da2121d0fda5838293c41af541b')
build() {
cd "$srcdir/$_pkgname-$pkgver"