summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 433c13795079..b9cf46b3a97f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=talking-clock
pkgname=talking-clock-git
pkgver=15
-pkgrel=1
+pkgrel=2
pkgdesc="Highly configurable clock written in bash with soundpack and voice options."
arch=('any')
url="http://github.com/stormdragon2976/talking-clock"
@@ -20,7 +20,7 @@ optdepends=('espeak: TTS support'
'yad: for talking-clock-gui to work')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("$_pkgname::git+git://github.com/stormdragon2976/talking-clock.git")
+source=("git+https://github.com/stormdragon2976/${_pkgname}.git")
md5sums=("SKIP")
pkgver()