summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkureta2019-01-29 06:22:10 +0300
committerkureta2019-01-29 06:22:10 +0300
commitf5d6879a5551af2eb6fe388e31415e0c60a60848 (patch)
treead5a3cc0f6675dff5c2b280f7daaa9b60b158f9c
parent5e77fbb36e98800be143d059bfe09614f9747a8b (diff)
downloadaur-f5d6879a5551af2eb6fe388e31415e0c60a60848.tar.gz
adopted the package and changed source to github release link.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ef48eec82ac..607f35d6faaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-lesscpy
pkgdesc = Python LESS compiler
pkgver = 0.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lesscpy/lesscpy
arch = any
license = MIT
makedepends = python3
depends = python
depends = python-ply
- 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
pkgname = python-lesscpy
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