Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dino: update 0.2.0 to 0.2.2
- new vala dictates update
  • Loading branch information
wwwutz committed Nov 8, 2021
1 parent 4b64f87 commit abf632b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions dino.be0
@@ -1,9 +1,10 @@
#!/usr/bin/env beesh

# BEE_VERSION dino-0.2.0-0
# BEE_VERSION dino-0.2.2-0

# https://github.com/dino/dino/
SRCURL[0]="https://github.com/dino/dino/releases/download/v${PKGVERSION}/dino-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://github.com/dino/dino/releases/download/v${PKGVERSION}/dino-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/f9ecbcc69efd8a5c770912390564388f/dino-0.2.2.tar.gz"

# PATCHURL+=()

Expand All @@ -17,9 +18,12 @@ BEE_BUILDTYPE=autotools
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
echo "">plugins/openpgp/po/LINGUAS
echo "">plugins/omemo/po/LINGUAS
echo "">main/po/LINGUAS
}

mee_configure() {
bee_configure \
Expand All @@ -34,7 +38,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit abf632b

Please sign in to comment.