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

Antonio Rojas arojas at archlinux.org
Thu Jun 17 13:39:23 UTC 2021


    Date: Thursday, June 17, 2021 @ 13:39:23
  Author: arojas
Revision: 418390

Update to 0.12.5

Modified:
  editorconfig-core-c/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-17 11:27:13 UTC (rev 418389)
+++ PKGBUILD	2021-06-17 13:39:23 UTC (rev 418390)
@@ -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 \



More information about the arch-commits mailing list