summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBazaah2023-05-12 22:13:08 +0000
committerBazaah2023-05-12 22:13:08 +0000
commitbff4a41df57918731f14706e8385a3f6f004c3cd (patch)
tree1643480852067ca8c344fa70a352338887d22001
parent163977719ffa5797c475ac3db8a408601f6d4b04 (diff)
downloadaur-bff4a41df57918731f14706e8385a3f6f004c3cd.tar.gz
pkgbuild: pkgrel=2
- Updated pkgrel - Regen SRCINFO - Better name downloaded artifacts to avoid confusion References: https://github.com/bazaah/aur-ceph/releases/tag/v17.2.6-2
-rw-r--r--.SRCINFO32
-rw-r--r--PKGBUILD20
2 files changed, 26 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79da41ff3389..c13068e18f79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,23 @@
pkgbase = ceph-bin
pkgdesc = Distributed, fault-tolerant storage platform delivering object, block, and file system
pkgver = 17.2.6
- pkgrel = 1
+ pkgrel = 2
url = https://ceph.com/
arch = x86_64
license = GPL
- noextract = ceph-bin-17.2.6-1.tar.zst
- noextract = ceph-libs-bin-17.2.6-1.tar.zst
- noextract = ceph-mgr-bin-17.2.6-1.tar.zst
+ noextract = ceph-17.2.6-2.tar.zst
+ noextract = ceph-libs-17.2.6-2.tar.zst
+ noextract = ceph-mgr-17.2.6-2.tar.zst
options = emptydirs
- source = ceph-bin-17.2.6-1.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v17.2.6-1/ceph_linux_x86_64.tar.zstd
- source = ceph-libs-bin-17.2.6-1.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v17.2.6-1/ceph_libs_linux_x86_64.tar.zstd
- source = ceph-mgr-bin-17.2.6-1.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v17.2.6-1/ceph_mgr_linux_x86_64.tar.zstd
- sha512sums = df2e41c3463e9a49d563669e191c2bfcf000c66ed1eb1cc90cb73af19d36a940b77964bc956352b3d3b90e3a3ba6620f7ab586e88c42cefb941a19186e07a70a
- sha512sums = d7e076588a1f8aea65ccc0a25a6ff3effef9af2fbccb7c5d3d2a453e84e8efbdfa8f3cfa019dede90cb908272731054060b8d1313a93be18dea8796a6504371a
- sha512sums = 6dce911736d534b2946ebd0d004a407b16ccd1635f3b72bcc2597152a43fd2a92b248bb9c6d8bfc5038bf2c8fb60aaf7af72d6c0546e5a48ec4853debd91ab15
+ source = ceph-17.2.6-2.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v17.2.6-2/ceph_linux_x86_64.tar.zstd
+ source = ceph-libs-17.2.6-2.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v17.2.6-2/ceph_libs_linux_x86_64.tar.zstd
+ source = ceph-mgr-17.2.6-2.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v17.2.6-2/ceph_mgr_linux_x86_64.tar.zstd
+ sha512sums = db38d454ef9fda99fbe9a0954ccb4a8a7b66537f5cb1998dd552161049a6750a82a218d6e95f2bbc2a501637bf13f2f2d0fd6a12b367733cd294364722ba236c
+ sha512sums = 2218b8d81ce8b94daa63ebd7674bd6d8e3da047ad46bbde1e1666eaa10d429a329ad1e6fa43d9f9d07ba5ce06b57dcc442ca3269eb482bffbb1c25d247d2ba1b
+ sha512sums = 029f5fd11f30800a78fdc1e4c6541c413be498b284271ef93886268fd47002f6505df698c64a8118f1c2dcef22081c4fcc79e6047db7202d66f2e3e132830742
pkgname = ceph-bin
- depends = ceph-libs=17.2.6-1
+ depends = ceph-libs=17.2.6-2
depends = boost-libs
depends = curl
depends = fuse3
@@ -42,7 +42,7 @@ pkgname = ceph-bin
depends = gawk
optdepends = smartmontools: disk monitoring via S.M.A.R.T
optdepends = nvme-cli: disk monitoring for NVMe drives
- provides = ceph=17.2.6-1
+ provides = ceph=17.2.6-2
conflicts = ceph
backup = etc/logrotate.d/ceph
backup = etc/udev/rules.d/50-ceph-rbd.rules
@@ -72,12 +72,12 @@ pkgname = ceph-libs-bin
depends = python-prettytable
depends = python-yaml
depends = python-setuptools
- provides = ceph-libs=17.2.6-1
+ provides = ceph-libs=17.2.6-2
conflicts = ceph-libs
pkgname = ceph-mgr-bin
- depends = ceph=17.2.6-1
- depends = ceph-libs=17.2.6-1
+ depends = ceph=17.2.6-2
+ depends = ceph-libs=17.2.6-2
depends = bash
depends = boost-libs
depends = curl
@@ -107,7 +107,7 @@ pkgname = ceph-mgr-bin
optdepends = python-kubernetes: rook module
optdepends = python-prometheus_client: prometheus module
optdepends = python-remoto: ssh module
- provides = ceph-mgr=17.2.6-1
+ provides = ceph-mgr=17.2.6-2
conflicts = ceph-mgr
options = emptydirs
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index f3d0621edf32..1c164c2ed539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
pkgbase='ceph-bin'
pkgname=('ceph-bin' 'ceph-libs-bin' 'ceph-mgr-bin')
pkgver=17.2.6
-pkgrel=1
+pkgrel=2
pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
arch=('x86_64')
url='https://ceph.com/'
license=('GPL')
options=('emptydirs')
_artifact=v${pkgver}-${pkgrel}
-source=("ceph-bin-${pkgver}-${pkgrel}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_linux_${arch}.tar.zstd"
- "ceph-libs-bin-${pkgver}-${pkgrel}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_libs_linux_${arch}.tar.zstd"
- "ceph-mgr-bin-${pkgver}-${pkgrel}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_mgr_linux_${arch}.tar.zstd")
-sha512sums=('df2e41c3463e9a49d563669e191c2bfcf000c66ed1eb1cc90cb73af19d36a940b77964bc956352b3d3b90e3a3ba6620f7ab586e88c42cefb941a19186e07a70a'
- 'd7e076588a1f8aea65ccc0a25a6ff3effef9af2fbccb7c5d3d2a453e84e8efbdfa8f3cfa019dede90cb908272731054060b8d1313a93be18dea8796a6504371a'
- '6dce911736d534b2946ebd0d004a407b16ccd1635f3b72bcc2597152a43fd2a92b248bb9c6d8bfc5038bf2c8fb60aaf7af72d6c0546e5a48ec4853debd91ab15')
+source=("ceph-${pkgver}-${pkgrel}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_linux_${arch}.tar.zstd"
+ "ceph-libs-${pkgver}-${pkgrel}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_libs_linux_${arch}.tar.zstd"
+ "ceph-mgr-${pkgver}-${pkgrel}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_mgr_linux_${arch}.tar.zstd")
+sha512sums=('db38d454ef9fda99fbe9a0954ccb4a8a7b66537f5cb1998dd552161049a6750a82a218d6e95f2bbc2a501637bf13f2f2d0fd6a12b367733cd294364722ba236c'
+ '2218b8d81ce8b94daa63ebd7674bd6d8e3da047ad46bbde1e1666eaa10d429a329ad1e6fa43d9f9d07ba5ce06b57dcc442ca3269eb482bffbb1c25d247d2ba1b'
+ '029f5fd11f30800a78fdc1e4c6541c413be498b284271ef93886268fd47002f6505df698c64a8118f1c2dcef22081c4fcc79e6047db7202d66f2e3e132830742')
# Don't extract source archives
noextract=("${source[@]%%::*}")
@@ -30,7 +30,7 @@ package_ceph-libs-bin() {
cd "${srcdir}"
- tar --exclude='.*' --zstd -xv -f ceph-libs-bin-${pkgver}-${pkgrel}.tar.zst -C "${pkgdir}"
+ tar --exclude='.*' --zstd -xv -f ceph-libs-${pkgver}-${pkgrel}.tar.zst -C "${pkgdir}"
}
package_ceph-bin() {
@@ -51,7 +51,7 @@ package_ceph-bin() {
cd "${srcdir}"
- tar --exclude='.*' --zstd -xv -f ceph-bin-${pkgver}-${pkgrel}.tar.zst -C "${pkgdir}"
+ tar --exclude='.*' --zstd -xv -f ceph-${pkgver}-${pkgrel}.tar.zst -C "${pkgdir}"
}
package_ceph-mgr-bin() {
@@ -71,7 +71,7 @@ package_ceph-mgr-bin() {
cd "${srcdir}"
- tar --exclude='.*' --zstd -xv -f ceph-mgr-bin-${pkgver}-${pkgrel}.tar.zst -C "${pkgdir}"
+ tar --exclude='.*' --zstd -xv -f ceph-mgr-${pkgver}-${pkgrel}.tar.zst -C "${pkgdir}"
}
# vim:set ts=2 sw=2 et: