summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOriginCode2021-01-20 13:01:31 +0800
committerOriginCode2021-01-20 13:01:31 +0800
commit860e6de1bdfd5aed8d7444e32022b68f5fe32c9e (patch)
tree8469c4ee73a2d9f9b8cdad9982298275c5bc1031
parent75009a93f59e1a15ad1f1efb3956587216a357e7 (diff)
downloadaur-860e6de1bdfd5aed8d7444e32022b68f5fe32c9e.tar.gz
ciel: ajoutez le conflict avec ciel-git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a1313e60120..dd9a118b035c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = ciel
depends = openssl
optdepends = libgit2: git vcs support
optdepends = xz: xzip archive support
+ conflicts = ciel-git
source = ciel-3.0.0rc1.tar.gz::https://github.com/AOSC-Dev/ciel-rs/archive/v3.0.0-rc1.tar.gz
source = https://raw.githubusercontent.com/AOSC-Dev/ciel-rs/master/LICENSE
sha256sums = fe0259d9bc90e6408132c3d4bc2a64cd57bf97a2d63ff8aeaaf7211998846d8f
diff --git a/PKGBUILD b/PKGBUILD
index b20d43312605..941632ac2ee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AOSC-Dev/${_pkgname}/ar
"https://raw.githubusercontent.com/AOSC-Dev/${_pkgname}/master/LICENSE")
sha256sums=('fe0259d9bc90e6408132c3d4bc2a64cd57bf97a2d63ff8aeaaf7211998846d8f'
'612bf4162e0b9f8ee7ef4612ad6fd37e39a33311dc996360583350ba4ea7ae93')
+conflicts=('ciel-git')
build() {
cd ${_pkgname}-${_pkgver}