summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2023-02-10 18:56:32 +0530
committertxtsd2023-02-10 18:56:32 +0530
commit1627d603d50ddccfc30ab11f621586640fe2bea1 (patch)
treea9ffd8914736f1ae1479fb997acc6ca0946cc4a6
parent7d07e5c7fea4b741808d83fcaff3a79397ffb591 (diff)
downloadaur-soundsense.tar.gz
upgpkg: soundsense 2016_1_196-2
Adjust dependencies and description Signed-off-by: txtsd <code@ihavea.quest>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a95cfd16d8d..ee128395a056 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = soundsense
- pkgdesc = SoundSense is a sound-engine tool for Dwarf Fortress.
+ pkgdesc = A sound-engine tool for Dwarf Fortress.
pkgver = 2016_1_196
- pkgrel = 1
+ pkgrel = 2
url = http://df.zweistein.cz/soundsense/
install = soundsense.install
arch = any
@@ -9,6 +9,7 @@ pkgbase = soundsense
makedepends = coreutils
makedepends = unzip
depends = java-runtime
+ depends = bash
source = http://df.zweistein.cz/soundsense/soundSense_2016-1_196.zip
source = soundsense.install
sha256sums = 4b8771e36b3ec6c36a7f5447b05638418636c0ae6e90049568737f999f3f0850
diff --git a/PKGBUILD b/PKGBUILD
index c77ef2166bfb..478f33e77534 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=soundsense
_pkgver="2016-1_196"
pkgver=${_pkgver//-/_}
-pkgrel=1
-pkgdesc="SoundSense is a sound-engine tool for Dwarf Fortress."
+pkgrel=2
+pkgdesc="A sound-engine tool for Dwarf Fortress."
arch=("any")
url="http://df.zweistein.cz/soundsense/"
license=("custom")
install="soundsense.install"
-depends=("java-runtime")
+depends=("java-runtime" "bash")
makedepends=("coreutils"
"unzip")
source=("http://df.zweistein.cz/soundsense/soundSense_${_pkgver}.zip"