summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Heczko2018-10-23 11:39:36 +0200
committerJan Heczko2018-10-23 11:39:36 +0200
commit00eb33efdb6f13b7f6e5a18537cd50ef5c86f5ea (patch)
tree91833afeaa096fe296f9e4d6404af194d516b399 /PKGBUILD
parent759a8f0ac7d34e62a33873f9dae97cf15450660a (diff)
downloadaur-python-pyipopt.tar.gz
Change source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0983a50d5e09..ec74d6c5f124 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Jan Heczko <jan dot heczko at gmail dot com>
pkgname=python-pyipopt
-pkgver=r126.36bcb7f
-pkgrel=2
+pkgver=r146.cd3d96f
+pkgrel=1
pkgdesc="A Python connector to IPOPT"
arch=('i686' 'x86_64')
-url="https://github.com/xuy/pyipopt"
+url="https://github.com/g-braeunlich/pyipopt"
license=('BSD')
groups=()
depends=('coin-or-ipopt' 'python-numpy' 'gcc')
@@ -16,7 +16,7 @@ replaces=()
backup=()
options=()
install=
-source=('git+http://github.com/xuy/pyipopt.git')
+source=('git+http://github.com/g-braeunlich/pyipopt.git')
noextract=()
md5sums=('SKIP')
@@ -28,11 +28,6 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-prepare() {
- cd pyipopt
- patch -Np1 -i "${SRCDEST}/pyipopt.patch"
-}
-
build() {
cd pyipopt
python setup.py build