summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9346694da834..1d25b3f0e5da 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=r1823.567b074
+pkgver=r2565.45e796f1
pkgrel=1
pkgdesc="PSOC5 floppy disk imaging interface"
arch=('x86_64')
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd "$srcdir/${pkgname%-git}"
# Make all depends on tests, but we want to run them in check() instead.
- make binaries
+ make
}
check() {