summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 640c416bf2cf..721170366e66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libbobcat
pkgdesc = Bobcat (Brokken's Own Base Classes And Templates) library
- pkgver = 5.07.03
+ pkgver = 5.09.01
pkgrel = 1
url = https://fbb-git.gitlab.io/bobcat/
arch = i686
@@ -14,8 +14,7 @@ pkgbase = libbobcat
makedepends = yodl>=3.07.01
depends = openssl
depends = libx11>=1.6.2
- source = https://gitlab.com/fbb-git/bobcat/-/archive/5.07.03/bobcat-5.07.03.tar.gz
- md5sums = 5e2b2042280d34629c565c1dd2bcf1bd
+ source = https://gitlab.com/fbb-git/bobcat/-/archive/5.09.01/bobcat-5.09.01.tar.gz
+ md5sums = 096bc83cb572f24f64bfae25fd4febd8
pkgname = libbobcat
-
diff --git a/PKGBUILD b/PKGBUILD
index a2cbf41f25f1..37c02004a394 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kevin Brodsky <corax26 at gmail dot com>
# Contributor: Anton Jongsma <anton@felrood.nl>
pkgname=libbobcat
-pkgver=5.07.03
+pkgver=5.09.01
pkgrel=1
pkgdesc="Bobcat (Brokken's Own Base Classes And Templates) library"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('icmake>=8.01.00' 'openssl' 'readline' 'libmilter>=8.14.4'
'libx11>=1.6.2' 'yodl>=3.07.01')
optdepends=()
source=("https://gitlab.com/fbb-git/bobcat/-/archive/${pkgver}/bobcat-${pkgver}.tar.gz")
-md5sums=('5e2b2042280d34629c565c1dd2bcf1bd')
+md5sums=('096bc83cb572f24f64bfae25fd4febd8')
build() {
cd "$srcdir/bobcat-${pkgver}/bobcat"