diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-12 00:03:50 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-12 00:03:50 (GMT) |
commit | 86f1f88ec71fb3dbef72a7472aeb324a1013d26c (patch) | |
tree | a0705dc0d3ad41b5504b918f979dc6bb9ea4e495 /abs/core/mplayer/PKGBUILD | |
parent | e2886eeefe0079301a1bb61115ac91ccae70ae34 (diff) | |
download | linhes_pkgbuild-86f1f88ec71fb3dbef72a7472aeb324a1013d26c.zip linhes_pkgbuild-86f1f88ec71fb3dbef72a7472aeb324a1013d26c.tar.gz linhes_pkgbuild-86f1f88ec71fb3dbef72a7472aeb324a1013d26c.tar.bz2 |
mplayer: bump for sdl
Diffstat (limited to 'abs/core/mplayer/PKGBUILD')
-rw-r--r-- | abs/core/mplayer/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/abs/core/mplayer/PKGBUILD b/abs/core/mplayer/PKGBUILD index 211fb50..0502f46 100644 --- a/abs/core/mplayer/PKGBUILD +++ b/abs/core/mplayer/PKGBUILD @@ -1,5 +1,5 @@ pkgname=mplayer -pkgver=32613 +pkgver=32620 pkgrel=1 pkgdesc="Famous multimedia player, dev. version, without its GUI" arch=('i686' 'x86_64') @@ -32,7 +32,6 @@ build() { msg "SVN checkout done or server timeout" cp -r "${_svnmod}" "${_svnmod}-build" -# cp -r mplayer-export-2009-04-03/ "${_svnmod}-build" cd "${_svnmod}-build" msg "Building the package..." |