summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrea Girotto2021-08-23 10:40:57 +0200
committerAndrea Girotto2021-08-23 10:40:57 +0200
commit694f4ec61cfd624fdedb4130c2a85ae0a3a816a8 (patch)
treebfe99ae362bf02d2f44cb891d88abe74b6109db8 /PKGBUILD
parent1a74dc65cf30ec9a0d706e7b0a13e4a8f298bd93 (diff)
downloadaur-guile-www.tar.gz
Release 2.41 portability fix for Guile 2.x
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed8803e545c5..0d37b63971e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
+# Maintainer: Andrea Girotto <andrea (dot) girotto (at) gmail (dot) com>
# Original packager: tantalum <tantalum at online dot de>
-# Package by Andrea Girotto <andrea (dot) girotto (at) gmail (dot) com>
pkgname=guile-www
-pkgver=2.40
+pkgver=2.41
pkgrel=1
pkgdesc='A set of Guile Scheme modules to facilitate HTTP, URL and CGI programming'
arch=(any)
@@ -9,7 +9,7 @@ license=(GPL3)
depends=(guile)
url=http://www.nongnu.org/guile-www/
source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.lz)
-md5sums=('1c2e045af35052be4be321e33caf9c35')
+md5sums=('b856f3897570cc5bf8c46f14f7089542')
build(){
cd ${srcdir}/${pkgname}-${pkgver}