diff options
author | Britney Fransen <brfransen@gmail.com> | 2019-01-31 12:54:41 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2019-01-31 12:54:41 (GMT) |
commit | a5cd768d05869b1ca8422bcfa094da2c13786a10 (patch) | |
tree | d1ef5171ae2dd682b67668edce48e93f68428087 | |
parent | ec991aa3644677692425ece898a188493f5c2c12 (diff) | |
download | linhes_pkgbuild-a5cd768d05869b1ca8422bcfa094da2c13786a10.zip linhes_pkgbuild-a5cd768d05869b1ca8422bcfa094da2c13786a10.tar.gz linhes_pkgbuild-a5cd768d05869b1ca8422bcfa094da2c13786a10.tar.bz2 |
python-pygments: update to 2.3.1
-rw-r--r-- | abs/core/python_modules/python-pygments/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/abs/core/python_modules/python-pygments/PKGBUILD b/abs/core/python_modules/python-pygments/PKGBUILD index 37fe169..ef7fc43 100644 --- a/abs/core/python_modules/python-pygments/PKGBUILD +++ b/abs/core/python_modules/python-pygments/PKGBUILD @@ -1,9 +1,8 @@ -# $Id$ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Timm Preetz <timm@preetz.us> pkgname=('python-pygments' 'python2-pygments' 'pygmentize') -pkgver=2.2.0 +pkgver=2.3.1 pkgrel=1 pkgdesc="Python syntax highlighter" arch=('any') @@ -12,7 +11,7 @@ license=('BSD') makedepends=('python-setuptools' 'python2-setuptools') options=('!emptydirs') source=(https://pypi.org/packages/source/P/Pygments/Pygments-$pkgver.tar.gz) -sha256sums=('dbae1046def0efb574852fab9e90209b23f556367b5a320c0bcb871c77c3e8cc') +sha256sums=('5ffada19f6203563680669ee7f53b64dabbeb100eb51b61996085e99c03b284a') package_python-pygments() { depends=('python-setuptools') |