remove useless deps
This commit is contained in:
parent
7823e8c22a
commit
b815d3eac6
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,14 +1,14 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Fri Nov 13 13:13:39 UTC 2015
|
||||
pkgbase = makemkv-libaacs
|
||||
pkgdesc = Enable libaacs emulation from MakeMKV
|
||||
pkgver = 1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
epoch = 1
|
||||
url = http://www.makemkv.com/forum2/viewtopic.php?f=3&t=7009
|
||||
arch = any
|
||||
license = none
|
||||
depends = makemkv
|
||||
depends = qt4
|
||||
depends = ffmpeg
|
||||
provides = libaacs
|
||||
provides = libbdplus
|
||||
conflicts = libaacs
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -4,13 +4,13 @@
|
|||
|
||||
pkgname=makemkv-libaacs
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc="Enable libaacs emulation from MakeMKV"
|
||||
arch=('any')
|
||||
license=('none')
|
||||
url="http://www.makemkv.com/forum2/viewtopic.php?f=3&t=7009"
|
||||
depends=('makemkv' 'qt4' 'ffmpeg')
|
||||
depends=('makemkv')
|
||||
provides=('libaacs' 'libbdplus')
|
||||
conflicts=('libaacs' 'libaacs-git' 'libbdplus' 'libdplus-git')
|
||||
|
||||
|
|
Loading…
Reference in a new issue