summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfab2016-03-16 20:43:25 +0100
committerfab2016-03-16 20:43:25 +0100
commit514aa78fa4cf3f45b6213c68bc47c4a64b96cb27 (patch)
tree112a8713ea88423d3ae178343b9f590143020768
parent4fc41f54ba32090d1e44da52d6c0d4b1ea5b07bd (diff)
downloadaur-514aa78fa4cf3f45b6213c68bc47c4a64b96cb27.tar.gz
fixing format
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07876414c00c..f7cbe2032025 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,15 @@ _n=pyScss
pkgname=$_py-pyscss
pkgver=1.3.4
-pkgrel=2
+pkgrel=3
pkgdesc="a Scss compiler for Python"
-depends=($_py "$_py-six")
+depends=($_py "$_py-six" "python2-pathlib" "python2-enum34")
makedepends=($_py "$_py-distribute")
arch=('any')
source=(http://pypi.python.org/packages/source/${_n:0:1}/$_n/$_n-$pkgver.tar.gz)
md5sums=('9527b4864cd6023f77a8277e6fb773d7')
url="http://pypi.python.org/pypi/pyScss"
-license="GPL"
+license=("MIT")
package() {