summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Ostuni2017-08-01 15:30:49 +0200
committerDario Ostuni2017-08-01 15:30:49 +0200
commit8f48b2ec8fbe820f9f4fda0fce66281692d3c30a (patch)
treedaafcb212d33ce5384ef091f11fc9a64d99eb004 /PKGBUILD
parent2a0959b0916ba892e145b4518753368a2f88f28f (diff)
downloadaur-8f48b2ec8fbe820f9f4fda0fce66281692d3c30a.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2143d0ddf4f..bb7ebc136e03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Dario Ostuni <another.code.996@gmail.com>
pkgname=python-or-tools
-pkgver=6.2
+pkgver=6.3
pkgrel=1
pkgdesc="Google's Operations Research tools"
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
url="https://github.com/google/or-tools"
license=('Apache2')
-depends=('python')
+depends=('python' 'swig')
makedepends=('cmake')
options=(!emptydirs)
source=("https://github.com/google/or-tools/archive/v${pkgver}.tar.gz")
-sha256sums=('8d2a3aea8cf4a2c88647f4a7365a2140bf9fa80b34f8fd95ccfd54a6815fd2e7')
+sha256sums=('f60fd9a39f1820a76d57919e87b47c98236c0860fedd5c6eb51c80d3a850b347')
build() {
cd "${srcdir}/or-tools-${pkgver}"