summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1591bfc90146..4ea9ef44f987 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pygments-pasp
_pypiname=pygments-pasp
-pkgver=0.0.3
+pkgver=0.0.4
pkgrel=1
pkgdesc="Pygments syntax highlighting for probabilistic ASP"
arch=("any")
@@ -11,7 +11,7 @@ license=("MIT")
depends=("python" "python-pygments")
makedepends=("python-setuptools" "python-pygments")
source=("https://files.pythonhosted.org/packages/source/${_pypiname::1}/${_pypiname}/pygments_pasp-${pkgver}.tar.gz")
-sha256sums=("43ee4c1a34c12c0c5e8e76842965d6fe1e1e564e6c33b8806b640306e27b75d3")
+sha256sums=("78fc414bc2ac2d79855283a4393821ac1f7d9dc2179a246ac60d3e2f37fff94c")
build() {
cd $srcdir/pygments_pasp-${pkgver}