summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkureta2019-01-29 06:22:10 +0300
committerkureta2019-01-29 06:22:10 +0300
commitf5d6879a5551af2eb6fe388e31415e0c60a60848 (patch)
treead5a3cc0f6675dff5c2b280f7daaa9b60b158f9c /PKGBUILD
parent5e77fbb36e98800be143d059bfe09614f9747a8b (diff)
downloadaur-f5d6879a5551af2eb6fe388e31415e0c60a60848.tar.gz
adopted the package and changed source to github release link.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e11ee24abf7e..88f352270180 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,14 @@
-# Maintainer: Renato Candido <renatocan@gmail.com>
-
pkgname=python-lesscpy
pkgver=0.13.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python LESS compiler"
url="https://github.com/lesscpy/lesscpy"
depends=('python' 'python-ply')
makedepends=('python3' )
license=('MIT')
arch=('any')
-source=('https://pypi.python.org/packages/c2/c2/515d710df11dd4edb07b685e33e8622469593d44cd798534af24f8e0147b/lesscpy-0.13.0.tar.gz')
-md5sums=('d91047bdc5b8e2ff14ca43686101978a')
+source=('https://github.com/lesscpy/lesscpy/archive/0.13.0.tar.gz')
+md5sums=('1c8ef0b933322e53342f6f9b0db297ab')
build() {
cd $srcdir/lesscpy-0.13.0