summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArtem Klevtsov2020-11-07 18:59:24 +0700
committerArtem Klevtsov2020-11-07 18:59:24 +0700
commit16514d9e97b8a3d59db4d3b97bdf582aa8e59bd3 (patch)
treee6aca1d4a71b22a7e20a86dc7f9c77a91908163a /PKGBUILD
parentfc5c57701c2bdd4a1beda9085f44b8fd75575124 (diff)
downloadaur-16514d9e97b8a3d59db4d3b97bdf582aa8e59bd3.tar.gz
Add replaces
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}"