From 4bb0ed566a66fd60f7b09ed82fa04052c7537a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 27 Dec 2016 23:04:37 -0300 Subject: darktable-2:2.2.0-1.nonprism1: updating version --- nonprism/darktable/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'nonprism/darktable') diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD index 164cddd27..afde1cdeb 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 196058 2016-11-16 19:09:12Z spupykin $ +# $Id: PKGBUILD 202708 2016-12-26 10:20:48Z spupykin $ # Maintainer (Arch): Sergej Pupykin # Contributor (Arch): Christian Himpel # Contributor (Arch): Johannes Hanika @@ -6,7 +6,7 @@ pkgname=darktable epoch=2 -pkgver=2.0.7 +pkgver=2.2.0 pkgrel=1.nonprism1 pkgdesc="Utility to organize and develop raw images, without flickcurl support" arch=('i686' 'x86_64' 'armv7h') @@ -22,12 +22,12 @@ makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups') optdepends=('librsvg' 'osm-gps-map' 'libcups') validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9') # even releases are stable, do not change source url! -source=("https://github.com/darktable-org/darktable/releases/download/release-$pkgver/darktable-$pkgver.tar.xz"{,.asc}) -sha256sums=('a9226157404538183549079e3b8707c910fedbb669bd018106bdf584b88a1dab' +source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc}) +sha256sums=('3eca193831faae58200bb1cb6ef29e658bce43a81706b54420953a7c33d79377' 'SKIP') build() { - cd "$srcdir/$pkgname-$pkgver" + cd "$srcdir/$pkgname-${pkgver/rc/~rc}" mkdir -p build cd build CXXFLAGS+=" -fpermissive" @@ -52,7 +52,7 @@ build() { } package() { - cd "$srcdir/$pkgname-$pkgver/build" + cd "$srcdir/$pkgname-${pkgver/rc/~rc}/build" make DESTDIR="$pkgdir" install ln -s darktable/libdarktable.so "$pkgdir/usr/lib/libdarktable.so" install -Dm0755 ../tools/basecurve/dt-curve-tool "$pkgdir"/usr/bin/dt-curve-tool -- cgit v1.2.2