summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Kozak2018-08-16 15:01:18 +0200
committerDaniel Kozak2018-08-16 15:01:18 +0200
commitebfbfb92fd2244cca59eaec4e2df0164a2f0633c (patch)
tree34250299b8008452fd281db83dc0640849418bb2
parentd6d121f505cf9ea787ae0562a63774360aa09fa6 (diff)
downloadaur-ebfbfb92fd2244cca59eaec4e2df0164a2f0633c.tar.gz
Fixing circular dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 986c95a5613a..3dc0385e13fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,7 +26,6 @@ pkgname = gdc
depends = binutils
depends = libgphobos
provides = d-compiler=2.076.1
- provides = gdc-stable
conflicts = gdc-stable
replaces = gdc-stable
diff --git a/PKGBUILD b/PKGBUILD
index e72da3c29655..4ba4f5558320 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -105,7 +105,7 @@ build() {
package_gdc() {
depends=('gcc' 'perl' 'binutils' 'libgphobos')
- provides=('d-compiler=2.076.1' 'gdc-stable')
+ provides=('d-compiler=2.076.1')
pkgdesc="Compiler for D programming language which uses gcc backend"
conflicts=('gdc-stable')
replaces=('gdc-stable')