summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Brodsky2019-09-11 19:35:43 +0100
committerKevin Brodsky2019-09-11 19:35:43 +0100
commit102ceea7fef3935e1dd2ebe28f1313549a797b16 (patch)
tree7201a2f0de3c3c2bf5fc13127b611ae4eabe4ec4
parent4514a0390b3f2c908ce3afdca1afeaf9600bf635 (diff)
downloadaur-102ceea7fef3935e1dd2ebe28f1313549a797b16.tar.gz
updpkg: 5.00.02 + switch to GitLab
Also
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfec9c84060a..94846af9cc0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libbobcat
pkgdesc = Bobcat (Brokken's Own Base Classes And Templates) library
- pkgver = 4.08.03
+ pkgver = 5.00.02
pkgrel = 1
- url = https://fbb-git.github.io/bobcat/
+ url = https://fbb-git.gitlab.io/bobcat/
arch = i686
arch = x86_64
license = GPL
@@ -14,8 +14,8 @@ pkgbase = libbobcat
makedepends = yodl>=3.07.01
depends = openssl
depends = libx11>=1.6.2
- source = https://github.com/fbb-git/bobcat/archive/4.08.03.tar.gz
- md5sums = f90bb919b09a9f2d1cdcd6cb61892f4a
+ source = https://gitlab.com/fbb-git/bobcat/-/archive/5.00.02/bobcat-5.00.02.tar.gz
+ md5sums = 33a0fd25e274deae7a3e25133ce601f6
pkgname = libbobcat
diff --git a/PKGBUILD b/PKGBUILD
index 1cafad63271c..19c8cc3e8957 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,23 @@
# Maintainer: Kevin Brodsky <corax26 at gmail dot com>
# Contributor: Anton Jongsma <anton@felrood.nl>
pkgname=libbobcat
-pkgver=4.08.03
+pkgver=5.00.02
pkgrel=1
pkgdesc="Bobcat (Brokken's Own Base Classes And Templates) library"
arch=('i686' 'x86_64')
-url="https://fbb-git.github.io/bobcat/"
+url="https://fbb-git.gitlab.io/bobcat/"
license=('GPL')
# Versions taken from the 'required' file in sources
depends=('openssl' 'libx11>=1.6.2')
makedepends=('icmake>=8.01.00' 'openssl' 'readline' 'libmilter>=8.14.4'
'libx11>=1.6.2' 'yodl>=3.07.01')
optdepends=()
-source=("https://github.com/fbb-git/bobcat/archive/${pkgver}.tar.gz")
-md5sums=('f90bb919b09a9f2d1cdcd6cb61892f4a')
+source=("https://gitlab.com/fbb-git/bobcat/-/archive/${pkgver}/bobcat-${pkgver}.tar.gz")
+md5sums=('33a0fd25e274deae7a3e25133ce601f6')
build() {
cd "$srcdir/bobcat-${pkgver}/bobcat"
- # Explicitly define CXX, because since 4.08.03 the build system defines it
- # by default to g++-8, which doesn't make sense on Arch.
- export CXX="g++"
# Since makepkg always defines CXXFLAGS, it overrides the default value
# defined in the build system, which is problematic because it needs a
# specific C++ version. Add it back here.