mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 15:29:38 +01:00
conflicts to nzbget-svn
This commit is contained in:
parent
6593b153f5
commit
efaf38bae3
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -15,7 +15,7 @@ pkgbase = nzbget-git
|
|||
depends = libgcrypt
|
||||
depends = openssl
|
||||
provides = nzbget
|
||||
conflicts = nzbget
|
||||
conflicts = nzbget nzbget-svn
|
||||
source = git://github.com/nzbget/nzbget.git
|
||||
source = nzbget.service
|
||||
sha512sums = SKIP
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -12,7 +12,7 @@ arch=('any')
|
|||
url="http://nzbget.net/"
|
||||
depends=('libxml2' 'ncurses' 'libgcrypt' 'openssl')
|
||||
makedepends=('git' 'autoconf' 'automake')
|
||||
conflicts=('nzbget')
|
||||
conflicts=('nzbget nzbget-svn')
|
||||
provides=('nzbget')
|
||||
license=('GPL')
|
||||
source=('git://github.com/nzbget/nzbget.git' 'nzbget.service')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue