summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Giovannetti2016-01-06 23:29:38 +0800
committerDario Giovannetti2016-01-06 23:29:38 +0800
commit2cd0f1dc83dcda3c0cb155895e8525a0c73a23d2 (patch)
tree78dcf6fa0f0b429833feeeb3af3ff755969362ac
parentc9d2ec088c5f2d8cdb496de8f27e2a4e83f3b77e (diff)
downloadaur-2cd0f1dc83dcda3c0cb155895e8525a0c73a23d2.tar.gz
Update to 0.8.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f4657779533..d28b117e7b15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Jan 6 15:20:52 UTC 2016
pkgbase = outspline
pkgdesc = Outliner and personal time organizer to manage todo lists, schedule tasks, remind events.
- pkgver = 0.8.2
+ pkgver = 0.8.3
pkgrel = 1
url = https://kynikos.github.io/outspline/
install = outspline.install
@@ -9,8 +11,8 @@ pkgbase = outspline
depends = wxpython<3.1
optdepends = python2-dbus: prevent opening multiple instances with the same configuration file
optdepends = dbus-glib: prevent opening multiple instances with the same configuration file
- optdepends = libnotify: for desktop notifications (notify plugin)
- optdepends = python2-gobject: for desktop notifications (notify plugin)
+ optdepends = libnotify: for desktop notifications (notify plugin; also requires a notification server)
+ optdepends = python2-gobject: for desktop notifications (notify plugin; also requires a notification server)
optdepends = outspline-extra: extra addons
optdepends = outspline-experimental: experimental addons
optdepends = outspline-development: development tools for beta testers
@@ -18,8 +20,8 @@ pkgbase = outspline
conflicts = organism-organizer
replaces = organism
replaces = organism-organizer
- source = http://downloads.sourceforge.net/project/outspline/main/outspline-0.8.2.tar.bz2
- sha256sums = 525613e0f8a36831c9af03714d4124ebcc1462f574fa498d5e28b533d4bfe71b
+ source = http://downloads.sourceforge.net/project/outspline/main/outspline-0.8.3.tar.bz2
+ sha256sums = aca05f38d14479c27aced57e08222b573bb5143d6c881caa24650684b60c9e4f
pkgname = outspline
diff --git a/PKGBUILD b/PKGBUILD
index e7fc03aaa9f5..ced173b558d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dario Giovannetti <dev at dariogiovannetti dot net>
pkgname='outspline'
-pkgver='0.8.2'
+pkgver='0.8.3'
pkgrel=1
pkgdesc="Outliner and personal time organizer to manage todo lists, schedule tasks, remind events."
arch=('any')
@@ -10,8 +10,8 @@ license=('GPL3')
depends=('wxpython<3.1')
optdepends=('python2-dbus: prevent opening multiple instances with the same configuration file'
'dbus-glib: prevent opening multiple instances with the same configuration file'
- 'libnotify: for desktop notifications (notify plugin)'
- 'python2-gobject: for desktop notifications (notify plugin)'
+ 'libnotify: for desktop notifications (notify plugin; also requires a notification server)'
+ 'python2-gobject: for desktop notifications (notify plugin; also requires a notification server)'
'outspline-extra: extra addons'
'outspline-experimental: experimental addons'
'outspline-development: development tools for beta testers')
@@ -19,7 +19,7 @@ conflicts=('organism' 'organism-organizer')
replaces=('organism' 'organism-organizer')
install=outspline.install
source=("http://downloads.sourceforge.net/project/outspline/main/$pkgname-$pkgver.tar.bz2")
-sha256sums=('525613e0f8a36831c9af03714d4124ebcc1462f574fa498d5e28b533d4bfe71b')
+sha256sums=('aca05f38d14479c27aced57e08222b573bb5143d6c881caa24650684b60c9e4f')
package() {
cd "$srcdir/$pkgname-$pkgver"