summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Weber2016-01-18 16:57:35 +0100
committerSteffen Weber2016-01-18 16:57:35 +0100
commitfac587b933148f5f94e0932946f62ec011bd8150 (patch)
tree75dd5bf1d4c92cbad0f8a33ca6e9b77ac2a8ce2c
parent47d228387196a339533369e3b077474ed9777530 (diff)
downloadaur-fac587b933148f5f94e0932946f62ec011bd8150.tar.gz
Update to 0.3
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5175562bc9f0..02eb384a2c01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Jan 18 15:57:19 UTC 2016
pkgbase = sunflower
pkgdesc = Small, customizable twin-panel file manager
- pkgver = 0.2_59
- pkgrel = 5
+ pkgver = 0.3
+ pkgrel = 1
url = http://sunflower-fm.org
install = sunflower.install
arch = any
@@ -9,6 +11,7 @@ pkgbase = sunflower
depends = desktop-file-utils
depends = pygtk
depends = librsvg
+ depends = python2-chardet
optdepends = python2-gnomekeyring: password storage for remote mounts
optdepends = python2-notify: desktop notifications service
optdepends = vte: integrated vte-based terminal
@@ -18,9 +21,9 @@ pkgbase = sunflower
conflicts = sunflower-hg
options = !strip
options = !zipman
- source = http://sunflower-fm.org/pub/sunflower-0.2-59.tgz
+ source = http://sunflower-fm.org/pub/sunflower-0.3-60.tgz
source = sunflower
- md5sums = ad3d894003685bbcec3d13bec12058b4
+ md5sums = 3177798c96c2a3a320f12ca432649995
md5sums = 95b68d1631f9406d55bd772231b021e6
pkgname = sunflower
diff --git a/PKGBUILD b/PKGBUILD
index 6f4dc5e95215..05aa22c0898a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: Henrik Olsson
pkgname=sunflower
-pkgver=0.2_59
-pkgrel=5
+pkgver=0.3
+pkgrel=1
pkgdesc="Small, customizable twin-panel file manager"
url="http://sunflower-fm.org"
arch=('any')
license=('GPL3')
-depends=('desktop-file-utils' 'pygtk' 'librsvg')
+depends=('desktop-file-utils' 'pygtk' 'librsvg' 'python2-chardet')
optdepends=('python2-gnomekeyring: password storage for remote mounts'
'python2-notify: desktop notifications service'
'vte: integrated vte-based terminal'
@@ -19,9 +19,9 @@ optdepends=('python2-gnomekeyring: password storage for remote mounts'
conflicts=('sunflower-hg')
options=(!strip !zipman)
install=${pkgname}.install
-source=($url/pub/${pkgname}-${pkgver//_/-}.tgz
+source=($url/pub/${pkgname}-${pkgver}-60.tgz
sunflower)
-md5sums=('ad3d894003685bbcec3d13bec12058b4'
+md5sums=('3177798c96c2a3a320f12ca432649995'
'95b68d1631f9406d55bd772231b021e6')
package() {