Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
editorconfig-core-c


Commits:
a0cfabe4 by Antonio Rojas at 2025-10-04T10:08:40+02:00
upgpkg: 0.12.10-1: Upstream update

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = editorconfig-core-c
        pkgdesc = EditorConfig core code written in C (for use by plugins 
supporting EditorConfig parsing)
-       pkgver = 0.12.9
+       pkgver = 0.12.10
        pkgrel = 1
        url = https://github.com/editorconfig/editorconfig-core-c
        arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = editorconfig-core-c
        makedepends = git
        depends = glibc
        depends = pcre2
-       source = 
git+https://github.com/editorconfig/editorconfig-core-c#tag=v0.12.9
-       sha256sums = 
d18aa56df9b9839b47e310d5dcf5b118fe2ae4e4b79ce09c17793fd8f452a1c5
+       source = 
git+https://github.com/editorconfig/editorconfig-core-c#tag=v0.12.10
+       sha256sums = 
ecbf28494e61fbf9e4cb70bf4af4ee38a5e4a3d1fb7e81e5a3b6d777cae3a9ac
 
 pkgname = editorconfig-core-c


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Hong Xu
 
 pkgname=editorconfig-core-c
-pkgver=0.12.9
+pkgver=0.12.10
 pkgrel=1
 pkgdesc='EditorConfig core code written in C (for use by plugins supporting 
EditorConfig parsing)'
 arch=(x86_64)
@@ -16,7 +16,11 @@ makedepends=(cmake
              doxygen
              git)
 source=(git+https://github.com/editorconfig/$pkgname#tag=v$pkgver)
-sha256sums=('d18aa56df9b9839b47e310d5dcf5b118fe2ae4e4b79ce09c17793fd8f452a1c5')
+sha256sums=('ecbf28494e61fbf9e4cb70bf4af4ee38a5e4a3d1fb7e81e5a3b6d777cae3a9ac')
+
+prepare() {
+  sed -e 's|-Werror||' -i $pkgname/src/CMakeLists.txt
+}
 
 build() {
   cmake -B build -S $pkgname \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/editorconfig-core-c/-/commit/a0cfabe4b5e3eb91eb4045cf0f3af2309eaa6f59

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/editorconfig-core-c/-/commit/a0cfabe4b5e3eb91eb4045cf0f3af2309eaa6f59
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to