vobcopy: 1.0.2 -> 1.1.0

This commit is contained in:
Danny Rawlins 2008-01-14 15:15:39 +11:00
parent 696206be91
commit d5a1440c74
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
8bc06614d4e8131b13faa1339cdb0b64 vobcopy-1.0.2.tar.bz2
6a83debd67a286a0ac75c66f2938515a vobcopy-1.1.0.tar.bz2

View File

@ -5,7 +5,7 @@
# Depends on: libdvdnav
name=vobcopy
version=1.0.2
version=1.1.0
release=1
source=(http://lpn.rnbhq.org/download/vobcopy-$version.tar.bz2)
@ -15,6 +15,6 @@ build() {
install -d $PKG/usr/{bin,man/man1}
make
make install
rm -rf $PKG/usr/man/de/
rm -r $PKG/usr/man/de/
}