summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordangersalad2022-06-27 21:22:02 -0600
committerdangersalad2022-06-27 21:22:02 -0600
commitd8039912b32bfc7ebcc2286cb8fca89a92067073 (patch)
treec8f5009bc5b49521d080bdef1872836813a3b745
parentb5a96b478e1191e84bcd1f6501d26c7f03255a6e (diff)
downloadaur-d8039912b32bfc7ebcc2286cb8fca89a92067073.tar.gz
update dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 618a26c8759e..df631fff3c67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mekhq
pkgdesc = MekHQ is a java helper program for the MegaMek game that allows users to load a list of entities from an XML file, perform repairs and customizations, and then save the new entities to another XML file that can be loaded into MegaMek.
pkgver = 0.48.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/MegaMek/mekhq
install = mekhq.install
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = mekhq
makedepends = gradle
makedepends = git
depends = jdk11-openjdk
+ depends = rsync
provides = megamek
conflicts = megamek
source = mekhq.tar.gz::https://github.com/MegaMek/mekhq/archive/refs/tags/v0.48.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 70d8eaa5d7d1..eb8b48b9e9b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mekhq
pkgver=0.48.0
_pkgver=
-pkgrel=4
+pkgrel=5
epoch=
install=mekhq.install
pkgdesc="MekHQ is a java helper program for the MegaMek game that allows users to load a list of entities from an XML file, perform repairs and customizations, and then save the new entities to another XML file that can be loaded into MegaMek."
@@ -11,7 +11,7 @@ arch=('x86_64')
url="https://github.com/MegaMek/mekhq"
license=('GPL')
groups=()
-depends=('jdk11-openjdk')
+depends=('jdk11-openjdk' 'rsync')
makedepends=('gradle' 'git')
provides=('megamek')
conflicts=('megamek')