summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2017-06-11 15:55:19 +0200
committerCedric Girard2017-06-11 15:55:19 +0200
commit68d0fe791393eff4e2b9b20572c1e72baa34fcb5 (patch)
tree0b30964574c9881f963b09207b7d92f3c7eb3e4b
parentf4710775c808c5c71bcc98f576c582706a50d01a (diff)
downloadaur-68d0fe791393eff4e2b9b20572c1e72baa34fcb5.tar.gz
new upstream version 0.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a18e6ec27f8..361db5b84925 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-libsass
pkgdesc = Python binding for libsass CSS compiler
- pkgver = 0.13.0
+ pkgver = 0.13.1
pkgrel = 1
url = http://dahlia.kr/libsass-python/
arch = i686
@@ -9,8 +9,8 @@ pkgbase = python2-libsass
makedepends = libsass
depends = python2
depends = python2-six
- source = https://pypi.io/packages/source/l/libsass/libsass-0.13.0.tar.gz
- md5sums = b14ee54fdb12408a641172028a64c769
+ source = https://pypi.io/packages/source/l/libsass/libsass-0.13.1.tar.gz
+ md5sums = fe94d537647e1bb316d40ab66dfe3223
pkgname = python2-libsass
diff --git a/PKGBUILD b/PKGBUILD
index 52a0de9ec7be..4908f0b7b475 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
_pythonmod=libsass
pkgname=python2-libsass
-pkgver=0.13.0
+pkgver=0.13.1
pkgrel=1
pkgdesc="Python binding for libsass CSS compiler"
arch=(i686 x86_64)
@@ -10,7 +10,7 @@ depends=(python2 python2-six)
makedepends=(libsass)
checkdepends=()
source=(https://pypi.io/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-${pkgver}.tar.gz)
-md5sums=('b14ee54fdb12408a641172028a64c769')
+md5sums=('fe94d537647e1bb316d40ab66dfe3223')
license=('LGPL')
build() {