Skip to content

Commit

Permalink
xfce4-dev-tools: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
  • Loading branch information
wwwutz committed Nov 10, 2021
1 parent fd4da88 commit cf0fe99
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions xfce4-dev-tools.be0
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
#!/usr/bin/env beesh

# BEE_VERSION xfce4-dev-tools-4.16.0-0
# BEE_VERSION xfce4-dev-tools-4.16.0-1

SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-dev-tools/${PKGVERSION[2]}/xfce4-dev-tools-${PKGVERSION}.tar.bz2"
# SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-dev-tools/${PKGVERSION[2]}/xfce4-dev-tools-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/4341c604f3d6198076167c5a2a2d27ea/xfce4-dev-tools-4.16.0.tar.bz2"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir


#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -30,4 +28,3 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-dev-tools/${PKGVERSION[2]}/xfc
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit cf0fe99

Please sign in to comment.