Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
featherpad
Commits:
50983289 by Antonio Rojas at 2025-02-16T11:59:25+01:00
upgpkg: 1.6.0-1: Update to 1.6.0
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = featherpad
pkgdesc = Lightweight Qt plain text editor
- pkgver = 1.5.2
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/tsujan/FeatherPad
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = featherpad
depends = hicolor-icon-theme
depends = hunspell
depends = qt6-svg
- source =
https://github.com/tsujan/FeatherPad/releases/download/V1.5.2/FeatherPad-1.5.2.tar.xz
- source =
https://github.com/tsujan/FeatherPad/releases/download/V1.5.2/FeatherPad-1.5.2.tar.xz.asc
+ source =
https://github.com/tsujan/FeatherPad/releases/download/V1.6.0/FeatherPad-1.6.0.tar.xz
+ source =
https://github.com/tsujan/FeatherPad/releases/download/V1.6.0/FeatherPad-1.6.0.tar.xz.asc
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
- sha256sums =
d63d977c875ee18be1ef007b8cd653ae495018184ea641e2bbc812781b926e87
+ sha256sums =
246e7d72572a8f44a3e22bb1a9eba5672ff0e997053e19ba78abcfab5d5ca41d
sha256sums = SKIP
pkgname = featherpad
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[featherpad]
+source = "git"
+git = "https://github.com/tsujan/FeatherPad.git"
+prefix = "V"
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Peter Mattern <pmattern at arcor dot de>
pkgname=featherpad
-pkgver=1.5.2
+pkgver=1.6.0
pkgrel=1
pkgdesc='Lightweight Qt plain text editor'
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('GPL3')
depends=('hicolor-icon-theme' 'hunspell' 'qt6-svg')
makedepends=('cmake' 'ninja' 'qt6-tools')
source=("https://github.com/tsujan/FeatherPad/releases/download/V$pkgver/FeatherPad-$pkgver.tar.xz"{,.asc})
-sha256sums=('d63d977c875ee18be1ef007b8cd653ae495018184ea641e2bbc812781b926e87'
+sha256sums=('246e7d72572a8f44a3e22bb1a9eba5672ff0e997053e19ba78abcfab5d5ca41d'
'SKIP')
validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/featherpad/-/commit/509832898691c0b10fe1deef3e8ca0916d78d6b9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/featherpad/-/commit/509832898691c0b10fe1deef3e8ca0916d78d6b9
You're receiving this email because of your account on gitlab.archlinux.org.