summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ad7f9804eb2..27fdefb1bc25 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.18.0
+ pkgver = 0.19.1
pkgrel = 1
url = https://sass.github.io/libsass-python/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = python-libsass
depends = libsass
depends = python-setuptools
provides = sassc
- source = https://files.pythonhosted.org/packages/source/l/libsass/libsass-0.18.0.tar.gz
- md5sums = 999cfa57ad14b818c6aada611c73dfc4
+ source = https://files.pythonhosted.org/packages/source/l/libsass/libsass-0.19.1.tar.gz
+ md5sums = 46568b26661c7f678c96d95ba518cc89
pkgname = python-libsass
diff --git a/PKGBUILD b/PKGBUILD
index 752b437f9dff..194ce091181a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=libsass
pkgname=python-libsass
-pkgver=0.18.0
+pkgver=0.19.1
pkgrel=1
pkgdesc="Sass for Python: A straightforward binding of libsass for Python."
arch=('x86_64')
@@ -11,7 +11,7 @@ _name=${pkgname#python-}
makedepends=('gcc')
provides=('sassc')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('999cfa57ad14b818c6aada611c73dfc4')
+md5sums=('46568b26661c7f678c96d95ba518cc89')
build() {
cd "$srcdir/$_pkgname-$pkgver"