[arch-commits] Commit in copyq/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Apr 15 19:11:29 UTC 2021


    Date: Thursday, April 15, 2021 @ 19:11:29
  Author: arojas
Revision: 919199

Update to 4.0.0

Modified:
  copyq/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-15 19:05:12 UTC (rev 919198)
+++ PKGBUILD	2021-04-15 19:11:29 UTC (rev 919199)
@@ -3,20 +3,20 @@
 # Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
 
 pkgname=copyq
-pkgver=3.13.0
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="Clipboard manager with searchable and editable history"
 url="https://github.com/hluk/${pkgname}"
-depends=('hicolor-icon-theme' 'libxtst' 'qt5-script' 'qt5-svg' 'qt5-x11extras')
-makedepends=('cmake' 'qt5-tools')
+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=('bde0482f9d17010c430b530f1810ed6d222bd06447258799e25a75328e2745a1')
+sha256sums=('5daff582644296fb27e38be18bc896b1c45f7a24a94dc583cb34d30f64f33ba8')
 
 build() {
     cmake -B build -S CopyQ-$pkgver \
-      -DWITH_WEBKIT=0 -DCMAKE_INSTALL_PREFIX=/usr
+      -DCMAKE_INSTALL_PREFIX=/usr
     cmake --build build
 }
 



More information about the arch-commits mailing list