summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSean Anderson2024-02-17 09:40:21 -0500
committerSean Anderson2024-02-17 09:40:21 -0500
commitcfc4d48e304814715a71f6645d15a57275a82a3f (patch)
treec2dd0e98d6c0eae0a148d5b3be83bf31931cd461 /PKGBUILD
parentb7cb5c80f56a723cbdd0216b3ffcc9660c00b993 (diff)
downloadaur-perl-text-markdown-discount.tar.gz
0.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db2a0635a7ef..776ed58deb97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sean Anderson <seanga2@gmail.com>
_dist=Text-Markdown-Discount
pkgname=perl-text-markdown-discount
-pkgver=0.13
+pkgver=0.16
pkgrel=1
pkgdesc="fast function for converting markdown to HTML"
arch=(any)
@@ -13,7 +13,7 @@ depends=(
)
options=(!emptydirs purge)
source=("https://cpan.metacpan.org/authors/id/S/SE/SEKIMURA/$_dist-$pkgver.tar.gz")
-sha512sums=('688cbbc73f8e67f9908ad3a46445b7c68069dcbf0350f77f65cf9c5ddc8de3522ff2c937d37cc5dc12b26201f8f6c8886032f054f112684006060070f97d17cf')
+sha512sums=('4175fe71b94ec7b9aa11a0c25b963f3a3cca606d63db757fd1156aff30f50cc8253d0ae18241b4129a89855c843b1ff275297b70a18d6c59bf11769d6d159ae2')
build() {
cd "$srcdir/$_dist-$pkgver"