Skip to content

Commit

Permalink
Merge pull request #2518 from mariux64/fix-srcurl-docbnookx-xml-51
Browse files Browse the repository at this point in the history
docbook-xml51: fix SRCURL
  • Loading branch information
wwwutz authored Nov 16, 2021
2 parents 4528bd7 + 3f07b07 commit dc232a8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docbook-xml51.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION docbook-xml51-5.1-0
# BEE_VERSION docbook-xml51-5.1-1
# more info: https://www.docbook.org

SRCURL[0]="https://www.docbook.org/xml/5.1/docbook-v5.1-os.zip"
# SRCURL[0]="https://www.docbook.org/xml/5.1/docbook-v5.1-os.zip"
SRCURL[0]="https://beehive.molgen.mpg.de/d8bea8ddfc5743578a31cb18f9ae1f5a/docbook-v5.1-os.zip"


# PATCHURL+=()

build_in_sourcedir
Expand Down Expand Up @@ -127,7 +130,3 @@ mee_install() {
"docbook.schemas/sch" \
${D}/usr/share/xml/docbook/schema/sch/5.1/catalog.xml
}

#mee_install_post() {
# exit
#}

0 comments on commit dc232a8

Please sign in to comment.