Skip to content

Commit

Permalink
xfwm4-themes: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
  • Loading branch information
wwwutz committed Oct 29, 2021
1 parent 63e3e56 commit 4ca9e9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xfwm4-themes.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION xfwm4-themes-4.10.0-3
# BEE_VERSION xfwm4-themes-4.10.0-4

SRCURL[0]="http://archive.xfce.org/src/art/xfwm4-themes/${PKGVERSION[2]}/xfwm4-themes-${PKGVERSION}.tar.bz2"
# SRCURL[0]="http://archive.xfce.org/src/art/xfwm4-themes/${PKGVERSION[2]}/xfwm4-themes-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/eaa58362053a3549c8be0b32efd3c54f/xfwm4-themes-4.10.0.tar.bz2"

# PATCHURL+=()

Expand All @@ -29,4 +30,3 @@ SRCURL[0]="http://archive.xfce.org/src/art/xfwm4-themes/${PKGVERSION[2]}/xfwm4-t
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 4ca9e9c

Please sign in to comment.