summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2017-11-15 10:00:33 +0800
committerlilac2017-11-15 10:00:33 +0800
commit77dad45a58438229cf757a357260211122f82e6d (patch)
treebfb4882b9522abec69f68313121120a8f6e7f6fb
parentb906a7a05361c98c9b9c0af56a84e1fdf9e5ee70 (diff)
downloadaur-77dad45a58438229cf757a357260211122f82e6d.tar.gz
update by lilac
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 030c17affca6..5ecd4727e85c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Oct 12 01:44:21 UTC 2017
+# Wed Nov 15 02:00:33 UTC 2017
pkgbase = python-libsass
pkgdesc = SASS for Python: A straightforward binding of libsass for Python.
- pkgver = 0.13.3
+ pkgver = 0.13.4
pkgrel = 1
url = http://hongminhee.org/libsass-python/
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = python-libsass
depends = python-six
depends = libsass
depends = python-setuptools
- source = https://pypi.python.org/packages/4a/e5/ba98c8ce05d88a75054546c6bc785c0f779be8eb41fd973185af6c7d35b2/libsass-0.13.3.tar.gz
- md5sums = 3c11bed144fdd8d6339a6e89a7ceafae
+ source = https://pypi.python.org/packages/d9/ea/d2d67633f2d808bfa2461f54f7068fd21f47eb0980132e560cdcc99a7882/libsass-0.13.4.tar.gz
+ md5sums = a6bc47e45ef3f532867edc8d2cf166b2
pkgname = python-libsass
diff --git a/PKGBUILD b/PKGBUILD
index 5a2fa767b9e5..61ca1aa1c490 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=libsass
pkgname=python-libsass
-pkgver=0.13.3
+pkgver=0.13.4
pkgrel=1
pkgdesc="SASS for Python: A straightforward binding of libsass for Python."
arch=('x86_64')
@@ -8,8 +8,8 @@ url="http://hongminhee.org/libsass-python/"
license=('MIT')
depends=('python' 'python-six' 'libsass' 'python-setuptools')
makedepends=('gcc')
-source=('https://pypi.python.org/packages/4a/e5/ba98c8ce05d88a75054546c6bc785c0f779be8eb41fd973185af6c7d35b2/libsass-0.13.3.tar.gz')
-md5sums=('3c11bed144fdd8d6339a6e89a7ceafae')
+source=('https://pypi.python.org/packages/d9/ea/d2d67633f2d808bfa2461f54f7068fd21f47eb0980132e560cdcc99a7882/libsass-0.13.4.tar.gz')
+md5sums=('a6bc47e45ef3f532867edc8d2cf166b2')
build() {
cd "$srcdir/$_pkgname-$pkgver"