summaryrefslogtreecommitdiff
path: root/libmatroska/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libmatroska/Pkgfile')
-rw-r--r--libmatroska/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/libmatroska/Pkgfile b/libmatroska/Pkgfile
index c3173629f..fbda5b14c 100644
--- a/libmatroska/Pkgfile
+++ b/libmatroska/Pkgfile
@@ -5,16 +5,14 @@
# Depends on: libebml
name=libmatroska
-version=1.4.4
+version=1.4.5
release=1
source=(https://mkvtoolnix.download/sources/$name-$version.tar.bz2)
build() {
cd $name-$version
- ./configure \
- --prefix=/usr \
- --mandir=/usr/man
+ ./configure --prefix=/usr
make
make prefix=$PKG/usr install

Generated by cgit