summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2023-10-10 08:52:15 +0300
committerJonian Guveli2023-10-10 08:52:15 +0300
commitac735dc834b86ea0717d85643745a5bb09c01a74 (patch)
tree82b7ee1a46adbd4ff86bb6908925330e51644867
parent86843074893306fbcbc1a1b9409d36e935743c1e (diff)
downloadaur-ac735dc834b86ea0717d85643745a5bb09c01a74.tar.gz
version update to 30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ade0e334133..97bd469756f3 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 = 27
+ pkgver = 30
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-27.tar.gz::https://github.com/SUPERCILEX/gnome-clipboard-history/archive/refs/tags/1.3.5.tar.gz
- sha256sums = d75c3fad55cf5640e51453bcaf00899f700d5a9c44cbd8bfc5c25509fa7ee65c
+ 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
pkgname = gnome-shell-extension-clipboard-history
diff --git a/PKGBUILD b/PKGBUILD
index b9a56d57eac8..f435f4697666 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_uuid="clipboard-history@alexsaveau.dev"
_gitn=gnome-clipboard-history
-_gitv=1.3.5
+_gitv=1.4.2
pkgname=gnome-shell-extension-clipboard-history
-pkgver=27
+pkgver=30
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=('d75c3fad55cf5640e51453bcaf00899f700d5a9c44cbd8bfc5c25509fa7ee65c')
+sha256sums=('17ed3b1c452dc122bd1e06d257479cca700e72e06de9f256313a5617519f5165')
build() {
cd "${_gitn}-${_gitv}"