summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Repomaa2019-08-12 16:52:31 +0200
committerJoakim Repomaa2019-08-12 16:52:31 +0200
commitf99d145f30d2af66d1c9add119b9019c1798e660 (patch)
tree94949dbd09a0eb886e304403f02dcdcb05838c70
parent741d1bf6f4212b5c414e767117b512aa484bb2fa (diff)
downloadaur-f99d145f30d2af66d1c9add119b9019c1798e660.tar.gz
update broken chibios url and add missing deps
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87bf09fde25e..a4784320267a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,27 +1,29 @@
# Generated by mksrcinfo v8
-# Mon Mar 20 18:26:51 UTC 2017
+# Mon Aug 12 14:52:27 UTC 2019
pkgbase = axoloti-runtime-git
pkgdesc = runtime for axoloti
- pkgver = 1.0.12.1.r3.g3a06887e
+ pkgver = 1.0.12.2.r4.gcb6a65c6
pkgrel = 2
url = http://www.axoloti.com
install = axoloti-runtime-git.install
arch = x86_64
license = GPL
+ makedepends = git
makedepends = libtool
makedepends = automake
makedepends = autoconf
makedepends = unzip
depends = systemd
depends = libsystemd
+ depends = python2
depends = lib32-bzip2
depends = lib32-ncurses
depends = lib32-zlib
- provides = axoloti-runtime=1.0.12.1.r3.g3a06887e
+ provides = axoloti-runtime=1.0.12.2.r4.gcb6a65c6
conflicts = axoloti-runtime
options = !strip
source = axoloti-runtime::git+https://github.com/axoloti/axoloti.git
- source = http://sourceforge.net/projects/chibios/files/ChibiOS_RT%20stable/Version%202.6.9/ChibiOS_2.6.9.zip
+ source = https://sourceforge.net/projects/chibios/files/ChibiOS%20GPL3/Version%202.6.9/ChibiOS_2.6.9.zip
source = https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+download/gcc-arm-none-eabi-4_9-2015q2-20150609-linux.tar.bz2
source = libusb-1.0.19.tar.bz2::http://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.19/libusb-1.0.19.tar.bz2/download
source = http://dfu-util.sourceforge.net/releases/dfu-util-0.8.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 9b1c1566a04e..0de75781ba7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_gitname=axoloti-runtime
pkgname=${_gitname}-git
-pkgver=1.0.12.1.r3.g3a06887e
+pkgver=1.0.12.2.r4.gcb6a65c6
pkgrel=2
pkgdesc="runtime for axoloti"
arch=(x86_64)
url="http://www.axoloti.com"
license=(GPL)
-depends=(systemd libsystemd lib32-bzip2 lib32-ncurses lib32-zlib)
-makedepends=(libtool automake autoconf unzip)
+depends=(systemd libsystemd python2 lib32-bzip2 lib32-ncurses lib32-zlib)
+makedepends=(git libtool automake autoconf unzip)
provides=(axoloti-runtime=$pkgver)
conflicts=(axoloti-runtime)
options=('!strip')
@@ -27,7 +27,7 @@ _dfu_util_archive=${_dfu_util}.tar.gz
source=(
"${_gitname}::git+https://github.com/axoloti/axoloti.git"
- "http://sourceforge.net/projects/chibios/files/ChibiOS_RT%20stable/Version%20${_chibios_version}/${_chibios_archive}"
+ "https://sourceforge.net/projects/chibios/files/ChibiOS%20GPL3/Version%20${_chibios_version}/${_chibios_archive}"
"https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+download/${_toolchain_archive}"
"${_libusb_archive}::http://sourceforge.net/projects/libusb/files/libusb-1.0/${_libusb}/${_libusb_archive}/download"
"http://dfu-util.sourceforge.net/releases/${_dfu_util_archive}"