summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29209d0877a9..d9d9af93afe7 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 = 2
+ pkgrel = 3
url = https://sass.github.io/libsass-python/
arch = x86_64
license = MIT
@@ -10,6 +10,7 @@ pkgbase = python-libsass
depends = python-six
depends = libsass
depends = python-setuptools
+ provides = sassc
source = https://files.pythonhosted.org/packages/source/l/libsass/libsass-0.17.0.tar.gz
md5sums = 1937ec5525d5367e50f20ed26c5050a7
diff --git a/PKGBUILD b/PKGBUILD
index 8732285f14f1..0d525548147e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname=libsass
pkgname=python-libsass
pkgver=0.17.0
-pkgrel=2
+pkgrel=3
pkgdesc="Sass for Python: A straightforward binding of libsass for Python."
arch=('x86_64')
url="https://sass.github.io/libsass-python/"
@@ -9,7 +9,8 @@ license=('MIT')
depends=('python' 'python-six' 'libsass' 'python-setuptools')
_name=${pkgname#python-}
makedepends=('gcc')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
+provides=('sassc')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_pkgname}-${pkgver}.tar.gz")
md5sums=('1937ec5525d5367e50f20ed26c5050a7')
build() {