summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eaf1704af7a..11df734c5cf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Fri Jul 21 18:52:54 UTC 2017
+# Fri Jul 21 18:55:42 UTC 2017
pkgbase = dwire-debug-git
- pkgdesc = Simple stand-alone debugger for ATtiny 45 and ATMEL AVR DebugWIRE chips connected directly to an FT232R or similar
+ pkgdesc = Simple stand-alone debugger for ATtiny 45 and other ATMEL AVR DebugWIRE chips connected directly to an FT232R or similar
pkgver = r129.beb3806
pkgrel = 1
url = https://github.com/dcwbrown/dwire-debug
diff --git a/PKGBUILD b/PKGBUILD
index e54e630c6571..577d82f36f32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=dwire-debug-git
_pkgname=dwire-debug
pkgver=r129.beb3806
pkgrel=1
-pkgdesc="Simple stand-alone debugger for ATtiny 45 and ATMEL AVR DebugWIRE chips connected directly to an FT232R or similar"
+pkgdesc="Simple stand-alone debugger for ATtiny 45 and other ATMEL AVR DebugWIRE chips connected directly to an FT232R or similar"
arch=("i686" "x86_64")
url="https://github.com/dcwbrown/dwire-debug"
license=("GPL2")
@@ -29,7 +29,6 @@ build() {
package() {
cd "${srcdir}/${_pkgname}"
#make DESTDIR="${pkgdir}/" install
- #cd "${srcdir}/${pkgname}/src"
install -D --mode=0755 dwdebug "${pkgdir}/usr/bin/dwdebug"
}