Skip to content

Commit

Permalink
⏰ciel: update to 3.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Kaiyang Wu <[email protected]>
  • Loading branch information
OriginCode committed Dec 28, 2024
1 parent f979032 commit b0e7f0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alarmcn/ciel/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Kaiyang Wu <[email protected]>
pkgname=ciel
_pkgname=${pkgname}-rs
pkgver=3.6.1
pkgver=3.6.2
pkgrel=1
pkgdesc="A tool for controlling multi-layer file systems and containers."
arch=('i686' 'x86_64' 'aarch64')
Expand All @@ -10,7 +10,7 @@ license=('MIT')
depends=('systemd' 'dbus' 'openssl' 'libssh2' 'libgit2' 'xz' 'squashfs-tools' 'glibc' 'systemd-libs')
makedepends=('rust' 'make' 'gcc')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AOSC-Dev/${_pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('3afea352921f849289d516cdac0532de05065df5e48eaa2b27a1a761ccdb62b9')
sha256sums=('57af9300ed7be0841a2379ab29c4053386ec354ce7a03cb9328e32ab0f67febb')
conflicts=('ciel-git')

prepare() {
Expand All @@ -24,7 +24,7 @@ build() {
cd ${_pkgname}-${pkgver}
export LIBSSH2_SYS_USE_PKG_CONFIG=1
CFLAGS+=' -ffat-lto-objects'
cargo build --release --frozen --all-features --target-dir=target
cargo build --workspace --release --frozen --all-features --target-dir=target
}

check() {
Expand Down

0 comments on commit b0e7f0f

Please sign in to comment.