* update libdex to 0.6.1-1
This commit is contained in:
parent
b477088af0
commit
ab7b519e3f
@ -7,14 +7,16 @@ pkgname=(
|
||||
libdex
|
||||
libdex-docs
|
||||
)
|
||||
pkgver=0.6.0
|
||||
pkgver=0.6.1
|
||||
pkgrel=1
|
||||
pkgdesc="A library supporting 'Deferred Execution'"
|
||||
url="https://gitlab.gnome.org/GNOME/libdex"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
license=(LGPL-2.1-or-later)
|
||||
depends=(
|
||||
gcc-libs
|
||||
glib2
|
||||
glibc
|
||||
liburing
|
||||
)
|
||||
makedepends=(
|
||||
@ -26,14 +28,8 @@ makedepends=(
|
||||
meson
|
||||
vala
|
||||
)
|
||||
_commit=7a5757ea1b702e7fcf8312bcfe7a373ee89c787a # tags/0.6.0^0
|
||||
source=("git+$url.git#commit=$_commit")
|
||||
b2sums=('12103636f413d169216532380cb693ccad8b317e90cebe5ebc83a46c299164acced58421a7365b4149cb19baae71db0ffaaea34fcb0cf40e9af1a4df87efcd99')
|
||||
|
||||
pkgver() {
|
||||
cd libdex
|
||||
git describe --tags | sed -r 's/[^-]*-g/r&/;s/-/+/g'
|
||||
}
|
||||
source=("git+$url.git#tag=$pkgver")
|
||||
b2sums=('86e693b7e4be5d967631023b2f7464c757889a6fbb01b12c57fed74b5b88a949609db009c491a3577ef0868b65625aba0ef8d9aae459ca1bdf0fbafb195a6914')
|
||||
|
||||
prepare() {
|
||||
cd libdex
|
||||
|
Loading…
x
Reference in New Issue
Block a user