summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Schendel2024-03-20 22:18:21 +0100
committerChristian Schendel2024-03-20 22:18:21 +0100
commit30948031c57b5acaf25767f0afa452421e837cbc (patch)
tree38e911bb2942fc82737d9c138585430963208e2c /PKGBUILD
parent358f57a5ea6567af7e41d7de4ee319f9537ee6a7 (diff)
downloadaur-30948031c57b5acaf25767f0afa452421e837cbc.tar.gz
Update dependency gnome-shell>=1:45
modified: .SRCINFO modified: PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c1d35683d05..fdf25850b69a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,19 @@
# Maintainer: Christian Schendel <doppelhelix@gmail.com>
pkgname=gnome-shell-extension-gnome-clipboard-history-git
-pkgver=37.r228.g51a9e18
+pkgver=37.r253.g9a4d9c0
pkgrel=1
pkgdesc="Gnome Clipboard History is a Gnome extension that saves what you've copied into an easily accessible, searchable history panel."
arch=('any')
url="https://github.com/SUPERCILEX/gnome-clipboard-history"
license=('MIT')
-depends=('gnome-shell>=1:40')
-makedepends=('git'
- 'zip')
+depends=(
+ 'gnome-shell>=1:45'
+)
+makedepends=(
+ 'git'
+ 'zip'
+)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}" "gnome-shell-extension-clipboard-indicator-git" "gnome-shell-extension-clipboard-indicator")
source=("${pkgname%-git}::git+${url}.git")