summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHLFH2022-02-15 12:12:43 +0000
committerHLFH2022-02-15 12:12:43 +0000
commit537a6e81f7d2a296fb19ca4fd1d4632727fc4c5a (patch)
tree4b471ada4bfea57c42f921d050047aad3a19c827
parent0ec9ed792bc1b8c8ec60ed2262d7d8dd2c5c322a (diff)
downloadaur-537a6e81f7d2a296fb19ca4fd1d4632727fc4c5a.tar.gz
0.8.1 release
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e8bc768f6d1..84b710946b7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = python-mistletoe-ng
+pkgbase = python-mistletoe
pkgdesc = A fast, extensible Markdown parser in pure Python.
pkgver = 0.8.1
pkgrel = 1
@@ -6,8 +6,7 @@ pkgbase = python-mistletoe-ng
arch = any
license = MIT
makedepends = python-setuptools
- conflicts = python-mistletoe
source = https://github.com/miyuchina/mistletoe/archive/v0.8.1.tar.gz
sha512sums = 52bc7fdf5576a7ff8300e9d28df0795defe1a9b76044382f9cb95d16d27ae797f2572b34a88b2939d3b6b2832507b5c9228445d3b7229cc515594a56e7e821af
-pkgname = python-mistletoe-ng
+pkgname = python-mistletoe
diff --git a/PKGBUILD b/PKGBUILD
index c100493754e2..169601602dbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: HLFH <gaspard@dhautefeuille.eu>
-pkgname=('python-mistletoe-ng')
+pkgname=('python-mistletoe')
pkgver=0.8.1
pkgrel=1
pkgdesc='A fast, extensible Markdown parser in pure Python.'
@@ -8,7 +8,6 @@ arch=('any')
url='https://github.com/miyuchina/mistletoe'
license=('MIT')
makedepends=('python-setuptools')
-conflicts=('python-mistletoe')
source=(https://github.com/miyuchina/mistletoe/archive/v${pkgver}.tar.gz)
sha512sums=('52bc7fdf5576a7ff8300e9d28df0795defe1a9b76044382f9cb95d16d27ae797f2572b34a88b2939d3b6b2832507b5c9228445d3b7229cc515594a56e7e821af')