summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Kudelin2020-11-19 14:05:23 +0300
committerAnton Kudelin2020-11-19 14:05:23 +0300
commit38e9374fef5a3ac1315f78fbdc21c58e5bdbec4b (patch)
tree10734c919cec91c6fdbf9dc227ddfa06bafa27aa /PKGBUILD
parent84e2ecafad696884c24cea29a6a826112e7e1ceb (diff)
downloadaur-38e9374fef5a3ac1315f78fbdc21c58e5bdbec4b.tar.gz
Fixed url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {