summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD. Can Celasun2018-03-03 12:08:10 +0100
committerD. Can Celasun2018-03-03 12:08:10 +0100
commit0617aa5d151be1cefddc8957613947717ff60e1b (patch)
tree45fb44cb4ee913a3d19314bc1956b082a9ef6526 /PKGBUILD
parentc1b93106f7799ec1ac4bbb310c61824606b1f976 (diff)
downloadaur-0617aa5d151be1cefddc8957613947717ff60e1b.tar.gz
Update to 4.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a49b1db0093e..a73759a03f08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: D. Can Celasun <can[at]dcc[dot]im>
pkgname="pymdown-extensions"
-pkgver=4.1.0
+pkgver=4.8.0
pkgrel=1
pkgdesc="Extensions for Python Markdown"
arch=("any")
@@ -8,7 +8,7 @@ url="http://facelessuser.github.io/pymdown-extensions/"
license=("MIT")
makedepends=("python-setuptools")
source=("https://github.com/facelessuser/pymdown-extensions/archive/${pkgver}.tar.gz")
-sha256sums=('3b5f09c9f991bb242381466c9b5fea09000a6afa91e5fb8dbe8705cb85fe3b1e')
+sha256sums=('00ba111fb1283dee3f15abeacc011407ba3938d4c209c0a2111a5f8bda7e944e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"