summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Hentschel (hpmachining)2021-02-16 13:37:29 -0500
committerPaul Hentschel (hpmachining)2021-02-16 13:37:29 -0500
commit16cd7d353e05422ee0034cb1a7683145647eb842 (patch)
treea0285f836cb155b3bd5c6e54d27524a892be8796 /PKGBUILD
parent329930bf58327e93904e4646ac2839fada559a8b (diff)
downloadaur-16cd7d353e05422ee0034cb1a7683145647eb842.tar.gz
Removed prepare() function.
Upstream fixes make prepare() function no longer needed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f8c0a0c8447..2abc09685f05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: greyltc
pkgname=cbang-git
-pkgver=1.6.0.r133.g501acc86
+pkgver=1.6.0.r134.g18f1e963
pkgrel=1
pkgdesc="A library of cross-platform C++ utilities"
arch=('x86_64')
@@ -38,12 +38,6 @@ pkgver() {
git describe --long --tags | sed 's/^v//;s/-/.r/;s/-/./'
}
-prepare() {
- cd "${pkgname%-git}"
- sed -i "20i\ conf.CBRequireLib('v8_libplatform')" config/v8/__init__.py
- sed -i "37i\ env.CBDefine('V8_COMPRESS_POINTERS')" SConstruct
-}
-
build() {
cd "${pkgname%-git}"
scons cxxstd="c++14" disable_local="libevent sqlite3 re2 libyaml zlib bzip2 expat"