summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2022-04-25 22:47:40 +0200
committerKr1ss2022-04-25 22:47:40 +0200
commitb090a844d39f0662bdad4743319d40ed3bd98da0 (patch)
tree22c47e20ffc1ce2ec624e8fe7dc72023fadd95b6
parent3952f91173f292941785d7c8dbee944dac116d86 (diff)
downloadaur-b090a844d39f0662bdad4743319d40ed3bd98da0.tar.gz
remove replaces array
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cc4c1ae20e0..bf59a51579f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = htmlunit
depends = java-runtime
provides = htmlunit-doc
conflicts = htmlunit-doc
- replaces = htmlunit-doc
source = https://github.com/htmlunit//releases/download/2.61.0/htmlunit-2.61.0-bin.zip
sha256sums = 292b527fb77e1470428c5b7e8363d16146e6d28af6ad97ce5ad76ccfd933f59e
diff --git a/PKGBUILD b/PKGBUILD
index a556c19b0534..c416d3d1bd3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,6 @@ license=('Apache')
provides=("$pkgname-doc")
conflicts=("$pkgname-doc")
-replaces=("$pkgname-doc")
depends=('java-runtime')