summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzwindl2019-05-17 13:03:13 +0800
committerzwindl2019-05-17 13:03:13 +0800
commite5b50bce7a15e425a412ddf433060d5e31d6b518 (patch)
treed78af223b8f1678304e5aef1047a377099cb44aa /PKGBUILD
parentcba354a4599cbd006d7f821360a12aad7186bbcb (diff)
downloadaur-python-pypugjs.tar.gz
5.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e5c5f13f4d8..c44f3b674658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgbase=('python-pypugjs')
pkgname=('python-pypugjs')
_module='pypugjs'
-pkgver='5.6.0'
+pkgver='5.8.1'
pkgrel=1
pkgdesc=" PugJS syntax adapter for Django, Jinja2 and Mako templates"
url="http://github.com/kakulukia/pypugjs"
-depends=('python' 'python-six')
+depends=('python' 'python-six' 'python-chardet')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')
-source=("https://github.com/kakulukia/pypugjs/archive/v5.6.0.tar.gz")
-md5sums=('bbec581ffc9099bcb298fccd6f55de91')
+source=("https://github.com/kakulukia/pypugjs/archive/v5.8.1.zip")
+md5sums=('0fd51b6ebe1bc49726fc40ce74fa7aac')
build() {
cd "${srcdir}/${_module}-${pkgver}"