summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2023-04-15 11:35:40 +0300
committerjonian2023-04-15 11:35:40 +0300
commitc4b42f1534e83c091b40ef4b56398bea542591ab (patch)
tree8c2c501218adbb50b0c4d535eb094ed1ece0e89c
parentd6100300041d3176614fc159719b00ef30ae6cd0 (diff)
downloadaur-c4b42f1534e83c091b40ef4b56398bea542591ab.tar.gz
version update to 25
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3940b7c1338e..b6784b1310c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = gnome-shell-extension-clipboard-history
pkgdesc = Gnome extension that saves what you've copied into an easily accessible, searchable history panel.
- pkgver = 24
+ pkgver = 25
pkgrel = 1
url = https://github.com/SUPERCILEX/gnome-clipboard-history
arch = any
license = MIT
depends = dconf
depends = gnome-shell
- source = gnome-shell-extension-clipboard-history-24.tar.gz::https://github.com/SUPERCILEX/gnome-clipboard-history/archive/refs/tags/1.3.2.tar.gz
- sha256sums = 08e6de8cf61bfce9f258f0f480e2ec0d15f87656f947a06cec2dd66afb8c3919
+ 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
pkgname = gnome-shell-extension-clipboard-history
diff --git a/PKGBUILD b/PKGBUILD
index 87f45e5f8dee..160002413614 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_uuid="clipboard-history@alexsaveau.dev"
_gitn=gnome-clipboard-history
-_gitv=1.3.2
+_gitv=1.3.3
pkgname=gnome-shell-extension-clipboard-history
-pkgver=24
+pkgver=25
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=('08e6de8cf61bfce9f258f0f480e2ec0d15f87656f947a06cec2dd66afb8c3919')
+sha256sums=('daa9ea91e091f2e18affbda80513e7a26996b1a2caba01c9b1ad50af37269cb6')
build() {
cd "${_gitn}-${_gitv}"