diff options
author | Michael Riegert | 2021-01-06 21:12:44 -0500 |
---|---|---|
committer | Michael Riegert | 2021-01-06 21:12:44 -0500 |
commit | d5465048fd52a60d09b9c98cd41cb8174a35e0f7 (patch) | |
tree | 4cca131969b56612213811b03f9af42252c3c744 /.SRCINFO | |
download | aur-blflash-git.tar.gz |
Initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..a84e77e57afe --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,15 @@ +pkgbase = blflash-git + pkgdesc = BL602 serial flasher + pkgver = 0.3.0.0.gb0967e7 + pkgrel = 1 + url = https://github.com/spacemeowx2/blflash + arch = x86_64 + license = MIT + depends = cargo + provides = blflash + conflicts = blflash + source = blflash-git::git+https://github.com/spacemeowx2/blflash + md5sums = SKIP + +pkgname = blflash-git + |