Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages /
ninja
Commits:
f982da8b by Anatol Pomozov at 2024-04-28T13:22:09-07:00
upgpkg: 1.12.0-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
pkgbase = ninja
pkgdesc = Small build system with a focus on speed
pkgver = 1.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://ninja-build.org/
arch = x86_64
license = Apache-2.0
+ checkdepends = gtest
makedepends = cmake
makedepends = python
makedepends = re2c
=====================================
PKGBUILD
=====================================
@@ -5,13 +5,14 @@
pkgname=ninja
pkgver=1.12.0
-pkgrel=1
+pkgrel=2
pkgdesc='Small build system with a focus on speed'
arch=(x86_64)
url='https://ninja-build.org/'
license=(Apache-2.0)
depends=(gcc-libs)
makedepends=(cmake python re2c emacs-nox)
+checkdepends=(gtest)
source=($pkgname-$pkgver.zip::https://github.com/ninja-build/ninja/archive/v$pkgver.zip)
sha1sums=('53e759ea6ed7895d71ce9f60915b37b20327da55')
sha256sums=('47411d1c95a91f416efc6f1bfb22477047c7a91951711af6123ab68ab11d6fcf')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ninja/-/commit/f982da8bf961bc785120fce258e2280188d7394f
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ninja/-/commit/f982da8bf961bc785120fce258e2280188d7394f
You're receiving this email because of your account on gitlab.archlinux.org.