summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Gonzalez2019-10-13 20:15:09 -0500
committerRyan Gonzalez2019-10-13 20:15:09 -0500
commit4de64667b3163dac121658bb0534c1e4c62827b3 (patch)
tree12c8f765a93887ff22ea0541f953240212f2e198
parentbdbd2096c1dd2316507875992598c26be706bf3f (diff)
downloadaur-4de64667b3163dac121658bb0534c1e4c62827b3.tar.gz
Updates
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bbaf8aa9619..b0bc9052ed20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-mistletoe
pkgdesc = A fast, extensible Markdown parser in pure Python.
- pkgver = 0.7.1
+ pkgver = 0.7.2
pkgrel = 1
- url = http://mistletoe.afteryu.me/
+ url = https://github.com/miyuchina/mistletoe
arch = any
license = MIT
makedepends = python-setuptools
- source = https://github.com/miyuchina/mistletoe/archive/v0.7.1.tar.gz
- sha256sums = 420e1eeace013547364da0f92cca234b2088fd0941792e41307e10c3c35b375e
+ source = https://github.com/miyuchina/mistletoe/archive/v0.7.2.tar.gz
+ sha256sums = 263ba6a27ed6b01c48fcb592a6073b0c70c027cce476d649caf421602c8a7322
pkgname = python-mistletoe
diff --git a/PKGBUILD b/PKGBUILD
index 7ae62a1149c7..700726dfb10f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ryan Gonzalez <rymg19 at gmail dot com>
pkgname=('python-mistletoe')
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc='A fast, extensible Markdown parser in pure Python.'
arch=('any')
-url='http://mistletoe.afteryu.me/'
+url='https://github.com/miyuchina/mistletoe'
license=('MIT')
makedepends=('python-setuptools')
source=(https://github.com/miyuchina/mistletoe/archive/v${pkgver}.tar.gz)
-sha256sums=('420e1eeace013547364da0f92cca234b2088fd0941792e41307e10c3c35b375e')
+sha256sums=('263ba6a27ed6b01c48fcb592a6073b0c70c027cce476d649caf421602c8a7322')
package() {
cd "$srcdir/mistletoe-$pkgver"