summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuliette Monsel2019-04-05 09:58:42 +0200
committerJuliette Monsel2019-04-05 09:58:42 +0200
commit04cb59453fc9ba55bde4b1280a04108d70dbd103 (patch)
tree7fb78f864bd272d9f6e3421a373c51b1a5cb6c6b
parent9e03a7d746362b75e95f6c38f5c86a482f311217 (diff)
downloadaur-04cb59453fc9ba55bde4b1280a04108d70dbd103.tar.gz
v1.1.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ee429c2ece7..07abc05f1d4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scheduler
pkgdesc = Alarms and reminders: tasks, events, calendar, pomodoro and timer widgets
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/j4321/Scheduler
arch = any
@@ -25,10 +25,11 @@ pkgbase = scheduler
optdepends = python-pyqt4: GUI toolkit for the system tray icon (at least one must be installed)
optdepends = python-pyside: GUI toolkit for the system tray icon (at least one must be installed)
optdepends = libnotify: desktop notifications
- optdepends = zenity: nicer color chooser
+ optdepends = zenity: nicer color chooser and file browser
optdepends = python-tkcolorpicker: nicer color chooser
- source = scheduler-1.1.0.tar.gz::https://github.com/j4321/Scheduler/archive/v1.1.0.tar.gz
- sha512sums = a6cc5a64e483cd6a36c7fc4373f260da34183f42ca8b17f0770b767bbd761082a557c7c4b741f71520eaec1a9052554e37ce055e8b3afcc82eaee3ab0bc94320
+ optdepends = python-tkfilebrowser: nicer file browser
+ source = scheduler-1.1.1.tar.gz::https://github.com/j4321/Scheduler/archive/v1.1.1.tar.gz
+ sha512sums = ab7d37c0b60f5577f6308938ed733edcab765eef671a96fd1a6eff9556159c5b32815b649558af9cb80da60be10a6ebdecbb52f6e11999a4bab6ac1ce235d8b2
pkgname = scheduler
diff --git a/PKGBUILD b/PKGBUILD
index eac1682a6343..2a12a38dddd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=scheduler
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="Alarms and reminders: tasks, events, calendar, pomodoro and timer widgets"
arch=('any')
@@ -17,10 +17,11 @@ optdepends=('tktray: GUI toolkit for the system tray icon (at least one must be
'python-pyqt4: GUI toolkit for the system tray icon (at least one must be installed)'
'python-pyside: GUI toolkit for the system tray icon (at least one must be installed)'
'libnotify: desktop notifications'
- 'zenity: nicer color chooser'
- 'python-tkcolorpicker: nicer color chooser')
+ 'zenity: nicer color chooser and file browser'
+ 'python-tkcolorpicker: nicer color chooser'
+ 'python-tkfilebrowser: nicer file browser')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/j4321/Scheduler/archive/v${pkgver}.tar.gz")
-sha512sums=('a6cc5a64e483cd6a36c7fc4373f260da34183f42ca8b17f0770b767bbd761082a557c7c4b741f71520eaec1a9052554e37ce055e8b3afcc82eaee3ab0bc94320')
+sha512sums=('ab7d37c0b60f5577f6308938ed733edcab765eef671a96fd1a6eff9556159c5b32815b649558af9cb80da60be10a6ebdecbb52f6e11999a4bab6ac1ce235d8b2')
build() {
cd "$srcdir/Scheduler-${pkgver}"