author | Antonio Rojas
<arojas@archlinux.org> 2018-04-24 16:09:50 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2018-04-24 16:09:50 UTC |
parent | d3ecc9130bc06ef5524d43368c1a2ad4c7229fa3 |
PKGBUILD | +1 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 77a594e..0def679 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ffmpegthumbnailer pkgver=2.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Lightweight video thumbnailer that can be used by file managers." url="https://github.com/dirkvdb/ffmpegthumbnailer" license=('GPL2') @@ -19,7 +19,6 @@ build() { mkdir -p build cd build cmake .. \ - -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DENABLE_GIO=ON \