summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAriel Lieberman2022-05-15 08:18:05 +0300
committerAriel Lieberman2022-05-15 08:18:05 +0300
commitbc6b1246588c5502af262996e119fb66ef8a379e (patch)
treeede6e7488806329f6e80a609db52edca2f48da33 /PKGBUILD
parentcb003a50b4a7504b0bbd62caacc9f0d2d92ffa95 (diff)
downloadaur-shalarm.tar.gz
add bc as dependebcy
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")