diff options
Diffstat (limited to 'abs')
| -rw-r--r-- | abs/extra-testing/mkvtoolnix/PKGBUILD | 5 | ||||
| -rw-r--r-- | abs/extra-testing/mythnuv2mkv/PKGBUILD | 3 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/abs/extra-testing/mkvtoolnix/PKGBUILD b/abs/extra-testing/mkvtoolnix/PKGBUILD index b328a32..21681a9 100644 --- a/abs/extra-testing/mkvtoolnix/PKGBUILD +++ b/abs/extra-testing/mkvtoolnix/PKGBUILD @@ -3,7 +3,7 @@  # Contributor: 03/08/04 <lefungus@altern.org>  pkgname=mkvtoolnix -pkgver=2.9.7 +pkgver=2.9.8  pkgrel=1  pkgdesc="Set of tools to create, edit and inspect Matroska files"  arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL2')  url="http://www.bunkus.org/videotools/mkvtoolnix/index.html"  depends=('libmatroska>=0.8.1' 'flac>=1.1.4' 'libvorbis' 'wxgtk>=2.8.0.1' 'file' 'boost' 'lzo2')  source=("http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2") -md5sums=('eae428821c69e7a16b690f4eca6bf567') +md5sums=('7b049aa43c6b39dfcb19f5a46d5574ac')  build() {    cd ${srcdir}/${pkgname}-${pkgver}/ @@ -20,4 +20,3 @@ build() {    make  || return 1    make DESTDIR=${pkgdir}/ install  } - diff --git a/abs/extra-testing/mythnuv2mkv/PKGBUILD b/abs/extra-testing/mythnuv2mkv/PKGBUILD index 1c52820..9a61d9a 100644 --- a/abs/extra-testing/mythnuv2mkv/PKGBUILD +++ b/abs/extra-testing/mythnuv2mkv/PKGBUILD @@ -1,5 +1,5 @@  pkgname=mythnuv2mkv -pkgver=1.48 +pkgver=1.53  pkgrel=1  conflicts=()  pkgdesc="Converts MythTV nuv or mpg files to mkv, mp4 or avi files. It can be run as a MythTV User Job or at command line to convert MythTV recordings or stand alone files." @@ -13,3 +13,4 @@ build() {      mkdir -p $startdir/pkg/usr/bin      install -m 0755 mythnuv2mkv.sh $startdir/pkg/usr/bin/mythnuv2mkv.sh  } + | 
