Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1717 from mariux64/fix-python-asciidoc
asciidoc: update from 8.6.9 to 9.0.0rc1
  • Loading branch information
donald committed Feb 24, 2020
2 parents c076ccf + 5e43d9b commit 0df44d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions asciidoc.be0 → asciidoc-py3.be0
@@ -1,12 +1,8 @@
#!/usr/bin/env beesh

# BEE_VERSION asciidoc-8.6.9-1
# BEE_VERSION asciidoc-py3-9.0.0rc1-0

# more info: https://foo.bar.com

# SRCURL[0]="http://downloads.sourceforge.net/project/asciidoc/asciidoc/${PKGVERSION}/asciidoc-${PKGVERSION}.tar.gz"

SRCURL[0]="https://beehive.molgen.mpg.de/c59018f105be8d022714b826b0be130a/asciidoc-8.6.9.tar.gz"
SRCURL[0]="https://github.com/asciidoc/asciidoc-py3/archive/${PKGVERSION}.tar.gz ${PKGFULLNAME}-${PKGFULLVERSION}.tar.gz"

# PATCHURL+=()

Expand All @@ -22,6 +18,10 @@ build_in_sourcedir
# bee_patch "${@}"
#}

mee_patch_post() {
autoconf
}

#mee_configure() {
# bee_configure
#}
Expand Down

0 comments on commit 0df44d2

Please sign in to comment.