summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author/dev/rs02015-07-06 11:55:09 -0500
committer/dev/rs02015-07-06 11:55:09 -0500
commitda2ba09d7d1c858c804a1168f9e013da710c8d29 (patch)
treeddeb848b1e8cf60a0daf09ecdcd43d42035ea0a7
parent1311854902b5581d1fd412918686be5d0c0067b0 (diff)
downloadaur-da2ba09d7d1c858c804a1168f9e013da710c8d29.tar.gz
Added 'creddump-svn' replaces/conflicts directives
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3497cc97387e..7958d20ff6d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,9 @@ pkgbase = creddump-git
depends = python2-crypto
provides = creddump=0.3
conflicts = creddump
+ conflicts = creddump-svn
replaces = creddump
+ replaces = creddump-svn
source = creddump::git+https://github.com/Neohapsis/creddump7.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 620efe759e0e..b794df9d426a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ arch=('any')
url="https://github.com/Neohapsis/creddump7"
license=('GPL3')
-replaces=('creddump')
-conflicts=('creddump')
+replaces=('creddump' 'creddump-svn')
+conflicts=('creddump' 'creddump-svn')
provides=('creddump=0.3')
makedepends=('git')