aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-12 19:47:55 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-12 20:17:03 -0300
commitc580cdee577b96ecf2e78d7a67fcc29523e4376f (patch)
treeebb896251302de69044b4841cd9ac2c913b2208a
parent3dd988febdf54112e830ad049a336273dffae401 (diff)
community/rawtherapee: upgrade to 5.7
-rw-r--r--community/rawtherapee/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/rawtherapee/APKBUILD b/community/rawtherapee/APKBUILD
index 094f7e662be..b23ab2f596b 100644
--- a/community/rawtherapee/APKBUILD
+++ b/community/rawtherapee/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=rawtherapee
-pkgver=5.6
-pkgrel=1
+pkgver=5.7
+pkgrel=0
pkgdesc="Powerful cross-platform raw image processing program"
url="https://rawtherapee.com"
arch="x86 x86_64 ppc64le aarch64"
@@ -14,7 +14,7 @@ makedepends="bzip2-dev cmake exiv2-dev expat-dev fftw-dev glib-dev gtk+3.0-dev
"
options="!check !strip"
subpackages="$pkgname-doc $pkgname-dbg"
-source="https://rawtherapee.com/shared/source/$pkgname-$pkgver.tar.xz"
+source="https://rawtherapee.com/shared/source/rawtherapee-$pkgver.tar.xz"
prepare() {
default_prepare
@@ -26,12 +26,12 @@ prepare() {
build() {
cd "$builddir"/build
- make
+ make
}
package() {
cd "$builddir"/build
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" install
}
-sha512sums="2c751c7631ea2ef65c334fa0baab16d4c3161fae66487870c476f07f1ea3604a5e28a251fd98d9688cafc088302af7aa6e28e9b27a37f916715708ed5e731f0f rawtherapee-5.6.tar.xz"
+sha512sums="8101ec66d9be4cab0c0b91336a3f83a32a6220a2f342f1c74d604c15686ee08bc7dbc090232916f13d5436957d800b64b284a8a9d3352f2f721266b07e005162 rawtherapee-5.7.tar.xz"