summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOriginCode2021-02-08 11:51:43 +0800
committerOriginCode2021-02-08 11:51:43 +0800
commitec51e183de0e5227cbc7cfdccc499c3877ef067c (patch)
treee9d961fb95ae24f6a0d8a8fa5eed8deb2a9405bb
parent9a3bbacae016f5c62d9f99087853e2c5528fc9de (diff)
downloadaur-ec51e183de0e5227cbc7cfdccc499c3877ef067c.tar.gz
ciel: actueliza a 3.0.0rc5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d96dba6325c..c49482237601 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ciel
pkgdesc = A tool for controlling multi-layer file systems and containers.
- pkgver = 3.0.0rc4
+ pkgver = 3.0.0rc5
pkgrel = 3
url = https://github.com/AOSC-Dev/ciel-rs
arch = i686
@@ -15,8 +15,8 @@ pkgbase = ciel
optdepends = libgit2: git vcs support
optdepends = xz: xzip archive support
conflicts = ciel-git
- source = ciel-3.0.0rc4.tar.gz::https://github.com/AOSC-Dev/ciel-rs/archive/v3.0.0-rc4.tar.gz
- sha256sums = acd7843d051affb265b9bec5a8b3d10fc4271ea3c2d0d683d52896a88b5e2e9c
+ source = ciel-3.0.0rc5.tar.gz::https://github.com/AOSC-Dev/ciel-rs/archive/v3.0.0-rc5.tar.gz
+ sha256sums = 3e22786298d56a624c324d116e5445cd053dbd2634c089d8f77d1c8f1a650db2
pkgname = ciel
diff --git a/PKGBUILD b/PKGBUILD
index e5c0656b6a86..d8898ecf5f72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jack Wu <origincode@aosc.io>
pkgname=ciel
_pkgname=${pkgname}-rs
-_pkgver=3.0.0-rc4
+_pkgver=3.0.0-rc5
pkgver=${_pkgver/-/}
pkgrel=3
pkgdesc="A tool for controlling multi-layer file systems and containers."
@@ -13,7 +13,7 @@ makedepends=('rust' 'make' 'gcc')
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')
+sha256sums=('3e22786298d56a624c324d116e5445cd053dbd2634c089d8f77d1c8f1a650db2')
conflicts=('ciel-git')
build() {