Skip to content

Commit

Permalink
Merge pull request #2433 from mariux64/fix-srcurl-xfwm4-themes
Browse files Browse the repository at this point in the history
xfwm4-themes: fix SRCURL
  • Loading branch information
wwwutz authored Nov 1, 2021
2 parents ef4e52b + 4ca9e9c commit 57086b9
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 57086b9

Please sign in to comment.