upgpkg: makemkv-libaacs 11-3
correct conflicts
This commit is contained in:
parent
42c086b69d
commit
228d09e374
2 changed files with 5 additions and 7 deletions
|
@ -1,9 +1,7 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Fri Nov 13 13:13:39 UTC 2015
|
||||
pkgbase = makemkv-libaacs
|
||||
pkgdesc = Enable libaacs emulation from MakeMKV
|
||||
pkgver = 1
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
epoch = 1
|
||||
url = http://www.makemkv.com/forum2/viewtopic.php?f=3&t=7009
|
||||
arch = any
|
||||
|
@ -14,7 +12,7 @@ pkgbase = makemkv-libaacs
|
|||
conflicts = libaacs
|
||||
conflicts = libaacs-git
|
||||
conflicts = libbdplus
|
||||
conflicts = libdplus-git
|
||||
conflicts = libbdplus-git
|
||||
|
||||
pkgname = makemkv-libaacs
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||
# Maintainer: Cedric Girard <cgirard.archlinux@valinor.fr>
|
||||
# Contributor: Frank Phillips <frankalso@gmail.com>
|
||||
# Contributor: Olaf Bauer <hydro@freenet.de>
|
||||
|
||||
pkgname=makemkv-libaacs
|
||||
pkgver=1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
epoch=1
|
||||
pkgdesc="Enable libaacs emulation from MakeMKV"
|
||||
arch=('any')
|
||||
|
@ -12,7 +12,7 @@ license=('none')
|
|||
url="http://www.makemkv.com/forum2/viewtopic.php?f=3&t=7009"
|
||||
depends=('makemkv')
|
||||
provides=('libaacs' 'libbdplus')
|
||||
conflicts=('libaacs' 'libaacs-git' 'libbdplus' 'libdplus-git')
|
||||
conflicts=('libaacs' 'libaacs-git' 'libbdplus' 'libbdplus-git')
|
||||
|
||||
package() {
|
||||
install -d $pkgdir/usr/lib
|
||||
|
|
Loading…
Reference in a new issue