summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam2023-06-23 03:28:05 +0200
committerSam2023-06-23 03:28:05 +0200
commitb26dfb61505cdfdc18324d6d42f6c17f4bcebe9b (patch)
treeafc2710e3e289e777eb853e6c0c48eb8a6b3bb59
parent3a6d10dfaea4eeea36b4fe5450b3212cfe914110 (diff)
downloadaur-b26dfb61505cdfdc18324d6d42f6c17f4bcebe9b.tar.gz
Updated to Version 5.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6436f17ce56..0c402bf070db 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.0
+ pkgver = 5.2.2
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/03/profex-5.2.0.tar.gz
+ source = https://www.profex-xrd.org/wp-content/uploads/2023/06/profex-5.2.2.tar.gz
source = profex.desktop
- sha256sums = f2a1f8d7c4b1b8c5075a97884a8666dd90724fa015d2a1ac37c091ab1aff3e97
+ sha256sums = 69d6d5f52509bf9b68ef7a09e8e80b3d5f9209e3d6d5d31c6346277bbd906d19
sha256sums = 8d4e73987458eb9d1453c3bfe839a90ea1f5c15a0872ea5a35d0b532231d9194
pkgname = profex
diff --git a/PKGBUILD b/PKGBUILD
index 087e09254acd..308ac79551f7 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.0
+pkgver=5.2.2
pkgrel=1
year=2023
-month=03
+month=06
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=('f2a1f8d7c4b1b8c5075a97884a8666dd90724fa015d2a1ac37c091ab1aff3e97'
+sha256sums=('69d6d5f52509bf9b68ef7a09e8e80b3d5f9209e3d6d5d31c6346277bbd906d19'
'8d4e73987458eb9d1453c3bfe839a90ea1f5c15a0872ea5a35d0b532231d9194')
makeprepare() {
cd "$pkgname-$pkgver"