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 041d57c1f79b..57faa8d2265f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libbobcat
pkgdesc = Bobcat (Brokken's Own Base Classes And Templates) library
- pkgver = 4.01.02
+ pkgver = 4.01.03
pkgrel = 1
url = https://fbb-git.github.io/bobcat/
arch = i686
@@ -14,8 +14,8 @@ pkgbase = libbobcat
makedepends = yodl>=3.05.00
depends = openssl
depends = libx11>=1.6.2
- source = https://github.com/fbb-git/bobcat/archive/4.01.02.tar.gz
- md5sums = 38d6f0d310e6e6c99eeafebeb272b07e
+ source = https://github.com/fbb-git/bobcat/archive/4.01.03.tar.gz
+ md5sums = 7b683c35716161cf0ce7b6debb8e919a
pkgname = libbobcat
diff --git a/PKGBUILD b/PKGBUILD
index 20ab79920aa4..1015bc4ac592 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=4.01.02
+pkgver=4.01.03
pkgrel=1
pkgdesc="Bobcat (Brokken's Own Base Classes And Templates) library"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('icmake>=7.22.01' 'openssl' 'readline' 'libmilter>=8.14.4'
'libx11>=1.6.2' 'yodl>=3.05.00')
optdepends=()
source=("https://github.com/fbb-git/bobcat/archive/${pkgver}.tar.gz")
-md5sums=('38d6f0d310e6e6c99eeafebeb272b07e')
+md5sums=('7b683c35716161cf0ce7b6debb8e919a')
build() {
cd "$srcdir/bobcat-${pkgver}/bobcat"