summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2024-09-19 22:21:32 +0300
committerJonian Guveli2024-09-19 22:21:32 +0300
commitcfe8a8481678884e6f94367cdb93c4d292172f43 (patch)
tree9cbfeaa6fd15fcfdb0cd4e5edb6dc328948eb6c2
parent40a4ffc76b54dca5ee1a2ca4adaa4665e8b5571e (diff)
downloadaur-cfe8a8481678884e6f94367cdb93c4d292172f43.tar.gz
version update to 44
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8fa501d45cd..6cd273cf05e8 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 = 38
+ pkgver = 44
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>=46.0
conflicts = gnome-shell-extension-clipboard-indicator
- source = gnome-shell-extension-clipboard-history-38.tar.gz::https://github.com/SUPERCILEX/gnome-clipboard-history/archive/refs/tags/1.4.7.tar.gz
- sha256sums = 00aa20229b397a7dd87979e489f23e44af3d95c905dfdd6ce1c4bb118528f176
+ source = gnome-shell-extension-clipboard-history-44.tar.gz::https://github.com/SUPERCILEX/gnome-clipboard-history/archive/refs/tags/1.5.1.tar.gz
+ sha256sums = 1645bb0b5112439acc37258404c4504c1ddb19adfb6f397207a5ccc39fe843f7
pkgname = gnome-shell-extension-clipboard-history
diff --git a/PKGBUILD b/PKGBUILD
index 4ec57f1a8a80..35baa0e51138 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_uuid="clipboard-history@alexsaveau.dev"
_gitn=gnome-clipboard-history
-_gitv=1.4.7
+_gitv=1.5.1
pkgname=gnome-shell-extension-clipboard-history
-pkgver=38
+pkgver=44
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>=46.0")
conflicts=("gnome-shell-extension-clipboard-indicator")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${_gitv}.tar.gz")
-sha256sums=('00aa20229b397a7dd87979e489f23e44af3d95c905dfdd6ce1c4bb118528f176')
+sha256sums=('1645bb0b5112439acc37258404c4504c1ddb19adfb6f397207a5ccc39fe843f7')
build() {
cd "${_gitn}-${_gitv}"