[arch-commits] Commit in libmpack/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Feb 20 20:13:48 UTC 2018


    Date: Tuesday, February 20, 2018 @ 20:13:48
  Author: svenstaro
Revision: 296622

archrelease: copy trunk to community-x86_64

Added:
  libmpack/repos/community-x86_64/PKGBUILD
    (from rev 296621, libmpack/trunk/PKGBUILD)
Deleted:
  libmpack/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-20 20:13:43 UTC (rev 296621)
+++ PKGBUILD	2018-02-20 20:13:48 UTC (rev 296622)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-
-pkgname=libmpack
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="Simple implementation of msgpack in C"
-arch=('x86_64')
-url="https://github.com/libmpack/libmpack"
-license=(MIT)
-source=(https://github.com/libmpack/libmpack/archive/${pkgver}.tar.gz)
-sha512sums=('6e30edafcacfb580b410bc6749ed7fe8f18b3be0cb98959339853e77bc3ec0cda6df08a0f1f22768cfc773458a2ea6bcef4f0421eea55cf56c58981d13711a04')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: libmpack/repos/community-x86_64/PKGBUILD (from rev 296621, libmpack/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-20 20:13:48 UTC (rev 296622)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+
+pkgname=libmpack
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="Simple implementation of msgpack in C"
+arch=('x86_64')
+url="https://github.com/libmpack/libmpack"
+license=(MIT)
+source=(https://github.com/libmpack/libmpack/archive/${pkgver}.tar.gz)
+sha512sums=('6e30edafcacfb580b410bc6749ed7fe8f18b3be0cb98959339853e77bc3ec0cda6df08a0f1f22768cfc773458a2ea6bcef4f0421eea55cf56c58981d13711a04')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" PREFIX=/usr install
+}
+
+# vim:set ts=2 sw=2 et:
+



More information about the arch-commits mailing list