summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {