[arch-commits] Commit in editorconfig-core-c/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Mar 15 22:54:43 UTC 2018
Date: Thursday, March 15, 2018 @ 22:54:42
Author: arojas
Revision: 319374
archrelease: copy trunk to extra-x86_64
Added:
editorconfig-core-c/repos/extra-x86_64/PKGBUILD
(from rev 319373, editorconfig-core-c/trunk/PKGBUILD)
Deleted:
editorconfig-core-c/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-15 22:54:13 UTC (rev 319373)
+++ PKGBUILD 2018-03-15 22:54:42 UTC (rev 319374)
@@ -1,36 +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.1
-pkgrel=3
-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=(pcre)
-makedepends=(cmake doxygen)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/editorconfig/${pkgname}/archive/v$pkgver.tar.gz")
-sha256sums=('c7bd714c73f01edde583b059b51078173aa85a36fa05bb9652d35a75fe0ac372')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
-
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-
- install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: editorconfig-core-c/repos/extra-x86_64/PKGBUILD (from rev 319373, editorconfig-core-c/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-03-15 22:54:42 UTC (rev 319374)
@@ -0,0 +1,36 @@
+# 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.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"
+license=(BSD)
+depends=(pcre)
+makedepends=(cmake doxygen)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/editorconfig/${pkgname}/archive/v$pkgver.tar.gz")
+sha256sums=('8a63ae63d3a2f2a202acbd94a6cbe3fa4450c2658e33e922683af33c48a9115d')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list