summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfd36f1310c8..640c416bf2cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libbobcat
pkgdesc = Bobcat (Brokken's Own Base Classes And Templates) library
- pkgver = 5.05.00
+ pkgver = 5.07.03
pkgrel = 1
url = https://fbb-git.gitlab.io/bobcat/
arch = i686
@@ -14,8 +14,8 @@ pkgbase = libbobcat
makedepends = yodl>=3.07.01
depends = openssl
depends = libx11>=1.6.2
- source = https://gitlab.com/fbb-git/bobcat/-/archive/5.05.00/bobcat-5.05.00.tar.gz
- md5sums = eb3502a8ecd3372163f68e8bd2bf1395
+ source = https://gitlab.com/fbb-git/bobcat/-/archive/5.07.03/bobcat-5.07.03.tar.gz
+ md5sums = 5e2b2042280d34629c565c1dd2bcf1bd
pkgname = libbobcat
diff --git a/PKGBUILD b/PKGBUILD
index 3cdf1fc29049..a2cbf41f25f1 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.05.00
+pkgver=5.07.03
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=('eb3502a8ecd3372163f68e8bd2bf1395')
+md5sums=('5e2b2042280d34629c565c1dd2bcf1bd')
build() {
cd "$srcdir/bobcat-${pkgver}/bobcat"