summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstormdragon29762022-12-23 20:19:31 -0500
committerstormdragon29762022-12-23 20:19:31 -0500
commit02ebc533fca4dafa1ef8188f990914a0796c11c5 (patch)
treea3ca4446b1afdfff3fc83b6d06943e5a1c6eb1cc
parentd39e60cfa825ba4cd9c5e9684399f96113ab22c5 (diff)
downloadaur-talking-clock-git.tar.gz
Updated url.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6edf17e58f2f..f70ceed0c6ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = talking-clock-git
pkgdesc = Highly configurable clock written in bash with soundpack and voice options.
pkgver = r40.0a7fffb
pkgrel = 1
- url = https://gitlab.com/stormdragon2976/talking-clock
+ url = https://git.stormux.org/storm/talking-clock
arch = any
license = WTFPL
makedepends = git
@@ -20,8 +20,7 @@ pkgbase = talking-clock-git
optdepends = yad: for talking-clock-gui to work
provides = talking-clock
conflicts = talking-clock
- source = git+https://gitlab.com/stormdragon2976/talking-clock.git
+ source = git+https://git.stormux.org/storm/talking-clock
md5sums = SKIP
pkgname = talking-clock-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 36b117677c00..8debfd07358e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=r40.0a7fffb
pkgrel=1
pkgdesc="Highly configurable clock written in bash with soundpack and voice options."
arch=('any')
-url="https://gitlab.com/stormdragon2976/$_pkgname"
+url="https://git.stormux.org/storm/$_pkgname"
license=('WTFPL')
depends=('bash')
makedepends=('git')
@@ -22,7 +22,7 @@ optdepends=('espeak: TTS support'
'yad: for talking-clock-gui to work')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("git+${url}.git")
+source=("git+${url}")
md5sums=("SKIP")
pkgver()