summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2021-06-04 19:14:14 +0200
committerRobbert van der Helm2021-06-04 19:14:14 +0200
commit5e3112cf3ffd2dcd9c0fbaa745ae255472afd34a (patch)
treee93d805f047916e27f326d308ec830d1ae246b09
parent202684a5c709ea34d938ed570855fa5b1f5a098b (diff)
downloadaur-5e3112cf3ffd2dcd9c0fbaa745ae255472afd34a.tar.gz
Include the CMake package definitions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32f542f7f860..f4568194b6cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-boost-libs
pkgdesc = Free peer-reviewed portable C++ source libraries - runtime libraries (32-bit)
pkgver = 1.75.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.boost.org
arch = x86_64
groups = lib32
diff --git a/PKGBUILD b/PKGBUILD
index 8bedce993286..024132aabd8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=lib32-boost-libs
pkgver=1.75.0
_boostver=${pkgver//./_}
-pkgrel=1
+pkgrel=2
url='http://www.boost.org'
arch=('x86_64')
pkgdesc='Free peer-reviewed portable C++ source libraries - runtime libraries (32-bit)'
@@ -110,9 +110,6 @@ package() {
install -dm755 "${pkgdir}"/usr/lib32
cp -a "${_stagedir}"/lib/* "${pkgdir}"/usr/lib32
- # These are already included in the regular `boost` package
- rm -r "${pkgdir}"/usr/lib32/cmake
-
# This would be needed if built with Python support
# # https://github.com/boostorg/python/issues/203#issuecomment-391477685
# for _lib in python numpy; do