summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-04-04 18:51:53 +0200
committerhaawda2022-04-04 18:51:53 +0200
commit989e63c5844d448ec9d56b91d70cbc54e09b1fef (patch)
tree4a507af96680dcf277e3796b358215c002411002
parent6bf6e734a7d99c1d8d2cf14d9820627f9815c806 (diff)
downloadaur-989e63c5844d448ec9d56b91d70cbc54e09b1fef.tar.gz
remove conflict to guile
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b58dd941e749..976b771286db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,6 @@ pkgbase = guile-git
optdepends = texinfo: for using texinfo scheme sources
provides = guile3
provides = guile=3.0.8.r12.g446842733
- conflicts = guile
conflicts = guile3
options = !strip
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index ce5af5822fd4..b676472fa12b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('git' 'gperf')
optdepends=('texinfo: for using texinfo scheme sources')
depends=('gc' 'libxcrypt' 'libffi' 'libunistring' 'gmp' 'readline')
provides=('guile3' "guile=$pkgver")
-conflicts=('guile' 'guile3')
+conflicts=('guile3')
options=('!strip' '!makeflags' 'libtool')
source=("git+https://git.savannah.gnu.org/git/${pkgname%-git}.git")
url="http://www.gnu.org/software/guile/"