summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcool-cool-sweat2018-04-12 19:57:45 -0500
committercool-cool-sweat2018-04-12 19:57:45 -0500
commiteb84345a59346d94ce8858324ca5f5f6d46b1e36 (patch)
tree9f65dc2de91335133f1018776aa77d6d95b8bfad
parent9f793a930588eb4cafe667ae038efc4f76bcb0ee (diff)
downloadaur-eb84345a59346d94ce8858324ca5f5f6d46b1e36.tar.gz
1.0.12_2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--axoloti.install4
3 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30ab163cee2f..785a499af850 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = axoloti
pkgdesc = Firmware and GUI for the Axoloti Core
- pkgver = 1.0.12_1
- pkgrel = 3
+ pkgver = 1.0.12_2
+ pkgrel = 1
url = http://www.axoloti.com
install = axoloti.install
arch = x86_64
license = GPL
makedepends = apache-ant
makedepends = git
- depends = java-runtime
+ depends = jre8-openjdk
depends = bash
depends = udev
depends = lib32-bzip2
diff --git a/PKGBUILD b/PKGBUILD
index 669338a98c85..7c8ea638b1f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Based on axoloti-git and axoloti-runtime-git PKGBUILDs by: Joakim Reinert <mail+aur@jreinert.com>
pkgname=axoloti
-pkgver=1.0.12_1
-pkgrel=3
+pkgver=1.0.12_2
+pkgrel=1
pkgdesc='Firmware and GUI for the Axoloti Core'
arch=('x86_64')
url='http://www.axoloti.com'
license=('GPL')
-depends=('java-runtime' 'bash' 'udev' 'lib32-bzip2' 'lib32-zlib' 'lib32-ncurses')
+depends=('jre8-openjdk' 'bash' 'udev' 'lib32-bzip2' 'lib32-zlib' 'lib32-ncurses')
makedepends=('apache-ant' 'git')
conflicts=('axoloti-git' 'axoloti-runtime-git')
options=('!strip')
diff --git a/axoloti.install b/axoloti.install
index a69b2097a9db..f986a280d424 100644
--- a/axoloti.install
+++ b/axoloti.install
@@ -13,10 +13,6 @@ post_install() {
echo -e "\n##### Launch the GUI by running /usr/bin/axoloti #####"
}
-post_upgrade() {
- compile_firmware
-}
-
pre_remove() {
remove_firmware
}