summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2020-07-07 01:27:22 +0200
committerPeter Mattern2020-07-07 01:27:22 +0200
commitbc64ce0d7ff548db632979e7b8339d0616d6a1c9 (patch)
tree2b41f6e92ee859cca1350b23aae77285be43c1cc
parent1a7c2acc8f59bd82448735c14d9d0b61178e8194 (diff)
downloadaur-bc64ce0d7ff548db632979e7b8339d0616d6a1c9.tar.gz
Upstream update: release 0.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb0babee93d1..757834b43f02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = feathernotes
pkgdesc = Lightweight Qt hierarchical notes-manager for Linux.
- pkgver = 0.4.6
- pkgrel = 2
+ pkgver = 0.5.0
+ pkgrel = 1
url = https://github.com/tsujan/feathernotes
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = feathernotes
depends = hicolor-icon-theme
depends = desktop-file-utils
optdepends = qt5-translations: localized keyboard shortcuts
- source = feathernotes-0.4.6.tar.gz::https://github.com/tsujan/feathernotes/archive/V0.4.6.tar.gz
- sha256sums = e2711cbc420532fc27fa596fe4aa51067ff312ec5c47639a113088167308e394
+ source = feathernotes-0.5.0.tar.gz::https://github.com/tsujan/feathernotes/archive/V0.5.0.tar.gz
+ sha256sums = b477dac27c93b2c68674e741ef665df8a8b88070183a8ba81adffbe081990bde
pkgname = feathernotes
diff --git a/PKGBUILD b/PKGBUILD
index 87d5249a7542..de8c45f080f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=feathernotes
-pkgver=0.4.6
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
pkgdesc='Lightweight Qt hierarchical notes-manager for Linux.'
arch=('i686' 'x86_64')
url='https://github.com/tsujan/feathernotes'
@@ -11,7 +11,7 @@ depends=('qt5-x11extras' 'qt5-svg' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('qt5-tools')
optdepends=('qt5-translations: localized keyboard shortcuts')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/V${pkgver}.tar.gz")
-sha256sums=('e2711cbc420532fc27fa596fe4aa51067ff312ec5c47639a113088167308e394')
+sha256sums=('b477dac27c93b2c68674e741ef665df8a8b88070183a8ba81adffbe081990bde')
build() {
rm -Rf build && mkdir build