summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-06-17 11:16:52 +0800
committerlilac2019-06-17 11:16:52 +0800
commit3676e8f9ebb0d35d856c87393445b393c66486bf (patch)
tree6e235c8bf7db1e901a22f3f9c71cae38bd5243da
parentae1120531da3a4050f8b3d241333f4bbe8c6db16 (diff)
downloadaur-3676e8f9ebb0d35d856c87393445b393c66486bf.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 27fdefb1bc25..51ef1ca767ef 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.1
+ pkgver = 0.19.2
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.1.tar.gz
- md5sums = 46568b26661c7f678c96d95ba518cc89
+ source = https://files.pythonhosted.org/packages/source/l/libsass/libsass-0.19.2.tar.gz
+ md5sums = ed6717565ce5c4eeead870125fd33f36
pkgname = python-libsass
diff --git a/PKGBUILD b/PKGBUILD
index 194ce091181a..82bd99a2f99c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=libsass
pkgname=python-libsass
-pkgver=0.19.1
+pkgver=0.19.2
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=('46568b26661c7f678c96d95ba518cc89')
+md5sums=('ed6717565ce5c4eeead870125fd33f36')
build() {
cd "$srcdir/$_pkgname-$pkgver"