summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')