summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam2023-12-30 00:25:37 +0100
committerSam2023-12-30 00:25:37 +0100
commitfc7ccd09a0975c0a4fccd6205eaf595558cd84e2 (patch)
treec0f81bd7e3a9c93f0d32b3585da9ce6af94ffd14
parent3f267fb36396dcdb196138b7806789fc527deeeb (diff)
downloadaur-fc7ccd09a0975c0a4fccd6205eaf595558cd84e2.tar.gz
Updated to Version 5.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc7321e2c97a..3e392eaac347 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = profex
pkgdesc = A program for Rietveld refinement of powder X-ray diffraction data.
- pkgver = 5.2.4
+ pkgver = 5.2.5
pkgrel = 1
url = https://profex.doebelin.org
arch = i686
@@ -13,9 +13,9 @@ pkgbase = profex
optdepends = bgmn: the needed backend for the program, not required to build or start the program
provides = profex
conflicts = profex
- source = https://www.profex-xrd.org/wp-content/uploads/2023/10/profex-5.2.4.tar.gz
+ source = https://www.profex-xrd.org/wp-content/uploads/2023/12/profex-5.2.5.tar.gz
source = profex.desktop
- sha256sums = 71aa8e65ef98432d2c192c9364dbece482bb9c523662657ca3769ca6ce64ca98
+ sha256sums = 780c2aefc2393946969cbe4628b35ca01192a5bfa040f34ea079ea5680506228
sha256sums = 8d4e73987458eb9d1453c3bfe839a90ea1f5c15a0872ea5a35d0b532231d9194
pkgname = profex
diff --git a/PKGBUILD b/PKGBUILD
index 0232113c9a65..72172fcbd3e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
#Maintainer: Sam Peters <dev at libertycloud dot de>
# Contributor: Dan McCurry <dan.mc at protonmail dot com>
pkgname=profex
-pkgver=5.2.4
+pkgver=5.2.5
pkgrel=1
year=2023
-month=10
+month=12
pkgdesc="A program for Rietveld refinement of powder X-ray diffraction data."
arch=('i686' 'x86_64')
url="https://profex.doebelin.org"
@@ -18,7 +18,7 @@ provides=('profex')
conflicts=('profex')
source=("https://www.profex-xrd.org/wp-content/uploads/${year}/${month}/${pkgname}-${pkgver}.tar.gz"
'profex.desktop')
-sha256sums=('71aa8e65ef98432d2c192c9364dbece482bb9c523662657ca3769ca6ce64ca98'
+sha256sums=('780c2aefc2393946969cbe4628b35ca01192a5bfa040f34ea079ea5680506228'
'8d4e73987458eb9d1453c3bfe839a90ea1f5c15a0872ea5a35d0b532231d9194')
makeprepare() {
cd "$pkgname-$pkgver"