summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29ccb7a0f086..bb9f9d3239c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=or-tools
pkgver=6.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="Google's Operations Research tools"
arch=('x86_64' 'i686')
url="https://github.com/google/or-tools"
@@ -47,5 +47,5 @@ package() {
rm -rf lib/pkgconfig
rm -rf lib/cmake/{Cbc,gflags,glog,protobuf,ZLIB}
rm -rf include/{cbc,gflags,glog,google}
- rm -rf include/*.h
+ rm -rf include/{zconf,zlib}.h
}