summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam2023-03-26 16:45:01 +0200
committerSam2023-03-26 16:45:01 +0200
commit3a6d10dfaea4eeea36b4fe5450b3212cfe914110 (patch)
tree14ff1b50f901e6fbfff2bc2516d9e656fcb94c07
parent80428b932f6f2f4217749ec9696bbca3958b42fa (diff)
downloadaur-3a6d10dfaea4eeea36b4fe5450b3212cfe914110.tar.gz
Updated to version 5.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD8
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84b4d6df0b48..a6436f17ce56 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.1.0
+ pkgver = 5.2.0
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/2022/10/profex-5.1.0.tar.gz
+ source = https://www.profex-xrd.org/wp-content/uploads/2023/03/profex-5.2.0.tar.gz
source = profex.desktop
- sha256sums = 85c871447977156de6407647b7b6530396c4fc6409d984d2e7ad2e96732083d1
+ sha256sums = f2a1f8d7c4b1b8c5075a97884a8666dd90724fa015d2a1ac37c091ab1aff3e97
sha256sums = 8d4e73987458eb9d1453c3bfe839a90ea1f5c15a0872ea5a35d0b532231d9194
pkgname = profex
diff --git a/.gitignore b/.gitignore
index 1813b1f2a349..b56f969fd70d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
src
pkg
-*.pkg.tar.zst
-*.tar.gz \ No newline at end of file
+*.pkg.*
+*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index bed7acd1eb82..087e09254acd 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.1.0
+pkgver=5.2.0
pkgrel=1
-year=2022
-month=10
+year=2023
+month=03
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=('85c871447977156de6407647b7b6530396c4fc6409d984d2e7ad2e96732083d1'
+sha256sums=('f2a1f8d7c4b1b8c5075a97884a8666dd90724fa015d2a1ac37c091ab1aff3e97'
'8d4e73987458eb9d1453c3bfe839a90ea1f5c15a0872ea5a35d0b532231d9194')
makeprepare() {
cd "$pkgname-$pkgver"