summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5b30d8059e7..654afde8d409 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = znotes
pkgdesc = Lightweight crossplatform application for notes managment with simple interface
- pkgver = 0.4.6
+ pkgver = 0.4.7
pkgrel = 1
url = http://znotes.sourceforge.net
arch = i686
arch = x86_64
license = GPL
depends = qt5-tools
- source = https://github.com/proton/zNotes/archive/refs/tags/0.4.6.tar.gz
- md5sums = dd727c3888d9e618e1d29acacae723e7
+ source = https://github.com/proton/zNotes/archive/refs/tags/0.4.7.tar.gz
+ md5sums = f0d35e50bac515503ee13bce3eb480d0
pkgname = znotes
diff --git a/PKGBUILD b/PKGBUILD
index 87da2ad82715..197361dc1975 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=zNotes
pkgname=znotes
-pkgver=0.4.6
+pkgver=0.4.7
pkgrel=1
pkgdesc="Lightweight crossplatform application for notes managment with simple interface"
arch=('i686' 'x86_64')
@@ -13,8 +13,7 @@ url="http://znotes.sourceforge.net"
license=('GPL')
depends=('qt5-tools')
source=(https://github.com/proton/zNotes/archive/refs/tags/${pkgver}.tar.gz)
-#md5sums=('SKIP')
-md5sums=('dd727c3888d9e618e1d29acacae723e7')
+md5sums=('f0d35e50bac515503ee13bce3eb480d0')
#
#