[arch-commits] Commit in confuse/trunk (PKGBUILD)

Baptiste Jonglez zorun at archlinux.org
Thu May 25 08:39:46 UTC 2017


    Date: Thursday, May 25, 2017 @ 08:39:45
  Author: zorun
Revision: 230042

upgpkg: confuse 3.1-1

Modified:
  confuse/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-25 08:37:15 UTC (rev 230041)
+++ PKGBUILD	2017-05-25 08:39:45 UTC (rev 230042)
@@ -1,11 +1,11 @@
-# $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>
+# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
 
 pkgname=confuse
-pkgver=3.0
+pkgver=3.1
 pkgrel=1
 pkgdesc='C-library for parsing configuration files'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('glibc')
 source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
 options=('!emptydirs')
-md5sums=('bf03099ef213647451c70e54ad4b6e81')
+sha256sums=('79ed2c887a5ce0fae9de78aa745c575320e9d93b66b800370a5f29e1920ef30c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -22,6 +22,11 @@
   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