summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2022-09-28 02:52:10 +0200
committerMichał Wojdyła2022-09-28 02:52:10 +0200
commitb9720be793718300665274ae87a92c0b08b1a813 (patch)
tree0d3f1a8259c7c9563688e112f8a8e035d56cc755 /PKGBUILD
parent94584d9cbb20794de9ce058ec9ac31c582ed16e1 (diff)
downloadaur-python-markdown-sections.tar.gz
packaging update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd80c9729c5d..bc18e94ae425 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Sapphira Armageddos <shadowkyogre.public+aur <AT> gmail <DOT> com>
+# Contributor: Sapphira Armageddos <shadowkyogre.public+aur <AT> gmail <DOT> com>
pkgname=python-markdown-sections
-pkgver=5.7adb866
+pkgver=8.82972f5
pkgrel=1
pkgdesc="Python-Markdown extension to provide a small amount of structure to Markdown documents."
arch=('any')
url="http://github.com/jessedhillon/mdx_sections"
license=('GPL2')
depends=('python-markdown')
-makedepends=('git')
-source=("$pkgname"::'git://github.com/jessedhillon/mdx_sections')
+makedepends=('git' 'python-setuptools')
+_commit=82972f5b8c7a94b0b0bf183f73d782fe718f7664
+source=("$pkgname"::git+https://github.com/jessedhillon/mdx_sections#commit=${_commit})
md5sums=('SKIP')
pkgver() {