summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Egeberg2016-11-12 09:08:45 +0100
committerDaniel Egeberg2016-11-12 09:08:45 +0100
commitaf9a8c13dc1eb08bf05062a41ce6a3c61ef7fed7 (patch)
tree92beae97d64cbbc8edf5a1aa121599ce920fbb4f
parent33076ee55d1fcc1a220ca3792a84c92e059e1eaa (diff)
downloadaur-af9a8c13dc1eb08bf05062a41ce6a3c61ef7fed7.tar.gz
Add conflict with the nzbhydra package (and bump pkgver)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b99346bc27a3..0e3d4301ff97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Sep 7 08:48:49 UTC 2016
+# Sat Nov 12 08:08:21 UTC 2016
pkgbase = nzbhydra-git
pkgdesc = Meta search for NZB indexers
- pkgver = r849.f51e7d0
- pkgrel = 2
+ pkgver = r932.450f6d9
+ pkgrel = 1
url = https://github.com/theotherp/nzbhydra
install = nzbhydra.install
arch = any
@@ -12,6 +12,7 @@ pkgbase = nzbhydra-git
depends = python2
optdepends = python2-lxml: faster result processing
provides = nzbhydra
+ conflicts = nzbhydra
source = nzbhydra-git::git+https://github.com/theotherp/nzbhydra.git
source = nzbhydra.sh
source = nzbhydra.service
diff --git a/PKGBUILD b/PKGBUILD
index e5270326394f..9e229bbdc730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Egeberg <daniel.egeberg@gmail.com>
pkgname="nzbhydra-git"
-pkgver=r849.f51e7d0
-pkgrel=2
+pkgver=r932.450f6d9
+pkgrel=1
pkgdesc="Meta search for NZB indexers"
arch=('any')
url="https://github.com/theotherp/nzbhydra"
@@ -11,6 +11,7 @@ optdepends=('python2-lxml: faster result processing')
makedepends=('git')
install='nzbhydra.install'
provides=('nzbhydra')
+conflicts=('nzbhydra')
source=("${pkgname}::git+https://github.com/theotherp/nzbhydra.git"
"nzbhydra.sh"
"nzbhydra.service"