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

Ike Devolder idevolder at gemini.archlinux.org
Fri Oct 1 07:38:54 UTC 2021


    Date: Friday, October 1, 2021 @ 07:38:54
  Author: idevolder
Revision: 1026344

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-01 07:38:49 UTC (rev 1026343)
+++ PKGBUILD	2021-10-01 07:38:54 UTC (rev 1026344)
@@ -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=4.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=('adc97a663c9d95a5cacc2e89ad46fc8ab2b3d1436eaf076772214895d3507921')
-
-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 1026343, copyq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-01 07:38:54 UTC (rev 1026344)
@@ -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=5.0.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=('cc77ef8104771bbaa8f99025c1e7a3d318892b0e8767021f3243457b0c68948e')
+
+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