summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Kay2021-06-21 14:00:37 +1000
committerRod Kay2021-06-21 14:00:37 +1000
commit38be959ea444a337c2a837bdc4fa148c9be51a78 (patch)
tree4d3f187258c31f95ed8e1e02735a5fbbcaa4ecec
parentd5330ce6615bb537e903dfe9802175e7fa874dca (diff)
downloadaur-38be959ea444a337c2a837bdc4fa148c9be51a78.tar.gz
Rid unneeded 'conflicts'.
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ec4f7431624..dbaf0ce3921c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,6 @@ license=('GPL3' 'custom')
depends=('libgpr')
makedepends=('gprbuild')
-conflicts=('gnatcoll' 'gnatcoll-core-git')
-
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('daa9b3d5fc5d90b015ece1b48d54192bd06a71fec64bdfc242066f2598c30ff5')
@@ -44,5 +42,4 @@ package()
install -D -m644 \
"COPYING.RUNTIME" \
"$pkgdir/usr/share/licenses/$pkgname/COPYING.RUNTIME"
-
}