Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / feathernotes
Commits: d5e1fd53 by Antonio Rojas at 2024-03-08T20:28:35+01:00 upgpkg: 1.2.0-1: Update to 1.2.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = feathernotes + pkgdesc = Lightweight Qt hierarchical notes-manager + pkgver = 1.2.0 + pkgrel = 1 + url = https://github.com/tsujan/FeatherNotes + arch = x86_64 + license = GPL3 + makedepends = cmake + makedepends = ninja + makedepends = qt6-tools + 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 + validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E + sha256sums = 65a3f84622dc9828e71ec772adfb472ee53743f32b9fb2cefdad135ea653250c + sha256sums = SKIP + +pkgname = feathernotes ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Peter Mattern <pmattern at arcor dot de> pkgname=feathernotes -pkgver=1.1.1 +pkgver=1.2.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=('50f20c24b15af56e988ddd6b011cf3fb871643274da166155c307c4130e2feab' +sha256sums=('65a3f84622dc9828e71ec772adfb472ee53743f32b9fb2cefdad135ea653250c' 'SKIP') validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/feathernotes/-/commit/d5e1fd53ff0d18c948337278ddfbba1c8dc8e0f7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/feathernotes/-/commit/d5e1fd53ff0d18c948337278ddfbba1c8dc8e0f7 You're receiving this email because of your account on gitlab.archlinux.org.
