summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2017-06-08 09:37:42 +0800
committerlilac2017-06-08 09:37:42 +0800
commite59ac57e86f4cb818a75e16e5a4b3c237d5816a3 (patch)
tree60cd430c079222b6e99aee6c22ced906c361bd45
parentb20ff440f39cb5b97a8164ef6bc947655e90153a (diff)
downloadaur-e59ac57e86f4cb818a75e16e5a4b3c237d5816a3.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 7af575a12256..08414b70c671 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 10 01:51:59 UTC 2017
+# Thu Jun 8 01:37:42 UTC 2017
pkgbase = python-libsass
pkgdesc = SASS for Python: A straightforward binding of libsass for Python.
- pkgver = 0.12.3
+ pkgver = 0.13.0
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/77/3e/3854643362efea519450b60dec8cee6775ebf104cae4cf98f3c6d23fb3bd/libsass-0.12.3.tar.gz
- md5sums = b2b0735a975731e1d07804fd4e7251c2
+ source = https://pypi.python.org/packages/cc/0b/efd232d304f04164f0b0ed74eea12736af33154aeb9fd29ea1b0c24fc49f/libsass-0.13.0.tar.gz
+ md5sums = b14ee54fdb12408a641172028a64c769
pkgname = python-libsass
diff --git a/PKGBUILD b/PKGBUILD
index dadf26674e66..a3bfdb3aa2cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=libsass
pkgname=python-libsass
-pkgver=0.12.3
+pkgver=0.13.0
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/77/3e/3854643362efea519450b60dec8cee6775ebf104cae4cf98f3c6d23fb3bd/libsass-0.12.3.tar.gz')
-md5sums=('b2b0735a975731e1d07804fd4e7251c2')
+source=('https://pypi.python.org/packages/cc/0b/efd232d304f04164f0b0ed74eea12736af33154aeb9fd29ea1b0c24fc49f/libsass-0.13.0.tar.gz')
+md5sums=('b14ee54fdb12408a641172028a64c769')
build() {
cd "$srcdir/$_pkgname-$pkgver"