summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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/"