summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatrix2022-08-22 19:05:22 +0100
committerMatrix2022-08-22 19:05:22 +0100
commitf67adeda8bd7b68fc15848f2d5de6cea7ed6ec42 (patch)
treec0e371172e567ddbacddabbd2e4da82ef9dd4ea3
parentfd55667539960ef3ec95982d4b477eb5c7852b52 (diff)
downloadaur-f67adeda8bd7b68fc15848f2d5de6cea7ed6ec42.tar.gz
switching to another fork because it approved the pull request
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1eece6404ee1..b326cfcc3ac7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = gnome-shell-extension-datetime-format-git
pkgdesc = Gnome extension which allows users to customise the datetime format on the status bar and date menu.
- pkgver = r21.b81900b
+ pkgver = r23.453e932
pkgrel = 1
- url = https://github.com/ZimbiX/datetime-format
+ url = https://github.com/nvlgit/datetime-format
install = gnome-shell-extension.install
arch = any
license = GPL3
makedepends = git
makedepends = nodejs
depends = gnome-shell>=1:40
- source = git+https://github.com/ZimbiX/datetime-format.git#branch=fix-on-gnome-42
+ source = git+https://github.com/nvlgit/datetime-format.git
source = build.patch
sha256sums = SKIP
sha256sums = ca11b183e163eb143ea3a7ae937df07bd9759ff141764ac09117364cff8fc10d
diff --git a/PKGBUILD b/PKGBUILD
index 1add82958658..4f1d6d490f4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: <thysupremematrix@tuta.io>
pkgname=gnome-shell-extension-datetime-format-git
-pkgver=r21.b81900b
+pkgver=r23.453e932
pkgrel=1
pkgdesc="Gnome extension which allows users to customise the datetime format on the status bar and date menu."
arch=(any)
-url="https://github.com/ZimbiX/datetime-format"
+url="https://github.com/nvlgit/datetime-format"
license=("GPL3")
depends=('gnome-shell>=1:40')
makedepends=('git' 'nodejs')
-source=("git+https://github.com/ZimbiX/datetime-format.git#branch=fix-on-gnome-42" "build.patch")
+source=("git+https://github.com/nvlgit/datetime-format.git" "build.patch")
install="gnome-shell-extension.install"
sha256sums=('SKIP'
'ca11b183e163eb143ea3a7ae937df07bd9759ff141764ac09117364cff8fc10d')