summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Radermacher <dominic.radermacher@gmail.com>2015-12-20 14:26:28 +0100
committerDominic Radermacher <dominic.radermacher@gmail.com>2015-12-20 14:26:28 +0100
commit2b153dafe20585f692fc4a1c42e985b8d61c67b7 (patch)
treef1d9e2e66c69cea3512f3a8d81abf6f8614582f2
parentac6b2ddbb3abcb95aef9a94808c011d352013d23 (diff)
corrected makedepend and url
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e4a9ab..121dd9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Sun Dec 20 12:20:04 UTC 2015
+# Sun Dec 20 13:25:32 UTC 2015
pkgbase = lan951x-led-ctl
pkgdesc = Command line tool to control the LED's of a LAN9512/LAN9514 ethernet controller
pkgver = 1.0
- pkgrel = 1
- url = http://mockmoon-cybernetics.ch/computer/
+ pkgrel = 2
+ url = http://mockmoon-cybernetics.ch/computer/raspberry-pi/lan951x-led-ctl/
arch = i686
arch = armv6h
arch = armv7h
license = GPL2
+ makedepends = git
depends = libusb>=1.0
source = git://github.com/dradermacher/lan951x-led-ctl.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 812f2fb..d2b62ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Author: Dominic Radermacher <dominic.radermacher@gmail.com>
pkgname=lan951x-led-ctl
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Command line tool to control the LED's of a LAN9512/LAN9514 ethernet controller"
arch=('i686' 'armv6h' 'armv7h')
-url="http://mockmoon-cybernetics.ch/computer/"
+url="http://mockmoon-cybernetics.ch/computer/raspberry-pi/lan951x-led-ctl/"
license=('GPL2')
+makedepends=('git')
depends=('libusb>=1.0')
source=(git://github.com/dradermacher/$pkgname.git)
sha256sums=('SKIP')