summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Beddek2023-01-07 14:03:36 +1300
committerJames Beddek2023-01-07 14:03:36 +1300
commit052eaf162d70880281315934322f838d289ca8a5 (patch)
treeb69aee63ce5c7edec84bc7392d5018865884ce76 /PKGBUILD
parent37dda44ff627fc8740e824ecc3eceeba6435437b (diff)
downloadaur-vivado-boards-git.tar.gz
PKGBUILD: update maintainer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cc42d3e9504..689ed265a67e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,18 @@
+# Maintainer: James Beddek <$(base64 --decode <<<'dGVsYW5zQHBvc3Rlby5kZQo=')>
-# Maintainer: Darren Wu <$(base64 --decode <<<'ZGFycmVuMTk5NzA4MTBAZ21haWwuY29tCg==')>
pkgname="vivado-boards-git"
pkgver=r193.c9000e6
pkgrel=1
pkgdesc="Vivado Board Files for Digilent FPGA Boards"
-arch=('any')
+
url="https://reference.digilentinc.com/reference/software/vivado/board-files"
license=("MIT")
+arch=('any')
+
depends=('vivado')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
+
source=("${pkgname%-git}::git+https://github.com/Digilent/${pkgname%-git}.git")
md5sums=('SKIP')