summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornemaeon2016-06-22 01:38:20 -0400
committernemaeon2016-06-22 01:38:20 -0400
commitabb36c9e90cf3251e2ca91f0e440f2189a62a3b3 (patch)
treee3588471c0d5a747f9bfa09b73671e8b7ae1a5d7 /PKGBUILD
parentcea5fcef9b1e33530158ac79aef3ed7d1fcbfade (diff)
downloadaur-abb36c9e90cf3251e2ca91f0e440f2189a62a3b3.tar.gz
Updated to Sunflower git repository .3
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e95d0822447..cc6a4ddfc38f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=sunflower-git
_gitname=Sunflower
-pkgver=0.2.59
-pkgrel=0
+pkgver=0.3.61.r185.gf7b602d
+pkgrel=1
pkgdesc="Small and highly customizable twin-panel file manager for Linux with support for plugins"
arch=('any')
url="https://github.com/MeanEYE/Sunflower"
@@ -18,7 +18,7 @@ conflicts=('sunflower')
source=('git://github.com/MeanEYE/Sunflower.git'
'sunflower.desktop')
md5sums=('SKIP'
-'9cfbe8c2075b39b9d62242ef48598105')
+ '9cfbe8c2075b39b9d62242ef48598105')
pkgver() {
cd "${srcdir}/${_gitname}"
git describe --long --tags | sed -r 's/([^-]*-g)/r\1/;s/-/./g'