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 40bc4912504b..16cb4ce5382b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributer: James Hendrie <hendrie dot james at gmail dot com>
pkgname=shalarm
pkgver=1.7
-pkgrel=2
+pkgrel=3
pkgdesc="A bash script alarm clock."
arch=('any')
url="http://www.someplacedumb.net/content/progs/index.html#shalarm"
license=('custom:"FreeBSD"')
-depends=(coreutils bash)
+depends=(coreutils bash bc)
optdepends=('mplayer')
_zipname=8d44470c4dfba9484d5fabc1aacaa309bdfe8f2c
source=("${pkgname}_${pkgver}-${pkgrel}.zip::https://github.com/jahendrie/shalarm/archive/$_zipname.zip")