summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c23bae45e89..a600265634c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = darktable-cr3
pkgdesc = A virtual lighttable and darkroom for photographers with CR3 support
- pkgver = 3.6.0
- pkgrel = 3
+ pkgver = 3.6.1
+ pkgrel = 1
url = http://www.darktable.org/
install = darktable.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 79e6937121ed..e00504972db5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: tharazgul <tharazgul at gmx dot at>
pkgname=darktable-cr3
_gitname=darktable
-pkgver=3.6.0
-pkgrel=3
+pkgver=3.6.1
+pkgrel=1
pkgdesc="A virtual lighttable and darkroom for photographers with CR3 support"
arch=('i686' 'x86_64')
url=http://www.darktable.org/
@@ -31,7 +31,7 @@ pkgver() {
prepare() {
cd $_gitname
- git checkout release-3.6.0
+ git checkout release-3.6.1
git submodule init
git submodule update
cd src/external/rawspeed