summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Meleshko2020-12-31 19:00:50 +0200
committerDmytro Meleshko2020-12-31 19:00:50 +0200
commitd2d9ab4f3888585811fe7e7d3a209c6955311d50 (patch)
treed5fceb5136417341cc3a23568954778d257aca0b
parenteeabcf6309ff21eb80decff1c09b33911f9478c2 (diff)
downloadaur-d2d9ab4f3888585811fe7e7d3a209c6955311d50.tar.gz
add make dependency on alsa-lib
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a1056dd6e3a..96eab27e2a8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = mindustry
pkgver = 6.0_122.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/Anuken/Mindustry
arch = any
license = GPL3
makedepends = java-environment>=14
makedepends = libicns
+ makedepends = alsa-lib
depends = java-runtime>=8
depends = sh
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 4ef8b2cadc28..9b62f3cd9ac5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@ pkgbase=mindustry
pkgname=("${pkgbase}" "${pkgbase}-server")
_build=122.1
pkgver="6.0_${_build}"
-pkgrel=1
+pkgrel=2
epoch=1
arch=('any')
_repo_name="Mindustry"
url="https://github.com/Anuken/${_repo_name}"
license=('GPL3')
depends=("java-runtime>=8" "sh" "hicolor-icon-theme")
-makedepends=("java-environment>=14" "libicns")
+makedepends=("java-environment>=14" "libicns" "alsa-lib")
source=("${pkgbase}-${_build}.tar.gz::https://github.com/Anuken/${_repo_name}/archive/v${_build}.tar.gz"
"${pkgbase}.desktop"
"${pkgbase}.sh"