Skip to content

Commit

Permalink
Merge pull request #2471 from mariux64/fix-srcurl-xfce4-icon-theme
Browse files Browse the repository at this point in the history
xfce4-icon-theme: fix SRCURL
  • Loading branch information
wwwutz authored Nov 9, 2021
2 parents 642c8fb + d2e6e9f commit 863a9cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xfce4-icon-theme.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION xfce4-icon-theme-4.4.3-3
# BEE_VERSION xfce4-icon-theme-4.4.3-4

SRCURL[0]="http://archive.xfce.org/src/art/xfce4-icon-theme/${PKGVERSION[2]}/xfce4-icon-theme-${PKGVERSION}.tar.bz2"
#SRCURL[0]="http://archive.xfce.org/src/art/xfce4-icon-theme/${PKGVERSION[2]}/xfce4-icon-theme-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/73ce2977b84f634a6a6c5d9c27e336db/xfce4-icon-theme-4.4.3.tar.bz2"

# PATCHURL+=()

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

0 comments on commit 863a9cf

Please sign in to comment.