[arch-commits] Commit in copyq/repos/community-x86_64 (PKGBUILD PKGBUILD)

Ike Devolder idevolder at gemini.archlinux.org
Wed Jul 6 10:12:17 UTC 2022


    Date: Wednesday, July 6, 2022 @ 10:12:17
  Author: idevolder
Revision: 1246696

archrelease: copy trunk to community-x86_64

Added:
  copyq/repos/community-x86_64/PKGBUILD
    (from rev 1246695, copyq/trunk/PKGBUILD)
Deleted:
  copyq/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-06 10:12:12 UTC (rev 1246695)
+++ PKGBUILD	2022-07-06 10:12:17 UTC (rev 1246696)
@@ -1,26 +0,0 @@
-# Maintainer: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Batou <batou at cryptolab net>
-# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
-
-pkgname=copyq
-pkgver=6.1.0
-pkgrel=1
-pkgdesc="Clipboard manager with searchable and editable history"
-url="https://github.com/hluk/${pkgname}"
-depends=('hicolor-icon-theme' 'qt5-svg' 'qt5-wayland' 'knotifications')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-license=('GPL3')
-arch=('x86_64')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d235b31224264e7fa463020f1a934143aa287a4d9cb9bbb6883563ad66e84099')
-
-build() {
-    cmake -B build -S CopyQ-$pkgver \
-      -DCMAKE_INSTALL_PREFIX=/usr
-    cmake --build build
-}
-
-package() {
-    DESTDIR="${pkgdir}" cmake --install build
-}

Copied: copyq/repos/community-x86_64/PKGBUILD (from rev 1246695, copyq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-06 10:12:17 UTC (rev 1246696)
@@ -0,0 +1,26 @@
+# Maintainer: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Batou <batou at cryptolab net>
+# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
+
+pkgname=copyq
+pkgver=6.2.0
+pkgrel=1
+pkgdesc="Clipboard manager with searchable and editable history"
+url="https://github.com/hluk/${pkgname}"
+depends=('hicolor-icon-theme' 'qt5-svg' 'qt5-wayland' 'knotifications')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+license=('GPL3')
+arch=('x86_64')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d1d46edc7c96e57c44f222b310713a886bc08d2a069756d96f620684d3e71067')
+
+build() {
+    cmake -B build -S CopyQ-$pkgver \
+      -DCMAKE_INSTALL_PREFIX=/usr
+    cmake --build build
+}
+
+package() {
+    DESTDIR="${pkgdir}" cmake --install build
+}



More information about the arch-commits mailing list