summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56ef8057a9c8..54afa76384d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = platon
pkgdesc = A Multipurpose Crystallographic Tool
pkgver = 171020
- pkgrel = 1
- url = http://www.cryst.chem.uu.nl/spek/platon
+ pkgrel = 2
+ url = https://www.platonsoft.nl
arch = x86_64
license = custom
makedepends = gcc-fortran
@@ -10,7 +10,7 @@ pkgbase = platon
makedepends = tar
depends = gcc-libs
depends = libx11
- source = https://www.platonsoft.nl/spek/xraysoft/unix/platon.tar.gz
+ source = platon-171020.tar.gz::https://www.platonsoft.nl/spek/xraysoft/unix/platon.tar.gz
sha256sums = SKIP
pkgname = platon
diff --git a/PKGBUILD b/PKGBUILD
index 2aa2eb24ea07..a5ca7694eaa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=platon
pkgver=171020
-pkgrel=1
+pkgrel=2
pkgdesc="A Multipurpose Crystallographic Tool"
arch=("x86_64")
-url="http://www.cryst.chem.uu.nl/spek/platon"
+url="https://www.platonsoft.nl"
license=('custom')
depends=('gcc-libs' 'libx11')
makedepends=('gcc-fortran' 'gzip' 'tar')
-source=("https://www.platonsoft.nl/spek/xraysoft/unix/$pkgname.tar.gz")
+source=($pkgname-$pkgver.tar.gz::"$url/spek/xraysoft/unix/$pkgname.tar.gz")
sha256sums=('SKIP')
prepare() {