summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOriginCode2021-01-28 20:10:47 +0800
committerOriginCode2021-01-28 20:11:01 +0800
commite3e93a39c0c37478e762db754242e84ec0e34685 (patch)
tree337e5ce358c6e3ad61707e1997b886912726678e /PKGBUILD
parent940f6b6d6fd2b2251095250393d9d24c27b696be (diff)
downloadaur-e3e93a39c0c37478e762db754242e84ec0e34685.tar.gz
ciel: ajoute le conflict de ciel-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e4503c7705f..36663990b2bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=ciel
_pkgname=${pkgname}-rs
_pkgver=3.0.0-rc4
pkgver=${_pkgver/-/}
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for controlling multi-layer file systems and containers."
arch=('i686' 'x86_64')
url="https://github.com/AOSC-Dev/ciel-rs"
@@ -14,6 +14,7 @@ optdepends=('libgit2: git vcs support'
'xz: xzip archive support')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AOSC-Dev/${_pkgname}/archive/v${_pkgver}.tar.gz")
sha256sums=('acd7843d051affb265b9bec5a8b3d10fc4271ea3c2d0d683d52896a88b5e2e9c')
+conflicts=('ciel-git')
build() {
cd ${_pkgname}-${_pkgver}