summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"