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

Felix Yan felixonmars at archlinux.org
Thu May 31 04:28:16 UTC 2018


    Date: Thursday, May 31, 2018 @ 04:28:16
  Author: felixonmars
Revision: 334091

archrelease: copy trunk to community-x86_64

Added:
  libnl1/repos/community-x86_64/PKGBUILD
    (from rev 334090, libnl1/trunk/PKGBUILD)
Deleted:
  libnl1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 04:27:50 UTC (rev 334090)
+++ PKGBUILD	2018-05-31 04:28:16 UTC (rev 334091)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=libnl1
-pkgver=1.1.4
-pkgrel=1
-pkgdesc="Library for applications dealing with netlink sockets (Legacy version)"
-arch=('i686' 'x86_64')
-url="http://www.infradead.org/~tgr/libnl/"
-license=('GPL')
-depends=('glibc')
-options=('!staticlibs')
-source=("http://www.infradead.org/~tgr/libnl/files/libnl-${pkgver}.tar.gz")
-md5sums=('580cb878be536804daca87fb75ae46cc')
-
-build() {
-  cd libnl-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd libnl-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libnl1/repos/community-x86_64/PKGBUILD (from rev 334090, libnl1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 04:28:16 UTC (rev 334091)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libnl1
+pkgver=1.1.4
+pkgrel=2
+pkgdesc="Library for applications dealing with netlink sockets (Legacy version)"
+arch=('x86_64')
+url="http://www.infradead.org/~tgr/libnl/"
+license=('GPL')
+depends=('glibc')
+options=('!staticlibs')
+source=("http://www.infradead.org/~tgr/libnl/files/libnl-${pkgver}.tar.gz")
+sha512sums=('25e26ddcc16540346ea34815ab6ac094177e5cee2eb3d843c4f8b30cd9d83390a3e87cb46046dc3bd9ae4d21f77e57bb3827c2cfc588eb18afe049921f2030b4')
+
+build() {
+  cd libnl-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libnl-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list