summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McCurry2018-02-24 23:08:50 -0500
committerDan McCurry2018-02-24 23:08:50 -0500
commitc7e73233a6ff240a8df62c998cc44f239cacc547 (patch)
tree00fe49ed3076b2752702c915b2ac9916a79c986b
parent26dab1d54b745f01b0f7607d9129c726dc669886 (diff)
downloadaur-c7e73233a6ff240a8df62c998cc44f239cacc547.tar.gz
Updated to January2018
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c4ee0111cea..1e11793181ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fullprof-suite
pkgdesc = Crystallographic tools for Rietveld, profile matching & integrated intensity refinements of X-Ray and/or neutron data.
- pkgver = 2017.07
- pkgrel = 2
+ pkgver = 2018.01
+ pkgrel = 1
url = https://www.ill.eu/sites/fullprof
install = fullprof-suite.install
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = fullprof-suite
optdepends = xterm: Needed to launch some programs from GUI
provides = fullprof
conflicts = fullprof
- noextract = FullProf_Suite_July2017_Linux64.tgz
- source = file://FullProf_Suite_July2017_Linux64.tgz
+ noextract = FullProf_Suite_January2018_Linux64.tgz
+ source = file://FullProf_Suite_January2018_Linux64.tgz
source = fullprof-bin
- md5sums = 2042ff640d1c47958809ef3a19d6725c
+ md5sums = 57c1119910db3158dd79e5b72ff018c2
md5sums = e91280ece6411983c74b3a8071402eb9
pkgname = fullprof-suite
diff --git a/PKGBUILD b/PKGBUILD
index f2b02aa4d6ca..319065339fbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Dan McCurry <dan.mc at protonmail dot com>
+_version=January2018
pkgname=fullprof-suite
-pkgver=2017.07
-pkgrel=2
+pkgver=2018.01
+pkgrel=1
pkgdesc="Crystallographic tools for Rietveld, profile matching & integrated intensity refinements of X-Ray and/or neutron data."
arch=('x86_64')
url="https://www.ill.eu/sites/fullprof"
@@ -16,10 +17,10 @@ install=${pkgname}.install
# You will need to download the .tgz file from the webpage directly:
# https://www.ill.eu/sites/fullprof/php/downloads.html
-source=("file://FullProf_Suite_July2017_Linux64.tgz"
+source=("file://FullProf_Suite_${_version}_Linux64.tgz"
"fullprof-bin")
noextract=("${source##*/}")
-md5sums=('2042ff640d1c47958809ef3a19d6725c'
+md5sums=('57c1119910db3158dd79e5b72ff018c2'
'e91280ece6411983c74b3a8071402eb9')
PKGEXT=.pkg.tar
@@ -27,7 +28,8 @@ prepare() {
mkdir -p ${srcdir}/${pkgname}
mkdir -p ${srcdir}/bin
- tar -xzvf ${srcdir}/FullProf_Suite_*.tgz -C ${srcdir}/${pkgname}/
+ msg2 "Extracting FullProf Suite..."
+ tar -xzf ${srcdir}/FullProf_Suite_${_version}_Linux64.tgz -C ${srcdir}/${pkgname}/
for i in $(find ${srcdir}/${pkgname}/. \
-maxdepth 1 -executable -type f -printf "%P "); do