summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUffe Jakobsen2022-11-17 10:49:41 +0100
committerUffe Jakobsen2022-11-17 10:49:41 +0100
commit406095ee596caa02d92f1c250a1109d1aa4ad2d8 (patch)
tree84545e756a0766a6228e80a2dd27d3a03c2aeed0 /PKGBUILD
parent19a507556ce9b3f45dc1c67fab1864c43b117b70 (diff)
downloadaur-dwire-debug-git.tar.gz
Master has been updated - disable workaround
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87b0f16cbf98..162099e8986c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=dwire-debug-git
_pkgname=dwire-debug
-pkgver=r167.9b98597
+pkgver=r169.a2830d5
pkgrel=1
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")
@@ -30,10 +30,10 @@ build() {
cd "${srcdir}/${_pkgname}"
# workaround for non-existing posix streams include file (stropts.h) on linux
- touch stropts.h
- make dwdebug CC="gcc -I." || return 1
+ #touch stropts.h
+ #make dwdebug CC="gcc -I." || return 1
- #make dwdebug || return 1
+ make dwdebug || return 1
}
package() {