Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dar: fix SRCURL
- fixed SRCURL
  • Loading branch information
wwwutz committed Sep 9, 2021
1 parent e9c3aa9 commit 9ff03f2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dar.be0
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION dar-2.6.5-1
# BEE_VERSION dar-2.6.5-2

SRCURL[0]="https://downloads.sourceforge.net/dar/dar/${PKGVERSION}/dar-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://downloads.sourceforge.net/dar/dar/${PKGVERSION}/dar-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/023a8fd82b42022f8cc9abd39746159f/dar-2.6.5.tar.gz"

# PATCHURL+=()

Expand All @@ -21,7 +22,8 @@ build_in_sourcedir
mee_configure() {
bee_configure \
--disable-static \
--disable-build-html
--disable-build-html \
--disable-nls
}

#mee_build() {
Expand Down

0 comments on commit 9ff03f2

Please sign in to comment.