summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-10-07 13:27:36 +0800
committerChocobo12020-10-07 13:27:36 +0800
commitddc39f371dc657b405937ec04ea27d0d5f445eeb (patch)
tree19ba5d6c88171fdd6199a53d2d6784d9cd629fd9
parent706fedbc02efdde312a8f0e5dea1a1dc91b7553b (diff)
downloadaur-ddc39f371dc657b405937ec04ea27d0d5f445eeb.tar.gz
upgpkg: editorconfig-core-c-git 0.12.4.r1.ga3a49f6-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0ae7eb1f842..3ac8f1801d1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = editorconfig-core-c-git
pkgdesc = EditorConfig core library written in C (for use by plugins supporting EditorConfig parsing)
- pkgver = 0.12.3.r38.ge70d90d
+ pkgver = 0.12.4.r1.ga3a49f6
pkgrel = 1
url = https://github.com/editorconfig/editorconfig-core-c
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 5b05cf417630..1b27a7c61d3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=editorconfig-core-c-git
-pkgver=0.12.3.r38.ge70d90d
+pkgver=0.12.4.r1.ga3a49f6
pkgrel=1
pkgdesc="EditorConfig core library written in C (for use by plugins supporting EditorConfig parsing)"
arch=('i686' 'x86_64')
@@ -24,14 +24,14 @@ pkgver() {
build() {
cd "editorconfig-core-c"
- mkdir -p "_build" && cd "_build"
cmake \
+ -B "_build" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_INSTALL_LIBDIR="lib" \
-DINSTALL_HTML_DOC=ON \
- "../"
- make
+ ./
+ make -C "_build"
}
package() {