summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2021-01-16 13:20:36 +0100
committeraksr2021-01-16 13:20:36 +0100
commit8ca4b6cf392164de160eb0ba41bfca1565f89337 (patch)
tree3bc703b0a78458efb3c68fc4e57a5151adb1bd99
parent3756fd94bfd63d7c04eafb8d4dfc6b6348fe8723 (diff)
downloadaur-8ca4b6cf392164de160eb0ba41bfca1565f89337.tar.gz
Add extra-cmake-modules to makedepends.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4df6835787b..bdf1511336d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Oct 13 00:18:41 UTC 2019
+# Sat Jan 16 12:19:43 UTC 2021
pkgbase = copyq-git
pkgdesc = Clipboard manager with searchable and editable history.
- pkgver = r4773.2217511c
+ pkgver = r5328.a7ab619d
pkgrel = 1
epoch = 1
url = https://github.com/hluk/CopyQ
@@ -11,6 +11,7 @@ pkgbase = copyq-git
license = GPL3
makedepends = git
makedepends = cmake
+ makedepends = extra-cmake-modules
makedepends = qt5-tools
depends = hicolor-icon-theme
depends = libxtst
diff --git a/PKGBUILD b/PKGBUILD
index eba803970eaf..d3d209bc9f1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
# Maintainer: aksr <aksr at t-com dot me>
pkgname=copyq-git
-pkgver=r4773.2217511c
+pkgver=r5328.a7ab619d
pkgrel=1
epoch=1
pkgdesc="Clipboard manager with searchable and editable history."
@@ -10,7 +10,7 @@ url="https://github.com/hluk/CopyQ"
arch=('i686' 'x86_64')
license=('GPL3')
depends=('hicolor-icon-theme' 'libxtst' 'qt5-script' 'qt5-svg' 'qt5-x11extras' 'desktop-file-utils')
-makedepends=('git' 'cmake' 'qt5-tools')
+makedepends=('git' 'cmake' 'extra-cmake-modules' 'qt5-tools')
optdepends=('copyq-plugin-itemweb-git')
provides=('copyq')
conflicts=('copyq')