summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schendel2024-03-20 22:05:21 +0100
committerChristian Schendel2024-03-20 22:05:21 +0100
commitc60ea1825868a3f4f3994cd829383b67ddc69520 (patch)
tree7a8b66642ccdbeada95f83131ea155c118d2943b
parentbdd14dd782406d2d1a3d6f930233a69cbed446e7 (diff)
downloadaur-gnome-shell-extension-dynamic-calendar-and-clocks-icons-git.tar.gz
Update dependency gnome-shell>=1:45
modified: .SRCINFO modified: PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ece5e26ec336..45a2ecdf1722 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gnome-shell-extension-dynamic-calendar-and-clocks-icons-git
pkgdesc = A GNOME shell extension that let Calendar and Clocks icons show current date and time.
- pkgver = r15.01ea326
+ pkgver = r18.8246ba2
pkgrel = 1
url = https://github.com/fcusr/dynamic-calendar-and-clocks-icons
arch = any
license = GPL3
makedepends = git
- depends = gnome-shell>=1:43
+ depends = gnome-shell>=1:45
provides = gnome-shell-extension-dynamic-calendar-and-clocks-icons
conflicts = gnome-shell-extension-dynamic-calendar-and-clocks-icons
source = gnome-shell-extension-dynamic-calendar-and-clocks-icons::git+https://github.com/fcusr/dynamic-calendar-and-clocks-icons.git
diff --git a/PKGBUILD b/PKGBUILD
index ba0c9aed4b77..b6eeead89032 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,24 @@
# Maintainer: Christian Schendel <doppelhelix@gmail.com>
pkgname=gnome-shell-extension-dynamic-calendar-and-clocks-icons-git
-pkgver=r15.01ea326
+pkgver=r18.8246ba2
pkgrel=1
pkgdesc="A GNOME shell extension that let Calendar and Clocks icons show current date and time."
arch=('any')
url="https://github.com/fcusr/dynamic-calendar-and-clocks-icons"
license=('GPL3')
-depends=('gnome-shell>=1:43')
-makedepends=('git')
+depends=(
+ 'gnome-shell>=1:45'
+)
+makedepends=(
+ 'git'
+)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+${url}.git")
-sha256sums=('SKIP')
+sha256sums=(
+ 'SKIP'
+)
pkgver() {
cd "${srcdir}/${pkgname%-git}"