Update some packages

This commit is contained in:
moparisthebest
2016-11-28 17:29:12 -05:00
parent 2bfd6f4df1
commit 83b701744d
12 changed files with 97 additions and 81 deletions

View File

@@ -7,14 +7,14 @@ _gitname='comskip'
url='http://github.com/erikkaashoek/Comskip'
arch=('x86_64' 'i686')
license=('GPL3')
depends=('ffmpeg2.8' 'argtable')
depends=('ffmpeg' 'argtable')
source=("${_gitname}::git+https://github.com/erikkaashoek/Comskip.git#branch=master")
sha256sums=('SKIP')
build() {
cd "${srcdir}/${_gitname}"
./autogen.sh
PKG_CONFIG_PATH=/usr/lib/ffmpeg2.8/pkgconfig ./configure --prefix=/usr
./configure --prefix=/usr
make
}