summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStorm dragon2015-12-10 16:11:25 -0500
committerStorm dragon2015-12-10 16:11:25 -0500
commite714919af10a7a4d1d36336fdee0265f117d3765 (patch)
treea70e98e2cc010de220761f9a48c9b562d44269c3 /PKGBUILD
parenta159b387e59b6a56ec3c39db73a7353788714cd1 (diff)
downloadaur-e714919af10a7a4d1d36336fdee0265f117d3765.tar.gz
Updated PKGBUILD.
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()