summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2023-10-25 10:40:57 +0300
committerJonian Guveli2023-10-25 10:40:57 +0300
commit67ca3f8a7501a3caa79b6f4ee8a3ac7d5a9d9cb6 (patch)
tree1d302ddf93e8a0d3aa23aea317bb94110b0e8b81
parentac735dc834b86ea0717d85643745a5bb09c01a74 (diff)
downloadaur-67ca3f8a7501a3caa79b6f4ee8a3ac7d5a9d9cb6.tar.gz
version update to 31
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97bd469756f3..6ee71327f0ec 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 = 30
+ pkgver = 31
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-30.tar.gz::https://github.com/SUPERCILEX/gnome-clipboard-history/archive/refs/tags/1.4.2.tar.gz
- sha256sums = 17ed3b1c452dc122bd1e06d257479cca700e72e06de9f256313a5617519f5165
+ 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
pkgname = gnome-shell-extension-clipboard-history
diff --git a/PKGBUILD b/PKGBUILD
index f435f4697666..91ca5b865746 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_uuid="clipboard-history@alexsaveau.dev"
_gitn=gnome-clipboard-history
-_gitv=1.4.2
+_gitv=1.4.3
pkgname=gnome-shell-extension-clipboard-history
-pkgver=30
+pkgver=31
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=('17ed3b1c452dc122bd1e06d257479cca700e72e06de9f256313a5617519f5165')
+sha256sums=('c3371de310ac869737e46e1ad4de45c93dfbaa1c2fe82fe8df0fbaf94d00b6da')
build() {
cd "${_gitn}-${_gitv}"