diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-09 00:10:48 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-09 00:10:48 (GMT) |
commit | eb79c361fd072b1b5a7529f6694f5050d8373c3f (patch) | |
tree | ca77d6c7972a868dcb34f738f4b8870d564e02e7 /abs/extra/bluez/PKGBUILD | |
parent | 15699db7cc8429c3f9d7a2b516b91889e010984d (diff) | |
parent | 90514910be147bd0aa416dc29ab4cb0791844cc4 (diff) | |
download | linhes_pkgbuild-eb79c361fd072b1b5a7529f6694f5050d8373c3f.zip linhes_pkgbuild-eb79c361fd072b1b5a7529f6694f5050d8373c3f.tar.gz linhes_pkgbuild-eb79c361fd072b1b5a7529f6694f5050d8373c3f.tar.bz2 |
Merge remote-tracking branch 'origin/testing' into testing
# By Cecil (8) and Michael Hanson (4)
# Via Cecil (2) and Michael Hanson (1)
* origin/testing:
mplayer: nothing to see here
bluez: update to 4.101
linhes-scripts:Corrected scripting errors in ripD_eject.sh.
linhes-scripts:Modifed ripD_eject.sh to use HandBrakeCLI.
mplayer: minor correction to PKGBUILD. No pkg built.
handbrake:Bumped to 0.9.8. Closes #838.
mythtv:Bumped to add deps for backing up DVD.
mythtv:Bumped to compiles latest 0.25.2. Added DVD backup menu.
mythplugins:Bumped to compiles latest 0.25.2.
linhes-scripts:Added scripts to backup one's DVD.
lsdvd:initial inclusion. For use with ripD.
linhes-scripts: fix for myth2mkv
Conflicts:
abs/core/mplayer/PKGBUILD
abs/core/mythtv/stable-0.25/git_src/git_hash
abs/core/mythtv/stable-0.25/mythtv/PKGBUILD
Diffstat (limited to 'abs/extra/bluez/PKGBUILD')
-rw-r--r-- | abs/extra/bluez/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/bluez/PKGBUILD b/abs/extra/bluez/PKGBUILD index a26b874..758e858 100644 --- a/abs/extra/bluez/PKGBUILD +++ b/abs/extra/bluez/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Geoffroy Carrier <geoffroy@archlinux.org> pkgname=bluez -pkgver=4.100 +pkgver=4.101 pkgrel=1 pkgdesc="Libraries and tools for the Bluetooth protocol stack" url="http://www.bluez.org/" @@ -82,7 +82,7 @@ package() { "${pkgdir}"/usr/bin/bluez-test-device \ "${pkgdir}"/usr/bin/bluez-test-input } -md5sums=('54809d476c52665ff64594b6828016b5' +md5sums=('902b390af95c6c5d6d1a17d94c8344ab' '7412982b440f29fa7f76a41a87fef985' '54c7de598327bf11d56592235d0702f4' 'cc9c86af1ced7ad46fc7be114d32adfb') |