summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-11-04 19:01:50 +0800
committerlilac2019-11-04 19:01:50 +0800
commit66105a7824e150d64556269fbcf156a7fbd9e2a6 (patch)
tree9f659d72c094708427bb96d043611b6e7206c1b5
parent7f94dc8337bc78d7bf8b1f8e6ffa27909c29f4f9 (diff)
downloadaur-66105a7824e150d64556269fbcf156a7fbd9e2a6.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 6219137fef5f..b796143033b9 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.3
+ pkgver = 0.19.4
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.3.tar.gz
- md5sums = 35ace965aeb09b8cfe152410191bd86e
+ source = https://files.pythonhosted.org/packages/source/l/libsass/libsass-0.19.4.tar.gz
+ md5sums = 33247c8777f30b03d02163e8fd86b214
pkgname = python-libsass
diff --git a/PKGBUILD b/PKGBUILD
index af3038d6b3c6..18f0e7238a4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=libsass
pkgname=python-libsass
-pkgver=0.19.3
+pkgver=0.19.4
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=('35ace965aeb09b8cfe152410191bd86e')
+md5sums=('33247c8777f30b03d02163e8fd86b214')
build() {
cd "$srcdir/$_pkgname-$pkgver"