[arch-commits] Commit in editorconfig-core-c/repos/extra-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Thursday, June 17, 2021 @ 13:39:32
  Author: arojas
Revision: 418391

archrelease: copy trunk to extra-x86_64

Added:
  editorconfig-core-c/repos/extra-x86_64/PKGBUILD
    (from rev 418390, editorconfig-core-c/trunk/PKGBUILD)
Deleted:
  editorconfig-core-c/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-17 13:39:23 UTC (rev 418390)
+++ PKGBUILD	2021-06-17 13:39:32 UTC (rev 418391)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Matt Harrison <matt at harrison.us.com>
-# Contributor: Erik van der Kolk <developer at smerik dot nl>
-# Contributor: Hong Xu
-
-pkgname=editorconfig-core-c
-pkgver=0.12.4
-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"
-license=(BSD)
-depends=(pcre2)
-makedepends=(cmake doxygen)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/editorconfig/${pkgname}/archive/v$pkgver.tar.gz")
-sha256sums=('c2671595f1793b498cdf50b9dc03d632cc724891de7909f2ea78588fbffba289')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-      -DCMAKE_INSTALL_PREFIX=/usr
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -Dm644 $pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: editorconfig-core-c/repos/extra-x86_64/PKGBUILD (from rev 418390, editorconfig-core-c/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-17 13:39:32 UTC (rev 418391)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Matt Harrison <matt at harrison.us.com>
+# Contributor: Erik van der Kolk <developer at smerik dot nl>
+# Contributor: Hong Xu
+
+pkgname=editorconfig-core-c
+pkgver=0.12.5
+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'
+license=(BSD)
+depends=(pcre2)
+makedepends=(cmake doxygen)
+source=(https://github.com/editorconfig/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b2b212e52e7ea6245e21eaf818ee458ba1c16117811a41e4998f3f2a1df298d2')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+      -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 $pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list