summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2017-03-23 14:33:38 -0700
committerTyler Veness2017-03-23 14:33:38 -0700
commit3a097ad413081a1cb40da511a6167914c585751e (patch)
tree1858483dc6ad457267842270f4db28e1b5949e99
parent6567d3489e1caded406584532b971c6db3dc4421 (diff)
downloadaur-3a097ad413081a1cb40da511a6167914c585751e.tar.gz
Updated upstream URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 726e3b24c272..1e5e105ae459 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by makepkg 4.2.1
-# Tue Jun 2 10:12:43 UTC 2015
pkgbase = paradiseo
pkgdesc = Evolving Objects is a template-based, ANSI-C++ evolutionary computation library which helps you to write your own stochastic optimization algorithms insanely fast.
pkgver = 2.0.1
- pkgrel = 3
- url = http://eodev.sourceforge.net/
+ pkgrel = 4
+ url = paradiseo.gforge.inria.fr
arch = i686
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index bb4702f86f20..d89f671b5de0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=paradiseo
pkgver=2.0.1
-pkgrel=3
+pkgrel=4
pkgdesc="Evolving Objects is a template-based, ANSI-C++ evolutionary computation library which helps you to write your own stochastic optimization algorithms insanely fast."
arch=('i686' 'x86_64')
-url="http://eodev.sourceforge.net/"
+url="paradiseo.gforge.inria.fr"
license=('LGPL')
depends=()
makedepends=('make' 'cmake')