summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2020-07-07 02:22:22 +0200
committerPeter Mattern2020-07-07 02:22:22 +0200
commit55aa879b4d34ed27cd8b9ece520db3a103c709a2 (patch)
tree3ff65a39badf44996ac77d525987a82b987eec30
parent86275e29a0e82febdf3cf5c9c5fc2dc31f8b85aa (diff)
downloadaur-55aa879b4d34ed27cd8b9ece520db3a103c709a2.tar.gz
Upstream update:release 0.7.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed060841b839..4422dd082171 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = feathernotes
pkgdesc = Lightweight Qt hierarchical notes-manager for Linux.
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/tsujan/feathernotes
arch = i686
@@ -12,8 +12,11 @@ pkgbase = feathernotes
depends = hicolor-icon-theme
depends = desktop-file-utils
optdepends = qt5-translations: localized keyboard shortcuts
- source = feathernotes-0.6.0.tar.gz::https://github.com/tsujan/feathernotes/archive/V0.6.0.tar.gz
- sha256sums = 87b939e4248db432dd8427ae650f33f88b708ef448f8860d74b9a00a3a29fee1
+ source = https://github.com/tsujan/feathernotes/releases/download/V0.7.0/feathernotes-0.7.0.tar.xz
+ source = https://github.com/tsujan/feathernotes/releases/download/V0.7.0/feathernotes-0.7.0.tar.xz.asc
+ validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
+ sha256sums = f523e1aa23017d960dd82469fa35a14a98fea9833760192dd83da0d9bc306751
+ sha256sums = SKIP
pkgname = feathernotes
diff --git a/PKGBUILD b/PKGBUILD
index c5f1d7269985..d03cfc791314 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=feathernotes
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc='Lightweight Qt hierarchical notes-manager for Linux.'
arch=('i686' 'x86_64')
@@ -10,8 +10,10 @@ license=('GPL3')
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=('87b939e4248db432dd8427ae650f33f88b708ef448f8860d74b9a00a3a29fee1')
+source=("${url}/releases/download/V${pkgver}/feathernotes-${pkgver}.tar.xz"{,.asc})
+sha256sums=('f523e1aa23017d960dd82469fa35a14a98fea9833760192dd83da0d9bc306751'
+ 'SKIP')
+validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')
build() {
rm -Rf build && mkdir build