Balló György pushed to branch main at Arch Linux / Packaging / Packages / cjson
Commits:
ad46ebca by Balló György at 2024-04-22T11:59:32+02:00
Add glibc to depends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -6,6 +6,7 @@ pkgbase = cjson
arch = x86_64
license = MIT
makedepends = cmake
+ depends = glibc
source =
cjson-1.7.17.tar.gz::https://github.com/DaveGamble/cJSON/archive/v1.7.17.tar.gz
sha512sums =
4feebafa5225297fa3e6a7bf23f8d31b5c3e172f437078c5a07528522ad58ca2e9c72dd9e8611241d2b8321e9aa0a1a9af7743689d1c2001d1d9cb624aae6fa8
=====================================
PKGBUILD
=====================================
@@ -6,6 +6,7 @@ pkgrel=1
pkgdesc="Ultralightweight JSON parser in ANSI C"
arch=(x86_64)
license=("MIT")
+depends=("glibc")
makedepends=("cmake")
url="https://github.com/DaveGamble/cJSON"
source=("$pkgname-$pkgver.tar.gz::https://github.com/DaveGamble/cJSON/archive/v$pkgver.tar.gz")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cjson/-/commit/ad46ebca8045f0165564cf69d41ae3803b472442
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cjson/-/commit/ad46ebca8045f0165564cf69d41ae3803b472442
You're receiving this email because of your account on gitlab.archlinux.org.