summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2023-10-01 17:01:20 +0300
committerJonian Guveli2023-10-01 17:01:20 +0300
commit86843074893306fbcbc1a1b9409d36e935743c1e (patch)
tree3ebe718fe3b68c285f60560a81dc9fcd0ab58dce
parenta2213cee8fe54549c158b5862c091503823c577c (diff)
downloadaur-86843074893306fbcbc1a1b9409d36e935743c1e.tar.gz
version update to 27
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3adcfb82b04..4ade0e334133 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 = 26
+ pkgver = 27
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-26.tar.gz::https://github.com/SUPERCILEX/gnome-clipboard-history/archive/refs/tags/1.3.4.tar.gz
- sha256sums = d6d482c6a3089c687a5cf22e592a865df01869c0f244642d55747ceeec685cbc
+ source = gnome-shell-extension-clipboard-history-27.tar.gz::https://github.com/SUPERCILEX/gnome-clipboard-history/archive/refs/tags/1.3.5.tar.gz
+ sha256sums = d75c3fad55cf5640e51453bcaf00899f700d5a9c44cbd8bfc5c25509fa7ee65c
pkgname = gnome-shell-extension-clipboard-history
diff --git a/PKGBUILD b/PKGBUILD
index 7a88017587b4..b9a56d57eac8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_uuid="clipboard-history@alexsaveau.dev"
_gitn=gnome-clipboard-history
-_gitv=1.3.4
+_gitv=1.3.5
pkgname=gnome-shell-extension-clipboard-history
-pkgver=26
+pkgver=27
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=('d6d482c6a3089c687a5cf22e592a865df01869c0f244642d55747ceeec685cbc')
+sha256sums=('d75c3fad55cf5640e51453bcaf00899f700d5a9c44cbd8bfc5c25509fa7ee65c')
build() {
cd "${_gitn}-${_gitv}"