summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Brodsky2015-10-06 23:04:02 +0200
committerKevin Brodsky2015-10-06 23:04:02 +0200
commitaa5545eeb1f8f0d117f922bb9d14f7195adbfea3 (patch)
tree54c70e2f10b4bf39abdd57532bd3a721e38c2815 /PKGBUILD
parent82e7411003ecf3a1adac0811a6686609bbcc5355 (diff)
downloadaur-aa5545eeb1f8f0d117f922bb9d14f7195adbfea3.tar.gz
upgpkg: libbobcat 4.01.03
This new release fixes chdir issues (which didn't affect previous packages anyway). It also adds the possibility to disable precompiled headers (see comment in PKGBUILD).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"