[arch-commits] Commit in editorconfig-core-c/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Mar 15 22:54:14 UTC 2018


    Date: Thursday, March 15, 2018 @ 22:54:13
  Author: arojas
Revision: 319373

Update to 0.12.2

Modified:
  editorconfig-core-c/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-15 22:45:09 UTC (rev 319372)
+++ PKGBUILD	2018-03-15 22:54:13 UTC (rev 319373)
@@ -4,8 +4,8 @@
 # Contributor: Hong Xu
 
 pkgname=editorconfig-core-c
-pkgver=0.12.1
-pkgrel=3
+pkgver=0.12.2
+pkgrel=1
 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"
@@ -13,7 +13,7 @@
 depends=(pcre)
 makedepends=(cmake doxygen)
 source=($pkgname-$pkgver.tar.gz::"https://github.com/editorconfig/${pkgname}/archive/v$pkgver.tar.gz")
-sha256sums=('c7bd714c73f01edde583b059b51078173aa85a36fa05bb9652d35a75fe0ac372')
+sha256sums=('8a63ae63d3a2f2a202acbd94a6cbe3fa4450c2658e33e922683af33c48a9115d')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list