[arch-commits] Commit in knotes/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu May 13 16:14:29 UTC 2021


    Date: Thursday, May 13, 2021 @ 16:14:28
  Author: arojas
Revision: 415329

archrelease: copy trunk to extra-x86_64

Added:
  knotes/repos/extra-x86_64/PKGBUILD
    (from rev 415328, knotes/trunk/PKGBUILD)
Deleted:
  knotes/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-13 16:14:19 UTC (rev 415328)
+++ PKGBUILD	2021-05-13 16:14:28 UTC (rev 415329)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=knotes
-pkgver=21.04.0
-pkgrel=1
-pkgdesc='Popup notes'
-arch=(x86_64)
-url='https://apps.kde.org/knotes/'
-license=(GPL2)
-depends=(kdepim-runtime kdnssd kontactinterface)
-makedepends=(extra-cmake-modules kdoctools boost)
-groups=(kde-applications kdepim)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('581858d55d85f43f88ca690aae039cc5f80c02516501388c916b66fbab02c17f'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
-              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: knotes/repos/extra-x86_64/PKGBUILD (from rev 415328, knotes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-13 16:14:28 UTC (rev 415329)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=knotes
+pkgver=21.04.1
+pkgrel=1
+pkgdesc='Popup notes'
+arch=(x86_64)
+url='https://apps.kde.org/knotes/'
+license=(GPL2)
+depends=(kdepim-runtime kdnssd kontactinterface)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('64940415fc5115ecd5433fd82894dfe7cf37593662521efa09891f7f2bba8e2a'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list