Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
feathernotes
Commits:
f55a1230 by Antonio Rojas at 2024-09-13T21:09:15+02:00
upgpkg: 1.3.0-1: Update to 1.3.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = feathernotes
pkgdesc = Lightweight Qt hierarchical notes-manager
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/tsujan/FeatherNotes
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = feathernotes
depends = hicolor-icon-theme
depends = hunspell
depends = qt6-svg
- source =
https://github.com/tsujan/FeatherNotes/releases/download/V1.2.0/FeatherNotes-1.2.0.tar.xz
- source =
https://github.com/tsujan/FeatherNotes/releases/download/V1.2.0/FeatherNotes-1.2.0.tar.xz.asc
+ source =
https://github.com/tsujan/FeatherNotes/releases/download/V1.3.0/FeatherNotes-1.3.0.tar.xz
+ source =
https://github.com/tsujan/FeatherNotes/releases/download/V1.3.0/FeatherNotes-1.3.0.tar.xz.asc
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
- sha256sums =
65a3f84622dc9828e71ec772adfb472ee53743f32b9fb2cefdad135ea653250c
+ sha256sums =
059d641b492738480273607a161ddd15ce4e6e3228e20be42c22144e55b9911e
sha256sums = SKIP
pkgname = feathernotes
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Peter Mattern <pmattern at arcor dot de>
pkgname=feathernotes
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc='Lightweight Qt hierarchical notes-manager'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('hicolor-icon-theme' 'hunspell' 'qt6-svg')
makedepends=('cmake' 'ninja' 'qt6-tools')
source=("https://github.com/tsujan/FeatherNotes/releases/download/V$pkgver/FeatherNotes-$pkgver.tar.xz"{,.asc})
-sha256sums=('65a3f84622dc9828e71ec772adfb472ee53743f32b9fb2cefdad135ea653250c'
+sha256sums=('059d641b492738480273607a161ddd15ce4e6e3228e20be42c22144e55b9911e'
'SKIP')
validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/feathernotes/-/commit/f55a12308f5c03003e12d1b59531f574122df28d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/feathernotes/-/commit/f55a12308f5c03003e12d1b59531f574122df28d
You're receiving this email because of your account on gitlab.archlinux.org.