Update packages

This commit is contained in:
moparisthebest
2017-04-02 18:13:58 -04:00
parent a51d82e328
commit 67ef50ee71
9 changed files with 43 additions and 24 deletions

View File

@@ -1,17 +1,22 @@
# Maintainer: Nick Burrett <nick@sqrt.co.uk>
pkgname=comskip
pkgver=0.93
pkgrel=4
pkgver=0.94
pkgrel=1
pkgdesc='Comskip is a free MPEG commercial break detector'.
_gitname='comskip'
url='http://github.com/erikkaashoek/Comskip'
arch=('x86_64' 'i686')
license=('GPL3')
makedepends=('git')
depends=('ffmpeg' 'argtable')
makedepends=(git)
source=("${_gitname}::git+https://github.com/erikkaashoek/Comskip.git#branch=master")
sha256sums=('SKIP')
#pkgver() {
# cd "${srcdir}/${_gitname}"
# echo "$(git describe --long --tags | tr - .)"
#}
build() {
cd "${srcdir}/${_gitname}"
./autogen.sh