summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormarco442016-04-24 08:35:16 +0200
committermarco442016-04-24 08:35:16 +0200
commit6b3388de45f6bd8060445658cab701c122a6279d (patch)
tree73db3990d5986469f0bec90e991c2ec369a41278 /PKGBUILD
parenteadd4b94ffef9e507016312ad8761cd4b97c54cf (diff)
downloadaur-6b3388de45f6bd8060445658cab701c122a6279d.tar.gz
Back to the master branch. Everything from lab-io is committed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6df656aab67d..cacbdde40a1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: orbisvicis <orbisvicis at gmail dot com>
pkgname=darktable-git
_gitname=darktable
-pkgver=release.2.1.0.r994.g441a3b4
+pkgver=release.2.1.0.r1031.gdf4eb00
pkgrel=1
pkgdesc="A virtual lighttable and darkroom for photographers"
arch=('i686' 'x86_64')
@@ -28,7 +28,8 @@ pkgver() {
cd $_gitname
git clean -dfx > /dev/null 2>&1
git reset --hard > /dev/null 2>&1
- git checkout 441a3b44df770578240c1774b29d373aa4a08bb8 > /dev/null 2>&1
+# if you want a specific commit or branch... just put it here
+# git checkout 441a3b44df770578240c1774b29d373aa4a08bb8 > /dev/null 2>&1
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}