[arch-commits] Commit in protobuf-c/repos (3 files)

Lukas Fleischer lfleischer at archlinux.org
Sun Dec 15 18:31:41 UTC 2019


    Date: Sunday, December 15, 2019 @ 18:31:41
  Author: lfleischer
Revision: 371528

db-move: moved protobuf-c from [testing] to [extra] (x86_64)

Added:
  protobuf-c/repos/extra-x86_64/PKGBUILD
    (from rev 371527, protobuf-c/repos/testing-x86_64/PKGBUILD)
Deleted:
  protobuf-c/repos/extra-x86_64/PKGBUILD
  protobuf-c/repos/testing-x86_64/

-----------------------+
 /PKGBUILD             |   31 +++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   31 -------------------------------
 2 files changed, 31 insertions(+), 31 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2019-12-15 18:31:35 UTC (rev 371527)
+++ extra-x86_64/PKGBUILD	2019-12-15 18:31:41 UTC (rev 371528)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Aurélien Wailly <aurelien.wailly at gmail.com>
-
-pkgname=protobuf-c
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='Protocol Buffers implementation in C'
-arch=('x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-provides=('libprotobuf-c.so')
-source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('53f251f14c597bdb087aecf0b63630f434d73f5a10fc1ac545073597535b9e74')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  make -C "$pkgname-$pkgver" check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: protobuf-c/repos/extra-x86_64/PKGBUILD (from rev 371527, protobuf-c/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2019-12-15 18:31:41 UTC (rev 371528)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Aurélien Wailly <aurelien.wailly at gmail.com>
+
+pkgname=protobuf-c
+pkgver=1.3.2
+pkgrel=2
+pkgdesc='Protocol Buffers implementation in C'
+arch=('x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('53f251f14c597bdb087aecf0b63630f434d73f5a10fc1ac545073597535b9e74')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list