summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-10-06 18:54:23 +0800
committerlilac2019-10-06 18:54:23 +0800
commit7f94dc8337bc78d7bf8b1f8e6ffa27909c29f4f9 (patch)
tree20ec6748feb18a99eb36c2882fb65a5ac2721c12
parent3676e8f9ebb0d35d856c87393445b393c66486bf (diff)
downloadaur-7f94dc8337bc78d7bf8b1f8e6ffa27909c29f4f9.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51ef1ca767ef..6219137fef5f 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.19.2
+ pkgver = 0.19.3
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.19.2.tar.gz
- md5sums = ed6717565ce5c4eeead870125fd33f36
+ source = https://files.pythonhosted.org/packages/source/l/libsass/libsass-0.19.3.tar.gz
+ md5sums = 35ace965aeb09b8cfe152410191bd86e
pkgname = python-libsass
diff --git a/PKGBUILD b/PKGBUILD
index 82bd99a2f99c..af3038d6b3c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=libsass
pkgname=python-libsass
-pkgver=0.19.2
+pkgver=0.19.3
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=('ed6717565ce5c4eeead870125fd33f36')
+md5sums=('35ace965aeb09b8cfe152410191bd86e')
build() {
cd "$srcdir/$_pkgname-$pkgver"