summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-03-14 19:15:17 +0800
committerlilac2019-03-14 19:15:17 +0800
commit75a2ead3e10bac6ddb8faf0489d9bb3bd28223ed (patch)
tree0cacf470bf5e6cb30468b470e535c043907745b7
parent65f3b0ce4c1f2629f120f76096e6ca697d8ec9ab (diff)
downloadaur-75a2ead3e10bac6ddb8faf0489d9bb3bd28223ed.tar.gz
update by lilac
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9d9af93afe7..8ad7f9804eb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-libsass
pkgdesc = Sass for Python: A straightforward binding of libsass for Python.
- pkgver = 0.17.0
- pkgrel = 3
+ pkgver = 0.18.0
+ pkgrel = 1
url = https://sass.github.io/libsass-python/
arch = x86_64
license = MIT
@@ -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.17.0.tar.gz
- md5sums = 1937ec5525d5367e50f20ed26c5050a7
+ source = https://files.pythonhosted.org/packages/source/l/libsass/libsass-0.18.0.tar.gz
+ md5sums = 999cfa57ad14b818c6aada611c73dfc4
pkgname = python-libsass
diff --git a/PKGBUILD b/PKGBUILD
index 0d525548147e..752b437f9dff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname=libsass
pkgname=python-libsass
-pkgver=0.17.0
-pkgrel=3
+pkgver=0.18.0
+pkgrel=1
pkgdesc="Sass for Python: A straightforward binding of libsass for Python."
arch=('x86_64')
url="https://sass.github.io/libsass-python/"
@@ -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=('1937ec5525d5367e50f20ed26c5050a7')
+md5sums=('999cfa57ad14b818c6aada611c73dfc4')
build() {
cd "$srcdir/$_pkgname-$pkgver"