summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoloturn2020-10-03 11:21:51 +0200
committersoloturn2020-10-03 11:22:17 +0200
commit3c754112a99ce13da6bba4ebf432ca1d477f6434 (patch)
treecac9dacb892dff6280cabdce93f284660f866860
parentd5df0d5d47ff2b00d72e9811319d1e45f0fd4f50 (diff)
downloadaur-3c754112a99ce13da6bba4ebf432ca1d477f6434.tar.gz
do not conflict swift-language, put git version in different location
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5145528f421c..661ae0424457 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: soloturn@gmail.com
pkgname=swift-language-git
-pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.09.28.a.r45.g8857deb6742
+pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.09.28.a.r151.g72b6a00ff8c
pkgrel=1
pkgdesc="The Swift programming language, taken directly from the Apple repository"
arch=('x86_64')
@@ -13,8 +13,7 @@ license=('apache2')
groups=()
depends=('icu' 'libedit' 'libxml2' 'swig' 'python' 'libbsd' 'ncurses' )
makedepends=('clang' 'cmake' 'git' 'ninja' 'python-six' 'python2' 'rsync')
-provides=('swift-language')
-conflicts=('swift-language-bin')
+provides=('swift-language-git')
replaces=()
backup=()
options=()