Skip to content
Snippets Groups Projects
Commit 77e9dcf8 authored by Antonio Rojas's avatar Antonio Rojas
Browse files

Update to 0.12.5

parent 0c3bb02c
No related branches found
Tags 0.12.5-1
No related merge requests found
......@@ -4,16 +4,16 @@
# Contributor: Hong Xu
pkgname=editorconfig-core-c
pkgver=0.12.4
pkgver=0.12.5
pkgrel=1
pkgdesc="EditorConfig core code written in C (for use by plugins supporting EditorConfig parsing)"
pkgdesc='EditorConfig core code written in C (for use by plugins supporting EditorConfig parsing)'
arch=(x86_64)
url="https://github.com/editorconfig/editorconfig-core-c"
url='https://github.com/editorconfig/editorconfig-core-c'
license=(BSD)
depends=(pcre2)
makedepends=(cmake doxygen)
source=($pkgname-$pkgver.tar.gz::"https://github.com/editorconfig/${pkgname}/archive/v$pkgver.tar.gz")
sha256sums=('c2671595f1793b498cdf50b9dc03d632cc724891de7909f2ea78588fbffba289')
source=(https://github.com/editorconfig/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('b2b212e52e7ea6245e21eaf818ee458ba1c16117811a41e4998f3f2a1df298d2')
build() {
cmake -B build -S $pkgname-$pkgver \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment