summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2021-04-24 10:48:36 +0200
committeraksr2021-04-24 10:48:36 +0200
commit6d45e14a945f7b7444a2e83d7faa616466ca4675 (patch)
tree4e70bc564ebaefbe76700c689419da3af0d2146e
parent8ca4b6cf392164de160eb0ba41bfca1565f89337 (diff)
downloadaur-6d45e14a945f7b7444a2e83d7faa616466ca4675.tar.gz
Add knotifications to depends().
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdf1511336d8..7adf66553e89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 16 12:19:43 UTC 2021
+# Sat Apr 24 08:48:21 UTC 2021
pkgbase = copyq-git
pkgdesc = Clipboard manager with searchable and editable history.
- pkgver = r5328.a7ab619d
+ pkgver = r5499.9c53b6ac
pkgrel = 1
epoch = 1
url = https://github.com/hluk/CopyQ
@@ -19,6 +19,7 @@ pkgbase = copyq-git
depends = qt5-svg
depends = qt5-x11extras
depends = desktop-file-utils
+ depends = knotifications
optdepends = copyq-plugin-itemweb-git
provides = copyq
conflicts = copyq
diff --git a/PKGBUILD b/PKGBUILD
index d3d209bc9f1c..6a45de883460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
# Maintainer: aksr <aksr at t-com dot me>
pkgname=copyq-git
-pkgver=r5328.a7ab619d
+pkgver=r5499.9c53b6ac
pkgrel=1
epoch=1
pkgdesc="Clipboard manager with searchable and editable history."
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')
+depends=('hicolor-icon-theme' 'libxtst' 'qt5-script' 'qt5-svg' 'qt5-x11extras' 'desktop-file-utils' 'knotifications')
makedepends=('git' 'cmake' 'extra-cmake-modules' 'qt5-tools')
optdepends=('copyq-plugin-itemweb-git')
provides=('copyq')