summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgato_lento2017-03-19 10:42:04 -0500
committergato_lento2017-03-19 10:42:04 -0500
commit65ce039146bd1a8140074ef04934a0583ecc7302 (patch)
tree82fcb14242e6c92a7bb986522642a081cd676cad
parent84ddbe88d3e232d950780e79e28ee6bcf906401d (diff)
downloadaur-65ce039146bd1a8140074ef04934a0583ecc7302.tar.gz
Added git as makedepend and slightly edited the .install file
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
-rw-r--r--axoloti.install1
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 121ca8de0baa..1e26fb9532d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = axoloti
pkgdesc = Firmware and GUI for the Axoloti Core
pkgver = 1.0.12
- pkgrel = 1
+ pkgrel = 2
url = http://www.axoloti.com
install = axoloti.install
arch = x86_64
license = GPL
makedepends = apache-ant
makedepends = unzip
+ makedepends = git
depends = java-runtime=7
depends = bash
depends = gtk2
diff --git a/PKGBUILD b/PKGBUILD
index 5155f66ea1f4..f637398836f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=axoloti
pkgver=1.0.12
-pkgrel=1
+pkgrel=2
pkgdesc='Firmware and GUI for the Axoloti Core'
arch=('x86_64')
url='http://www.axoloti.com'
license=('GPL')
depends=('java-runtime=7' 'bash' 'gtk2' 'udev' 'lib32-bzip2' 'lib32-zlib' 'lib32-ncurses')
-makedepends=('apache-ant' 'unzip')
+makedepends=('apache-ant' 'unzip' 'git')
conflicts=('axoloti-git' 'axoloti-runtime-git')
options=('!strip')
install="$pkgname.install"
diff --git a/axoloti.install b/axoloti.install
index 9c9bd0ef00a8..312d98381dd5 100644
--- a/axoloti.install
+++ b/axoloti.install
@@ -10,6 +10,7 @@ remove_firmware() {
post_install() {
compile_firmware
+ echo 'Launch the GUI by running the script at /usr/bin/axoloti'
}
post_upgrade() {