Skip to content

Commit

Permalink
Merge pull request #1646 from mariux64/update-smplayer-19102
Browse files Browse the repository at this point in the history
smplayer: update to 19.10.2
  • Loading branch information
wwwutz authored Jan 31, 2020
2 parents 92b34c2 + 64b6700 commit 7f53eb2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions smplayer.be0
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
#!/usr/bin/env beesh

# BEE_VERSION smplayer-19.5.0-0
# BEE_VERSION smplayer-19.10.2-1

SRCURL[0]="https://downloads.sourceforge.net/project/smplayer/SMPlayer/${PKGVERSION}/smplayer-${PKGVERSION}.tar.bz2"
# SRCURL[0]="https://downloads.sourceforge.net/project/smplayer/SMPlayer/${PKGVERSION}/smplayer-${PKGVERSION}.tar.bz2"

# PATCHURL+=()
SRCURL[0]="https://beehive.molgen.mpg.de/9440bce02118e4599302a050e6eea41a/smplayer-19.10.2.tar.bz2"

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

# build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -33,4 +32,3 @@ mee_install() {
bee_install
rm -vrf ${D}/usr/share/doc
}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 7f53eb2

Please sign in to comment.