summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-08-07 02:41:15 +0800
committerlilac2018-08-07 02:41:15 +0800
commite30781d3b6bbd6281deeccfd78759ddfde2069b4 (patch)
tree9a2b533e63fbf1aa8019f30d538fc1b27e7f85ba
parent0310a41ba8a41b59a9e1d3924431054c84bd6ff2 (diff)
downloadaur-e30781d3b6bbd6281deeccfd78759ddfde2069b4.tar.gz
update by lilac
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e26e180890f6..27ce8d104c67 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.14.5
- pkgrel = 1
+ pkgrel = 1.1
url = https://sass.github.io/libsass-python/
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 4f0dac5abbef..9044c1a83758 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname=libsass
pkgname=python-libsass
pkgver=0.14.5
-pkgrel=1
+pkgrel=1.1
pkgdesc="Sass for Python: A straightforward binding of libsass for Python."
arch=('x86_64')
url="https://sass.github.io/libsass-python/"