summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2021-12-16 12:48:21 +0300
committerCaleb Maclennan2021-12-16 12:48:21 +0300
commit9916575c39ffee9d75ae5e5d42bd6fbf968ccff4 (patch)
tree28cf1a1e878885941f53f3d70d9237cc2fff4152 /PKGBUILD
parent114235ab71681456ee67dc1e7f9672a64151041a (diff)
downloadaur-9916575c39ffee9d75ae5e5d42bd6fbf968ccff4.tar.gz
upgpkg: python-markdown2 2.4.2-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09eabdcfea63..52ab6d3d46a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Jakob Matthes <jakob.matthes@gmail.com>
pkgname=python-markdown2
-pkgver=2.3.9
-pkgrel=2
+pkgver=2.4.2
+pkgrel=1
pkgdesc='A fast and complete implementation of Markdown in Python'
url="https://github.com/trentm/$pkgname"
license=(MIT)
@@ -12,7 +12,7 @@ depends=(python)
makedepends=(python-setuptools)
_archive="$pkgname-$pkgver"
source=("$_archive.tgz::$url/archive/${pkgver}.tar.gz")
-sha256sums=('dc2fa66e2866dd9fcbecd98fbcd3d3f8a3edc0bf7ff28ee2d5435dd0fbca6f38')
+sha256sums=('aa3c547ce0425c884046d22c63f5aed0e4196380cbe3483d8b0531c338f63dac')
build() {
cd "$_archive"