summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriel Lieberman2022-05-15 08:18:05 +0300
committerAriel Lieberman2022-05-15 08:18:05 +0300
commitbc6b1246588c5502af262996e119fb66ef8a379e (patch)
treeede6e7488806329f6e80a609db52edca2f48da33
parentcb003a50b4a7504b0bbd62caacc9f0d2d92ffa95 (diff)
downloadaur-bc6b1246588c5502af262996e119fb66ef8a379e.tar.gz
add bc as dependebcy
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 708b1d9248a3..32d4f7189a31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = shalarm
pkgdesc = A bash script alarm clock.
pkgver = 1.7
- pkgrel = 2
+ pkgrel = 3
url = http://www.someplacedumb.net/content/progs/index.html#shalarm
arch = any
license = custom:"FreeBSD"
depends = coreutils
depends = bash
+ depends = bc
optdepends = mplayer
- source = shalarm_1.7-2.zip::https://github.com/jahendrie/shalarm/archive/8d44470c4dfba9484d5fabc1aacaa309bdfe8f2c.zip
+ source = shalarm_1.7-3.zip::https://github.com/jahendrie/shalarm/archive/8d44470c4dfba9484d5fabc1aacaa309bdfe8f2c.zip
md5sums = 4209b7f93bd7b1471f46b2ff9a26e830
pkgname = shalarm
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")