summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorliara2018-05-02 09:48:38 +0200
committerliara2018-05-02 09:48:38 +0200
commit42ee8c05301d6d68120b7a437ba6095d3fbbcb62 (patch)
tree0ab27aa8ce45f5ba7aa08299370fc493a7bfcd9d /PKGBUILD
parent3189189981aee58dbcc72ee90ea22496ac5d62be (diff)
downloadaur-pygments-base16.tar.gz
Updated to 1.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87a39de7b616..5db511953b6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,5 @@
-# Maintainer: liara (liara at archlinux.info)
-
pkgname=pygments-base16
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="Base16 styles for Pygments"
url="https://github.com/mohd-akram/base16-pygments"
@@ -9,9 +7,8 @@ depends=('python' 'python-pygments' )
makedepends=('python' 'python-setuptools')
license=('MIT')
arch=('any')
-source=(https://pypi.python.org/packages/1a/ee/95c777b3ff2c1cc6f43739ed62e9821b0bf950bd1b3c982186e0b543c76d/pygments-base16-${pkgver}.tar.gz)
-md5sums=('2e7a10a239d7647ebb790dd885636a93')
-
+source=(https://files.pythonhosted.org/packages/b4/84/a52861bcf6b1ccdd83fbd7443ccf430321eb9ca00ff8dd89473ba0ace63f/pygments-base16-${pkgver}.tar.gz)
+sha256sums=('c85a74be2cead720bf16c08e724dbfe39a15f3583ea0413991169710d9e025f3')
build() {
cd "$srcdir/pygments-base16-${pkgver}"
python setup.py build