summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2023-11-15 09:48:32 +0200
committerJonian Guveli2023-11-15 09:48:32 +0200
commita52d5d15ae34f37d0f63c9bc2e45b1ff63740a38 (patch)
tree37526e8401068af85ebcbcfdb85bd0626da2b2b9
parent67ca3f8a7501a3caa79b6f4ee8a3ac7d5a9d9cb6 (diff)
downloadaur-a52d5d15ae34f37d0f63c9bc2e45b1ff63740a38.tar.gz
version update to 34
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ee71327f0ec..de2d4d8b7da6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-clipboard-history
pkgdesc = Gnome extension that saves what you've copied into an easily accessible, searchable history panel.
- pkgver = 31
+ pkgver = 34
pkgrel = 1
url = https://github.com/SUPERCILEX/gnome-clipboard-history
arch = any
@@ -8,7 +8,7 @@ pkgbase = gnome-shell-extension-clipboard-history
depends = dconf
depends = gnome-shell
conflicts = gnome-shell-extension-clipboard-indicator
- source = gnome-shell-extension-clipboard-history-31.tar.gz::https://github.com/SUPERCILEX/gnome-clipboard-history/archive/refs/tags/1.4.3.tar.gz
- sha256sums = c3371de310ac869737e46e1ad4de45c93dfbaa1c2fe82fe8df0fbaf94d00b6da
+ source = gnome-shell-extension-clipboard-history-34.tar.gz::https://github.com/SUPERCILEX/gnome-clipboard-history/archive/refs/tags/1.4.5.tar.gz
+ sha256sums = d3c22ce7d27e294445ceae73396d60230b78f1a96c821d9e6669795f34139e78
pkgname = gnome-shell-extension-clipboard-history
diff --git a/PKGBUILD b/PKGBUILD
index 91ca5b865746..4712933458de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_uuid="clipboard-history@alexsaveau.dev"
_gitn=gnome-clipboard-history
-_gitv=1.4.3
+_gitv=1.4.5
pkgname=gnome-shell-extension-clipboard-history
-pkgver=31
+pkgver=34
pkgrel=1
pkgdesc="Gnome extension that saves what you've copied into an easily accessible, searchable history panel."
arch=("any")
@@ -14,7 +14,7 @@ license=("MIT")
depends=("dconf" "gnome-shell")
conflicts=("gnome-shell-extension-clipboard-indicator")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${_gitv}.tar.gz")
-sha256sums=('c3371de310ac869737e46e1ad4de45c93dfbaa1c2fe82fe8df0fbaf94d00b6da')
+sha256sums=('d3c22ce7d27e294445ceae73396d60230b78f1a96c821d9e6669795f34139e78')
build() {
cd "${_gitn}-${_gitv}"