summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88cc695d374c..b4c2333a2c5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = or-tools
pkgdesc = Google's Operations Research tools
pkgver = 6.7.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/google/or-tools
arch = x86_64
arch = i686
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
}