[arch-commits] Commit in confuse/repos (4 files)
Baptiste Jonglez
zorun at archlinux.org
Thu May 25 08:40:10 UTC 2017
Date: Thursday, May 25, 2017 @ 08:40:10
Author: zorun
Revision: 230043
archrelease: copy trunk to community-i686, community-x86_64
Added:
confuse/repos/community-i686/PKGBUILD
(from rev 230042, confuse/trunk/PKGBUILD)
confuse/repos/community-x86_64/PKGBUILD
(from rev 230042, confuse/trunk/PKGBUILD)
Deleted:
confuse/repos/community-i686/PKGBUILD
confuse/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 66 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 28 ------------------
community-x86_64/PKGBUILD | 28 ------------------
3 files changed, 66 insertions(+), 56 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-05-25 08:39:45 UTC (rev 230042)
+++ community-i686/PKGBUILD 2017-05-25 08:40:10 UTC (rev 230043)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Alexander Mieland (dma147) <dma147 at linux-stats.org>
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-
-pkgname=confuse
-pkgver=3.0
-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')
-md5sums=('bf03099ef213647451c70e54ad4b6e81')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --enable-shared
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: confuse/repos/community-i686/PKGBUILD (from rev 230042, confuse/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-25 08:40:10 UTC (rev 230043)
@@ -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.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=('79ed2c887a5ce0fae9de78aa745c575320e9d93b66b800370a5f29e1920ef30c')
+
+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-05-25 08:39:45 UTC (rev 230042)
+++ community-x86_64/PKGBUILD 2017-05-25 08:40:10 UTC (rev 230043)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Alexander Mieland (dma147) <dma147 at linux-stats.org>
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-
-pkgname=confuse
-pkgver=3.0
-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')
-md5sums=('bf03099ef213647451c70e54ad4b6e81')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --enable-shared
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: confuse/repos/community-x86_64/PKGBUILD (from rev 230042, confuse/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-05-25 08:40:10 UTC (rev 230043)
@@ -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.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=('79ed2c887a5ce0fae9de78aa745c575320e9d93b66b800370a5f29e1920ef30c')
+
+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