summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam2022-03-18 17:26:23 +0100
committerSam2022-03-18 17:26:23 +0100
commitdf305e753b10fd858b04bff5e7548f1416992d25 (patch)
tree55b75d1d13a13801920d087dcd2a71c9d0d70118
parenta787d5769463cab7591db2dc3b20e2efdfe7989b (diff)
downloadaur-df305e753b10fd858b04bff5e7548f1416992d25.tar.gz
just a minor fix, no package update needed
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b64245bc898f..7802e130dd1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dan McCurry <dan.mc at protonmail dot com>
pkgname=profex
pkgver=5.0.1
-pkgrel=1
+pkgrel=2
year=2022
month=03
pkgdesc="A program for Rietveld refinement of powder X-ray diffraction data."
@@ -20,7 +20,7 @@ source=("https://www.profex-xrd.org/wp-content/uploads/${year}/${month}/${pkgnam
'profex.desktop')
sha256sums=('333d77a4b8690183bf43df1776fa4976c330f09af4799c0360bc694e47cf0c7a'
'8d4e73987458eb9d1453c3bfe839a90ea1f5c15a0872ea5a35d0b532231d9194')
-prepare() {
+makeprepare() {
cd "$pkgname-$pkgver"
}