summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2019-04-26 18:43:47 +0200
committerJosip Ponjavic2019-04-26 18:43:47 +0200
commitc3fb223e5746ce21e062743cb2596ab0c3676bb5 (patch)
treeb893af7b7029bd580216fbad97a36cb6bb7baeb1
parent9a2e096c959d9db7e67b07cdb88dd3455bc07723 (diff)
downloadaur-c3fb223e5746ce21e062743cb2596ab0c3676bb5.tar.gz
upgpkg: 1.5.9.r709.g0f815c4-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e509208f107..898f12d78ce7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = photoflare-git
pkgdesc = Quick, simple but powerful Cross Platform image editor.
- pkgver = 1.5.6.1.r4.gc352ba5
+ pkgver = 1.5.9.r709.g0f815c4
pkgrel = 1
url = http://photoflare.io/
arch = x86_64
@@ -11,10 +11,11 @@ pkgbase = photoflare-git
depends = graphicsmagick
depends = hicolor-icon-theme
depends = qt5-base
+ optdepends = qt5-imageformats: support for tiff, webp, and more image formats
provides = photoflare
conflicts = photoflare
replaces = photofiltrelx
- source = git+https://github.com/PhotoFlare/photoflare.git
+ source = photoflare::git+https://github.com/PhotoFlare/photoflare.git
sha256sums = SKIP
pkgname = photoflare-git
diff --git a/PKGBUILD b/PKGBUILD
index d834acf0d507..b8e40a4ed89c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,25 @@
# Contributor:
pkgname=photoflare-git
-pkgver=1.5.6.1.r4.gc352ba5
+pkgver=1.5.9.r709.g0f815c4
pkgrel=1
pkgdesc="Quick, simple but powerful Cross Platform image editor."
arch=('x86_64')
url="http://photoflare.io/"
license=('GPL3')
depends=('desktop-file-utils' 'graphicsmagick' 'hicolor-icon-theme' 'qt5-base')
+optdepends=('qt5-imageformats: support for tiff, webp, and more image formats')
makedepends=('git' 'qt5-tools')
conflicts=("${pkgname%-*}")
provides=("${pkgname%-*}")
replaces=('photofiltrelx')
-source=("git+https://github.com/PhotoFlare/photoflare.git")
+source=("${pkgname%-*}::git+https://github.com/PhotoFlare/photoflare.git")
sha256sums=('SKIP')
pkgver() {
cd "${pkgname%-*}"
- git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ #git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ echo $(cat ./versions/dev.json).r$(git rev-list --count HEAD).g$(git describe --always)
}
build() {