summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schendel2022-03-14 11:10:55 +0100
committerChristian Schendel2022-03-14 11:10:55 +0100
commitffa6ec00b89614c450d56ff4e0d887ed0e079f4e (patch)
tree0dd24ada68b689065eb8a98555488a0d16d2f8d1
parentcdc8a13b858b8bcc47bd5d9aa023046424547f69 (diff)
downloadaur-ffa6ec00b89614c450d56ff4e0d887ed0e079f4e.tar.gz
update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b634876783de..3dcc8c1b2fe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-gnome-clipboard-history-git
pkgdesc = Gnome Clipboard History is a Gnome extension that saves what you've copied into an easily accessible, searchable history panel.
- pkgver = 37.r143.gbe21aba
+ pkgver = 37.r156.g5e5b0e6
pkgrel = 1
url = https://github.com/SUPERCILEX/gnome-clipboard-history
install = gnome-shell-extension-gnome-clipboard-history-git.install
diff --git a/PKGBUILD b/PKGBUILD
index a78829821a81..27a42b951477 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Schendel <doppelhelix@gmail.com>
pkgname=gnome-shell-extension-gnome-clipboard-history-git
-pkgver=37.r143.gbe21aba
+pkgver=37.r156.g5e5b0e6
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')
@@ -9,7 +9,8 @@ url="https://github.com/SUPERCILEX/gnome-clipboard-history"
install="${pkgname}.install"
license=('MIT')
depends=('gnome-shell>=40')
-makedepends=('git' 'glib2')
+makedepends=('git'
+ 'glib2')
provides=("${pkgname%-git}")
conflicts=('gnome-shell-extension-clipboard-indicator-git')
options=('!strip')