summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6f675eff586..056cfa5faee0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
+# Maintainer: xpt <user.xpt@gmail.com>
pkgname=voro++
pkgver=0.4.6
-pkgrel=1
+pkgrel=2
pkgdesc="A free software library for the computation of three dimensional Voronoi cells."
arch=('i686' 'x86_64')
url="http://math.lbl.gov/voro++/"
license=('BSD')
depends=('perl' 'gcc-libs')
options=(staticlibs)
-source=(http://math.lbl.gov/voro++/download/dir/${pkgname}-$pkgver.tar.gz)
+source=(https://download.lammps.org/thirdparty/${pkgname}-$pkgver.tar.gz)
md5sums=('2338b824c3b7b25590e18e8df5d68af9')
build() {