summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88d3b1d0806d..c1968c8306ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ depends=('glibc')
makedepends=('gcc' 'make' 'm4' 'automake')
source=("${_pkgname}::git+git://git.annexia.org/ioport.git")
sha256sums=('SKIP')
-conflicts=("${pkgname}")
+conflicts=("${_pkgname}")
+replaces=("${_pkgname}")
pkgver() {
cd "${srcdir}/${_pkgname}"