Skip to content

Commit

Permalink
Merge pull request #1951 from mariux64/fixsrcurl-gimp
Browse files Browse the repository at this point in the history
gimp: fix SRCURL
  • Loading branch information
wwwutz authored Oct 1, 2020
2 parents 4129393 + b522b12 commit 54a1c63
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions gimp.be0
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION gimp-2.10.20-0
# BEE_VERSION gimp-2.10.20-1

SRCURL[0]="https://download.gimp.org/mirror/pub/gimp/v${PKGVERSION[2]}/gimp-${PKGVERSION}.tar.bz2"
# SRCURL[0]="https://download.gimp.org/mirror/pub/gimp/v${PKGVERSION[2]}/gimp-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/7479a4e90b28628d2948e6612fe44049/gimp-2.10.20.tar.bz2"

# PATCHURL+=()

# EXCLUDE+=()
# PATCHURL+=()

# build_in_sourcedir

Expand Down Expand Up @@ -36,4 +36,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 54a1c63

Please sign in to comment.