summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Gonzalez2019-03-15 15:47:53 -0500
committerRyan Gonzalez2019-03-15 15:48:25 -0500
commitbdbd2096c1dd2316507875992598c26be706bf3f (patch)
tree646ef2dc73c7b69fc6e797eaddc4a4909121e22d
parent4e6e5319f879231582e06cf8ee6b476be9c22c47 (diff)
downloadaur-bdbd2096c1dd2316507875992598c26be706bf3f.tar.gz
Update to 0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b5c5ad28aa2..2bbaf8aa9619 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-mistletoe
pkgdesc = A fast, extensible Markdown parser in pure Python.
- pkgver = 0.5.4
+ pkgver = 0.7.1
pkgrel = 1
url = http://mistletoe.afteryu.me/
arch = any
license = MIT
makedepends = python-setuptools
- source = https://github.com/miyuchina/mistletoe/archive/v0.5.4.tar.gz
- sha256sums = 1044297c082b162a1c6f37a61a86d6b68ac1520282fcdce3ffd70ab48755e1af
+ source = https://github.com/miyuchina/mistletoe/archive/v0.7.1.tar.gz
+ sha256sums = 420e1eeace013547364da0f92cca234b2088fd0941792e41307e10c3c35b375e
pkgname = python-mistletoe
diff --git a/.gitignore b/.gitignore
index f849d86732b9..d725ba4cf0d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-*.tar.gz
+*.tar.*
pkg/
src/
diff --git a/PKGBUILD b/PKGBUILD
index 60259e5ea38e..7ae62a1149c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ryan Gonzalez <rymg19 at gmail dot com>
pkgname=('python-mistletoe')
-pkgver=0.5.4
+pkgver=0.7.1
pkgrel=1
pkgdesc='A fast, extensible Markdown parser in pure Python.'
arch=('any')
url='http://mistletoe.afteryu.me/'
license=('MIT')
makedepends=('python-setuptools')
-source=(https://github.com/miyuchina/mistletoe/archive/v0.5.4.tar.gz)
-sha256sums=('1044297c082b162a1c6f37a61a86d6b68ac1520282fcdce3ffd70ab48755e1af')
+source=(https://github.com/miyuchina/mistletoe/archive/v${pkgver}.tar.gz)
+sha256sums=('420e1eeace013547364da0f92cca234b2088fd0941792e41307e10c3c35b375e')
package() {
cd "$srcdir/mistletoe-$pkgver"