[arch-commits] Commit in dotconf/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed May 30 19:16:47 UTC 2018


    Date: Wednesday, May 30, 2018 @ 19:16:47
  Author: svenstaro
Revision: 325169

archrelease: copy trunk to extra-x86_64

Added:
  dotconf/repos/extra-x86_64/PKGBUILD
    (from rev 325168, dotconf/trunk/PKGBUILD)
Deleted:
  dotconf/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 19:16:44 UTC (rev 325168)
+++ PKGBUILD	2018-05-30 19:16:47 UTC (rev 325169)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Chris Brannon <cmbrannon at cox.net>
-
-pkgname=dotconf
-pkgver=1.3
-pkgrel=4
-pkgdesc='A C library for parsing configuration files'
-arch=('i686' 'x86_64')
-url="https://github.com/williamh/dotconf"
-license=('LGPL2.1')
-depends=('glibc')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/williamh/${pkgname}/tarball/v${pkgver}")
-md5sums=('36bfdde245072fc2f4f5766b7db97c45')
-
-build() {
-  cd williamh-${pkgname}-4cd7b3a
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd williamh-${pkgname}-4cd7b3a
-  make DESTDIR="${pkgdir}" install
-}

Copied: dotconf/repos/extra-x86_64/PKGBUILD (from rev 325168, dotconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-30 19:16:47 UTC (rev 325169)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Chris Brannon <cmbrannon at cox.net>
+
+pkgname=dotconf
+pkgver=1.3
+pkgrel=5
+pkgdesc='A C library for parsing configuration files'
+arch=('x86_64')
+url="https://github.com/williamh/dotconf"
+license=('LGPL2.1')
+depends=('glibc')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/williamh/${pkgname}/tarball/v${pkgver}")
+md5sums=('36bfdde245072fc2f4f5766b7db97c45')
+
+build() {
+  cd williamh-${pkgname}-4cd7b3a
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd williamh-${pkgname}-4cd7b3a
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list