summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriel Lieberman2021-03-07 01:08:44 +0200
committerAriel Lieberman2021-03-07 01:08:44 +0200
commite8f1c9ccc66fda7d3b051231c87a9bb0a7dad22b (patch)
treefead4fdef933c103393618a67f8bdb7eeee688a3
parentc4ff7dfe64b388032e2c89b66feb5d6ec57d8879 (diff)
downloadaur-e8f1c9ccc66fda7d3b051231c87a9bb0a7dad22b.tar.gz
update .SRCINFO
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64c128444cae..2af409957b27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = shalarm
url = http://www.someplacedumb.net/content/progs/index.html#shalarm
arch = any
license = custom:"FreeBSD"
- depends = bash
depends = coreutils
+ depends = bash
optdepends = mplayer
source = shalarm_1.7-1.zip::https://github.com/jahendrie/shalarm/archive/8d44470c4dfba9484d5fabc1aacaa309bdfe8f2c.zip
md5sums = 4209b7f93bd7b1471f46b2ff9a26e830
diff --git a/PKGBUILD b/PKGBUILD
index 9f0006827984..5bb9745a679d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A bash script alarm clock."
arch=('any')
url="http://www.someplacedumb.net/content/progs/index.html#shalarm"
license=('custom:"FreeBSD"')
-depends=(bash coreutils)
+depends=(coreutils bash)
optdepends=('mplayer')
_zipname=8d44470c4dfba9484d5fabc1aacaa309bdfe8f2c
source=("${pkgname}_${pkgver}-${pkgrel}.zip::https://github.com/jahendrie/shalarm/archive/$_zipname.zip")