[arch-commits] Commit in confuse/repos/community-x86_64 (PKGBUILD PKGBUILD)
Baptiste Jonglez
zorun at archlinux.org
Sun Aug 19 10:35:53 UTC 2018
Date: Sunday, August 19, 2018 @ 10:35:53
Author: zorun
Revision: 372774
archrelease: copy trunk to community-x86_64
Added:
confuse/repos/community-x86_64/PKGBUILD
(from rev 372773, confuse/trunk/PKGBUILD)
Deleted:
confuse/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-19 10:35:39 UTC (rev 372773)
+++ PKGBUILD 2018-08-19 10:35:53 UTC (rev 372774)
@@ -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.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
-}
Copied: confuse/repos/community-x86_64/PKGBUILD (from rev 372773, confuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-19 10:35:53 UTC (rev 372774)
@@ -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.2
+pkgrel=1
+pkgdesc='C-library for parsing configuration files'
+arch=('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=('71316b55592f8d0c98924242c98dbfa6252153a8b6e7d89e57fe6923934d77d0')
+
+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