summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--[-rwxr-xr-x].SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 359e0934fb1f..3548999007e4 100755..100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mynotes
pkgdesc = Desktop post-it / sticky notes managed from system tray icon
- pkgver = 2.3.2
+ pkgver = 2.3.3
pkgrel = 1
url = https://github.com/j4321/MyNotes
arch = any
@@ -18,8 +18,8 @@ pkgbase = mynotes
optdepends = python-pyqt5: GUI toolkit for the system tray icon (at least one must be installed),
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)
- source = mynotes-2.3.2.tar.gz::https://github.com/j4321/MyNotes/archive/v2.3.2.tar.gz
- sha512sums = 4236ba35056a9d3b3a3ad0754b25b378c368aad1d4701184bd84d675d6826713fed099cb7d6ead52a496edbaf463bd9137154a5c92422b935b2497b75db3d96a
+ source = mynotes-2.3.3.tar.gz::https://github.com/j4321/MyNotes/archive/v2.3.3.tar.gz
+ sha512sums = 243a10ee1d1485a94eb3f46fefc4de59b898786d127495f24dc734589de13aecc402de4a3e01609b760aa3439978e6759fa0ea10ee7c9fd31ef7ca80090b782b
pkgname = mynotes
diff --git a/PKGBUILD b/PKGBUILD
index fcbf720cb6b2..742fde8d10af 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=mynotes
-pkgver=2.3.2
+pkgver=2.3.3
pkgrel=1
pkgdesc="Desktop post-it / sticky notes managed from system tray icon"
arch=('any')
@@ -16,7 +16,7 @@ optdepends=('python-tkfilebrowser: nicer file browser',
'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)')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/j4321/MyNotes/archive/v${pkgver}.tar.gz")
-sha512sums=('4236ba35056a9d3b3a3ad0754b25b378c368aad1d4701184bd84d675d6826713fed099cb7d6ead52a496edbaf463bd9137154a5c92422b935b2497b75db3d96a')
+sha512sums=('243a10ee1d1485a94eb3f46fefc4de59b898786d127495f24dc734589de13aecc402de4a3e01609b760aa3439978e6759fa0ea10ee7c9fd31ef7ca80090b782b')
package() {
cd "$srcdir/MyNotes-${pkgver}"