summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2023-04-22 22:38:55 +0300
committerjonian2023-04-22 22:38:55 +0300
commita2213cee8fe54549c158b5862c091503823c577c (patch)
treec12bee622f2dc4ec9652e75f7f4d9449835c4b39
parentc4b42f1534e83c091b40ef4b56398bea542591ab (diff)
downloadaur-a2213cee8fe54549c158b5862c091503823c577c.tar.gz
version update to 26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6784b1310c0..b3adcfb82b04 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 = 25
+ pkgver = 26
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-25.tar.gz::https://github.com/SUPERCILEX/gnome-clipboard-history/archive/refs/tags/1.3.3.tar.gz
- sha256sums = daa9ea91e091f2e18affbda80513e7a26996b1a2caba01c9b1ad50af37269cb6
+ 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
pkgname = gnome-shell-extension-clipboard-history
diff --git a/PKGBUILD b/PKGBUILD
index 160002413614..7a88017587b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_uuid="clipboard-history@alexsaveau.dev"
_gitn=gnome-clipboard-history
-_gitv=1.3.3
+_gitv=1.3.4
pkgname=gnome-shell-extension-clipboard-history
-pkgver=25
+pkgver=26
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=('daa9ea91e091f2e18affbda80513e7a26996b1a2caba01c9b1ad50af37269cb6')
+sha256sums=('d6d482c6a3089c687a5cf22e592a865df01869c0f244642d55747ceeec685cbc')
build() {
cd "${_gitn}-${_gitv}"