Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
cmake-extras
Commits:
36cba9ad by Felix Yan at 2025-09-11T23:43:41+08:00
upgpkg: 1.9-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cmake-extras
pkgdesc = A collection of add-ons for the CMake build tool
- pkgver = 1.8
+ pkgver = 1.9
pkgrel = 1
url = https://gitlab.com/ubports/development/core/cmake-extras
arch = any
@@ -10,7 +10,7 @@ pkgbase = cmake-extras
depends = cmake
depends = python
depends = bash
- source =
git+https://gitlab.com/ubports/development/core/cmake-extras.git#tag=1.8
- sha512sums =
3ca3905d8084d77752c6a46d5a67db4c873adcf88b3733aff5b82d5fef4e866dac484b116e04451c1533481e2e215504c6ca6eb3ec46940f5c793ecbef24153d
+ source =
git+https://gitlab.com/ubports/development/core/cmake-extras.git#tag=1.9
+ sha512sums =
ed2ee373e8619fb30771ae1ac3e4ebc17c7d099fc96ff1bc41aaca4f38943d855c1e51bc0ff4155854a32b0709d1e0d45dd7c4cbdc334e57a6cc7df5763986f9
pkgname = cmake-extras
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Robert Tari <robert at tari dot in>
pkgname=cmake-extras
-pkgver=1.8
+pkgver=1.9
pkgrel=1
pkgdesc="A collection of add-ons for the CMake build tool"
arch=("any")
@@ -11,7 +11,7 @@ license=('LGPL-3.0-or-later')
depends=('cmake' 'python' 'bash')
makedepends=('git' 'ninja')
source=("git+https://gitlab.com/ubports/development/core/cmake-extras.git#tag=$pkgver")
-sha512sums=('3ca3905d8084d77752c6a46d5a67db4c873adcf88b3733aff5b82d5fef4e866dac484b116e04451c1533481e2e215504c6ca6eb3ec46940f5c793ecbef24153d')
+sha512sums=('ed2ee373e8619fb30771ae1ac3e4ebc17c7d099fc96ff1bc41aaca4f38943d855c1e51bc0ff4155854a32b0709d1e0d45dd7c4cbdc334e57a6cc7df5763986f9')
build() {
cd cmake-extras
@@ -23,4 +23,3 @@ package() {
cd cmake-extras
DESTDIR="$pkgdir" ninja install
}
-
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cmake-extras/-/commit/36cba9ad78d073affac9db284a37e88065fa7ec9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cmake-extras/-/commit/36cba9ad78d073affac9db284a37e88065fa7ec9
You're receiving this email because of your account on gitlab.archlinux.org.