summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"