mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/wiringx-git to r240.4e620af-1
This commit is contained in:
parent
9104d88256
commit
e0878b97a4
1 changed files with 6 additions and 5 deletions
|
@ -1,17 +1,18 @@
|
|||
# Maintainer: Paul Adams <paul@thoughtcriminal.co.uk>
|
||||
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# Contributor: Paul Adams <paul@thoughtcriminal.co.uk>
|
||||
|
||||
buildarch=28
|
||||
|
||||
pkgbase='wiringx-git'
|
||||
pkgname=('wiringx-git' 'python-wiringx-git' 'python2-wiringx-git')
|
||||
pkgver=r224.ef1c4a4
|
||||
pkgver=r240.4e620af
|
||||
pkgrel=1
|
||||
pkgdesc="wiringX is a modular GPIO interface, derived from wiringPi"
|
||||
arch=('arm')
|
||||
url="http://wiringx.org"
|
||||
arch=('armv6h' 'armv7h' 'aarch64')
|
||||
url="https://github.com/wiringX/wiringX"
|
||||
license=('GPL')
|
||||
makedepends=('git' 'cmake' 'sed' 'python-setuptools' 'python2-setuptools')
|
||||
source=(${pkgname}::git+https://github.com/wiringX/wiringX#branch=rewrite)
|
||||
source=(${pkgname}::git+https://github.com/wiringX/wiringX)
|
||||
md5sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
|
|
Loading…
Reference in a new issue