summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Hörnquist2022-04-25 01:21:57 +0200
committerHugo Hörnquist2022-04-25 01:21:57 +0200
commiteb12e29f2856329985e387860a4a8a3b8b728758 (patch)
tree5ddb04189ede649c6f2892f5c91343322fb8d626
parentd0a637778c0144c47c60704571f684a220b11cbc (diff)
downloadaur-guile-gumbo.tar.gz
Bump to version 0.10.1_0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b29723db72af..4efe5f31de1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = guile-gumbo
pkgdesc = Guile bindings for the Gumbo HTML5 parser
- pkgver = 0.10.1_0.4
+ pkgver = 0.10.1_0.5
pkgrel = 1
url = https://git.lysator.liu.se/hugo/guile-gumbo
arch = any
license = Apache
depends = guile>=2.2
depends = gumbo-parser>=0.10
- source = https://git.lysator.liu.se/hugo/guile-gumbo/-/archive/0.10.1_0.4/guile-gumbo-0.10.1_0.4.tar.bz2
- md5sums = 4e8da23e24f85ac5d23e97494e2d8aea
+ source = https://git.lysator.liu.se/hugo/guile-gumbo/-/archive/0.10.1_0.5/guile-gumbo-0.10.1_0.5.tar.bz2
+ md5sums = 43c4db30a8ff9b823543c868d3c687e7
pkgname = guile-gumbo
diff --git a/PKGBUILD b/PKGBUILD
index 9f84e96a0fd2..229cd579b1d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hugo Hörnquist <hugo@lysator.liu.se>
pkgname=guile-gumbo
-pkgver=0.10.1_0.4
+pkgver=0.10.1_0.5
pkgrel=1
pkgdesc='Guile bindings for the Gumbo HTML5 parser'
arch=(any)
@@ -9,7 +9,7 @@ license=(Apache)
depends=('guile>=2.2' 'gumbo-parser>=0.10')
url=https://git.lysator.liu.se/hugo/guile-gumbo
source=("${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('4e8da23e24f85ac5d23e97494e2d8aea')
+md5sums=('43c4db30a8ff9b823543c868d3c687e7')
build(){
cd "${srcdir}/${pkgname}-${pkgver}"