summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexdiaconescu2016-09-29 13:51:08 +0300
committeralexdiaconescu2016-09-29 13:51:08 +0300
commit9fac0e8a3494a5b4a3a5e97b17728550fc161d77 (patch)
treef12f44ea0e0a3ec8f70d0f7ab2bf012c8640bb83
parent12957b211bd888920f5cc2e37bc0d538f6403f0a (diff)
downloadaur-9fac0e8a3494a5b4a3a5e97b17728550fc161d77.tar.gz
Update to 0.2.7.r4.g8329025
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD3
-rw-r--r--photoflow.install9
3 files changed, 3 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4ef03b1dd51..e2b4237bce0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Sep 25 18:49:59 UTC 2016
+# Thu Sep 29 10:49:52 UTC 2016
pkgbase = photoflow-git
pkgdesc = Non-destructive, layer-based photo retouching including RAW image development
- pkgver = 0.2.6.r205.gf2e39c0
+ pkgver = 0.2.7.r4.g8329025
pkgrel = 1
url = http://aferrero2707.github.io/PhotoFlow
- install = photoflow.install
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 4745065aa16e..08c7fe946b2f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Darko82 <darko 82 (hat) gmail dotcom>
# Maintainer: Joermungand <joermungand at gmail dot com>
pkgname=photoflow-git
-pkgver=0.2.6.r205.gf2e39c0
+pkgver=0.2.7.r4.g8329025
pkgrel=1
pkgdesc="Non-destructive, layer-based photo retouching including RAW image development"
arch=('i686' 'x86_64')
@@ -11,7 +11,6 @@ depends=('libgexiv2' 'vips' 'gtkmm' 'pugixml' 'libjpeg-turbo' 'desktop-file-util
makedepends=('git' 'gobject-introspection' 'cmake')
provides=('photoflow')
conflicts=('photoflow')
-install=photoflow.install
source=("${pkgname%-*}"::"git://github.com/aferrero2707/PhotoFlow.git#branch=stable")
md5sums=("SKIP")
diff --git a/photoflow.install b/photoflow.install
deleted file mode 100644
index fcb1cb8a4386..000000000000
--- a/photoflow.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}