summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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