summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUffe Jakobsen2017-07-21 20:55:53 +0200
committerUffe Jakobsen2017-07-21 20:55:53 +0200
commitcd88646ad06c4d0ddcd59ddd6f83fa79df750708 (patch)
tree4bc7b015fde40a770bb23b94c348ff37d90dbcdc /PKGBUILD
parent13dcf66468cbd8ad2c5a983189dcf8c3d93fd860 (diff)
downloadaur-cd88646ad06c4d0ddcd59ddd6f83fa79df750708.tar.gz
Cosmetic
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
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"
}