summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArvid Norlander2022-06-17 12:57:54 +0200
committerArvid Norlander2022-06-17 12:57:54 +0200
commit527dd7da5e39b56a7ee0fca1589fa0014e6ad0e4 (patch)
tree5444cfdb12f7b0e2deef35e48a99c36599453f74 /PKGBUILD
parentb4db72b0ef210e088b0d474bc63c6aa1b06ee92c (diff)
downloadaur-527dd7da5e39b56a7ee0fca1589fa0014e6ad0e4.tar.gz
Bug workaround no longer needed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8408a29dbfed..3d551db3f404 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Arvid Norlander <VorpalBlade (at) users DOT noreply DOT github DOT com>
pkgname=fluxengine-git
-pkgver=r1794.a9e8267
+pkgver=r1800.359f558
pkgrel=1
pkgdesc="PSOC5 floppy disk imaging interface"
arch=('x86_64')
@@ -22,16 +22,12 @@ pkgver() {
}
build() {
- # Workaround bug https://github.com/davidgiven/fluxengine/issues/531
- CXXFLAGS=${CXXFLAGS/-Wp,-D_GLIBCXX_ASSERTIONS}
cd "$srcdir/${pkgname%-git}"
# Make all depends on tests, but we want to run them in check() instead.
make "${_targets[@]}"
}
check() {
- # Workaround bug https://github.com/davidgiven/fluxengine/issues/531
- CXXFLAGS=${CXXFLAGS/-Wp,-D_GLIBCXX_ASSERTIONS}
cd "$srcdir/${pkgname%-git}"
make tests
}