summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65eb007..102654b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = otbluh
license = GPLv3
depends = openssl
provides = otbluh
- conflicts = otbluh,otbluh
+ conflicts = otbluh-git
source = https://git.seppia.net/onetimebluh.git/snapshot/onetimebluh-0.1.tar.gz
sha256sums = efde76c8832d8f9bdd514cd4906424f86cf40f9d183e2b047c64a05a3ee88728
diff --git a/PKGBUILD b/PKGBUILD
index 6e1cb7d..862b692 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPLv3')
groups=()
depends=('openssl')
provides=("${pkgname}")
-conflicts=("${pkgname}","${pkgname%-git}")
+conflicts=("${pkgname}-git")
replaces=()
backup=()
options=()