Date: Saturday, January 14, 2023 @ 10:13:19
  Author: arojas
Revision: 1383397

archrelease: copy trunk to community-x86_64

Added:
  feathernotes/repos/community-x86_64/PKGBUILD
    (from rev 1383396, feathernotes/trunk/PKGBUILD)
  feathernotes/repos/community-x86_64/keys/
Deleted:
  feathernotes/repos/community-x86_64/PKGBUILD
  feathernotes/repos/community-x86_64/keys/

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-14 10:13:06 UTC (rev 1383396)
+++ PKGBUILD    2023-01-14 10:13:19 UTC (rev 1383397)
@@ -1,25 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Peter Mattern <pmattern at arcor dot de>
-
-pkgname=feathernotes
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Lightweight Qt hierarchical notes-manager'
-arch=('x86_64')
-url='https://github.com/tsujan/FeatherNotes'
-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=('6a3a19dbf65be99f9f9e5f8cf56b635a563230f0962d5c96607dc3e051cb021d'
-            'SKIP')
-validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')
-
-build() {
-  cmake -S FeatherNotes-$pkgver -B build -G Ninja 
-DCMAKE_INSTALL_PREFIX='/usr' -DENABLE_QT5=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: feathernotes/repos/community-x86_64/PKGBUILD (from rev 1383396, 
feathernotes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-14 10:13:19 UTC (rev 1383397)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Peter Mattern <pmattern at arcor dot de>
+
+pkgname=feathernotes
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Lightweight Qt hierarchical notes-manager'
+arch=('x86_64')
+url='https://github.com/tsujan/FeatherNotes'
+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=('ed1fdd08482977f019b0280996e8eb48809f4dee571588784933fc503fe01f75'
+            'SKIP')
+validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')
+
+build() {
+  cmake -S FeatherNotes-$pkgver -B build -G Ninja 
-DCMAKE_INSTALL_PREFIX='/usr' -DENABLE_QT5=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to