summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Ivanov2023-09-14 17:33:03 +0200
committerPeter Ivanov2023-09-14 17:33:03 +0200
commit8ef36962b107a4875286a15f8615de747f5bc71d (patch)
treeff768efb83e55816ac9279b02f821f4939d4b333 /PKGBUILD
parent835f3740b13770364402e9c84f70265d2832fdf9 (diff)
downloadaur-mphidflash.tar.gz
libusb was added as dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 201659e88f52..b65be3d8e3f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Peter Ivanov <ivanovp@gmail.com>
pkgname=mphidflash
-pkgver=20160616
-pkgrel=1
+pkgver=20200505
+pkgrel=2
pkgdesc="Flash utility for Microchip PIC microcontrollers with USB HID-Bootloader"
arch=("i686" "x86_64")
url="https://code.google.com/p/mphidflash"
license=("GPL3")
-depends=()
+depends=(libusb)
makedepends=(svn gcc)
#options=('!strip')
source=("$pkgname::git+https://github.com/ApertureLabsLtd/mphidflash")