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