summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-05-28 09:18:01 +0200
committerMichel Zou2020-05-28 09:18:01 +0200
commitff05500dbfc16ee89e12daefc24209882df69cb0 (patch)
tree89cc0aa199002daf34350ea85e5572287b38a363
parente26a9c731e313d324e4ffa0c1c308a23dfeb8f6c (diff)
downloadaur-ff05500dbfc16ee89e12daefc24209882df69cb0.tar.gz
2.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97ef723a28a3..9836f54153f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = scantool
pkgdesc = OBD-II vehicle diagnostic scanner
- pkgver = 2.0
+ pkgver = 2.1
pkgrel = 1
url = https://github.com/kees/scantool
- arch = i686
arch = x86_64
license = GPL
depends = allegro4
- source = https://github.com/kees/scantool/archive/v2.0.tar.gz
- sha256sums = b47d5a5f02bda5d2102292e23b0e31178046689fbd651239faddac61c29caf45
+ source = https://github.com/kees/scantool/archive/v2.1.tar.gz
+ sha256sums = ce949dac4a11f1c2a11ca8437552dc9673d98c5c3993cd313bafcac06f7469de
pkgname = scantool
diff --git a/PKGBUILD b/PKGBUILD
index c1966ea38c58..937a2e50a21d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
pkgname=scantool
-pkgver=2.0
+pkgver=2.1
pkgrel=1
pkgdesc="OBD-II vehicle diagnostic scanner"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/kees/scantool"
license=('GPL')
depends=('allegro4')
-source=("https://github.com/kees/scantool/archive/v2.0.tar.gz")
-sha256sums=('b47d5a5f02bda5d2102292e23b0e31178046689fbd651239faddac61c29caf45')
+source=("https://github.com/kees/scantool/archive/v${pkgver}.tar.gz")
+sha256sums=('ce949dac4a11f1c2a11ca8437552dc9673d98c5c3993cd313bafcac06f7469de')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
- make
+ make CPPFLAGS="-fcommon"
}
package () {