summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2024-03-24 11:24:09 +0200
committerJonian Guveli2024-03-24 11:24:09 +0200
commit70eb62d4e360ec0cff5b6653ab9a68d747bb4bf7 (patch)
tree186ee560507b424ceee6a4d6d4e0fc6b2d83302a
parenta52d5d15ae34f37d0f63c9bc2e45b1ff63740a38 (diff)
downloadaur-70eb62d4e360ec0cff5b6653ab9a68d747bb4bf7.tar.gz
version update to 35
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD19
2 files changed, 13 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de2d4d8b7da6..032b4cccef2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +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 = 34
+ pkgver = 35
pkgrel = 1
url = https://github.com/SUPERCILEX/gnome-clipboard-history
arch = any
license = MIT
depends = dconf
- depends = gnome-shell
+ depends = gnome-shell>=46.0
conflicts = gnome-shell-extension-clipboard-indicator
- source = gnome-shell-extension-clipboard-history-34.tar.gz::https://github.com/SUPERCILEX/gnome-clipboard-history/archive/refs/tags/1.4.5.tar.gz
- sha256sums = d3c22ce7d27e294445ceae73396d60230b78f1a96c821d9e6669795f34139e78
+ source = gnome-shell-extension-clipboard-history-35.tar.gz::https://github.com/SUPERCILEX/gnome-clipboard-history/archive/refs/tags/1.4.6.tar.gz
+ sha256sums = 64a37b5fbd38825025f9a18520cc6edb7843d167e18970cd12aa056fb15ef88f
pkgname = gnome-shell-extension-clipboard-history
diff --git a/PKGBUILD b/PKGBUILD
index 4712933458de..572c88558d5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
_uuid="clipboard-history@alexsaveau.dev"
_gitn=gnome-clipboard-history
-_gitv=1.4.5
+_gitv=1.4.6
pkgname=gnome-shell-extension-clipboard-history
-pkgver=34
+pkgver=35
pkgrel=1
pkgdesc="Gnome extension that saves what you've copied into an easily accessible, searchable history panel."
arch=("any")
url="https://github.com/SUPERCILEX/gnome-clipboard-history"
license=("MIT")
-depends=("dconf" "gnome-shell")
+depends=("dconf" "gnome-shell>=46.0")
conflicts=("gnome-shell-extension-clipboard-indicator")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${_gitv}.tar.gz")
-sha256sums=('d3c22ce7d27e294445ceae73396d60230b78f1a96c821d9e6669795f34139e78')
+sha256sums=('64a37b5fbd38825025f9a18520cc6edb7843d167e18970cd12aa056fb15ef88f')
build() {
cd "${_gitn}-${_gitv}"
@@ -28,10 +28,9 @@ package() {
install -Dm644 -t "${pkgdir}/usr/share/glib-2.0/schemas/" schemas/*.xml
install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
- cd locale
-
- for locale in */
- do
- install -Dm644 -t "${pkgdir}/usr/share/locale/${locale}/LC_MESSAGES" "${locale}/LC_MESSAGES"/*.mo
- done
+ # cd locale
+ #
+ # for locale in */; do
+ # install -Dm644 -t "${pkgdir}/usr/share/locale/${locale}/LC_MESSAGES" "${locale}/LC_MESSAGES"/*.mo
+ # done
}