[arch-commits] Commit in confuse/repos (4 files)

Baptiste Jonglez zorun at archlinux.org
Fri Aug 18 07:49:51 UTC 2017


    Date: Friday, August 18, 2017 @ 07:49:49
  Author: zorun
Revision: 252394

archrelease: copy trunk to community-i686, community-x86_64

Added:
  confuse/repos/community-i686/PKGBUILD
    (from rev 252393, confuse/trunk/PKGBUILD)
  confuse/repos/community-x86_64/PKGBUILD
    (from rev 252393, confuse/trunk/PKGBUILD)
Deleted:
  confuse/repos/community-i686/PKGBUILD
  confuse/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   66 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 ----------------------
 community-x86_64/PKGBUILD |   33 ----------------------
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-18 07:49:31 UTC (rev 252393)
+++ community-i686/PKGBUILD	2017-08-18 07:49:49 UTC (rev 252394)
@@ -1,33 +0,0 @@
-# Contributor : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Alexander Mieland (dma147) <dma147 at linux-stats.org>
-# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
-# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-
-pkgname=confuse
-pkgver=3.2
-pkgrel=1
-pkgdesc='C-library for parsing configuration files'
-arch=('i686' 'x86_64')
-url='https://github.com/martinh/libconfuse'
-license=('LGPL')
-depends=('glibc')
-source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-options=('!emptydirs')
-sha256sums=('166d1d0611de05587447d91fb44b31188cb229c9aaa5aff79ae4706e04dffa09')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: confuse/repos/community-i686/PKGBUILD (from rev 252393, confuse/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-18 07:49:49 UTC (rev 252394)
@@ -0,0 +1,33 @@
+# Contributor : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Alexander Mieland (dma147) <dma147 at linux-stats.org>
+# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+
+pkgname=confuse
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='C-library for parsing configuration files'
+arch=('i686' 'x86_64')
+url='https://github.com/martinh/libconfuse'
+license=('LGPL')
+depends=('glibc')
+source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+options=('!emptydirs')
+sha256sums=('769a2a7644adc778487f50201b9c1e646cf3226b6a5e30a2d93ce4f0c217ee20')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-18 07:49:31 UTC (rev 252393)
+++ community-x86_64/PKGBUILD	2017-08-18 07:49:49 UTC (rev 252394)
@@ -1,33 +0,0 @@
-# Contributor : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Alexander Mieland (dma147) <dma147 at linux-stats.org>
-# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
-# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-
-pkgname=confuse
-pkgver=3.2
-pkgrel=1
-pkgdesc='C-library for parsing configuration files'
-arch=('i686' 'x86_64')
-url='https://github.com/martinh/libconfuse'
-license=('LGPL')
-depends=('glibc')
-source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-options=('!emptydirs')
-sha256sums=('166d1d0611de05587447d91fb44b31188cb229c9aaa5aff79ae4706e04dffa09')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: confuse/repos/community-x86_64/PKGBUILD (from rev 252393, confuse/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-18 07:49:49 UTC (rev 252394)
@@ -0,0 +1,33 @@
+# Contributor : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Alexander Mieland (dma147) <dma147 at linux-stats.org>
+# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+
+pkgname=confuse
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='C-library for parsing configuration files'
+arch=('i686' 'x86_64')
+url='https://github.com/martinh/libconfuse'
+license=('LGPL')
+depends=('glibc')
+source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+options=('!emptydirs')
+sha256sums=('769a2a7644adc778487f50201b9c1e646cf3226b6a5e30a2d93ce4f0c217ee20')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list