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

Thorsten Töpper ttoepper at archlinux.org
Sun Jan 24 12:44:02 UTC 2016


    Date: Sunday, January 24, 2016 @ 13:44:01
  Author: ttoepper
Revision: 158735

upgpkg: confuse 2.8-1

Modified:
  confuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-24 12:37:23 UTC (rev 158734)
+++ PKGBUILD	2016-01-24 12:44:01 UTC (rev 158735)
@@ -5,16 +5,16 @@
 # Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
 
 pkgname=confuse
-pkgver=2.7
-pkgrel=3
+pkgver=2.8
+pkgrel=1
 pkgdesc="C-library for parsing configuration files"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/confuse"
 license=('LGPL')
 depends=('glibc')
-source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
 options=('!emptydirs')
-md5sums=('45932fdeeccbb9ef4228f1c1a25e9c8f')
+md5sums=('e94ade0372a43e80b35031046bbc2a33')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list