summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Radermacher <dominic@familie-radermacher.ch>2022-05-31 17:50:51 +0200
committerDominic Radermacher <dominic@familie-radermacher.ch>2022-05-31 17:50:51 +0200
commit989519486a908dd561b4e0b904917507274bda0e (patch)
tree240d693e0aff63fa8e1bc699f68325ca916498e3
parent3c7ef385dbbbe97690dd155c6f1e782c8b093280 (diff)
update URLs
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a131a5..6b863e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = lan951x-led-ctl
pkgdesc = Command line tool to control the LED's of a LAN9512/LAN9514 ethernet controller
- pkgver = 1.0.r6.g2d51527
+ pkgver = 1.0.r7.gfe5cfbc
pkgrel = 1
- url = https://familie-radermacher.ch/dominic/computer/raspberry-pi/lan951x-led-ctl/
+ url = https://dominic.familie-radermacher.ch/computer/raspberry-pi/lan951x-led-ctl/
arch = x86_64
arch = i686
arch = armv6h
@@ -11,8 +11,7 @@ pkgbase = lan951x-led-ctl
license = GPL2
makedepends = git
depends = libusb>=1.0
- source = git+https://familie-radermacher.ch/cgi/cgit/linux/lan951x-led-ctl.git
+ source = git+https://git.familie-radermacher.ch/linux/lan951x-led-ctl.git
sha256sums = SKIP
pkgname = lan951x-led-ctl
-
diff --git a/PKGBUILD b/PKGBUILD
index eb175e7..eed3ff6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Author: Dominic Radermacher <dominic@familie-radermacher.ch>
pkgname=lan951x-led-ctl
-pkgver=1.0.r6.g2d51527
+pkgver=1.0.r7.gfe5cfbc
pkgrel=1
pkgdesc="Command line tool to control the LED's of a LAN9512/LAN9514 ethernet controller"
arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
-url="https://familie-radermacher.ch/dominic/computer/raspberry-pi/lan951x-led-ctl/"
+url="https://dominic.familie-radermacher.ch/computer/raspberry-pi/lan951x-led-ctl/"
license=('GPL2')
makedepends=('git')
depends=('libusb>=1.0')
-source=(git+https://familie-radermacher.ch/cgi/cgit/linux/${pkgname}.git)
+source=(git+https://git.familie-radermacher.ch/linux/${pkgname}.git)
sha256sums=('SKIP')
pkgver() {