summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39ab61e8b855..b4504b7c782e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 13 16:53:42 UTC 2018
+# Wed Nov 7 14:53:33 UTC 2018
pkgbase = f3
pkgdesc = Utilities to detect and repair counterfeit flash storage, i.e. thumb drives and memory cards with less flash than advertised
- pkgver = 7.0
+ pkgver = 7.1
pkgrel = 1
url = http://oss.digirati.com.br/f3/
arch = armv7h
@@ -13,8 +13,8 @@ pkgbase = f3
depends = parted
options = !buildflags
options = !makeflags
- source = https://github.com/AltraMayor/f3/archive/v7.0.zip
- md5sums = 828f5f37d79033c024949644a622caad
+ source = https://github.com/AltraMayor/f3/archive/v7.1.zip
+ md5sums = 4f182a788df609bd4eaa84796ccdade1
pkgname = f3
diff --git a/PKGBUILD b/PKGBUILD
index 57f59a0d1b6b..259f1b8d4e1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: z3ntu <luca.emanuel.weiss@gmail.com>
pkgname=f3
-pkgver=7.0
+pkgver=7.1
pkgrel=1
pkgdesc="Utilities to detect and repair counterfeit flash storage, i.e. thumb drives and memory cards with less flash than advertised"
arch=('armv7h' 'aarch64' 'i686' 'x86_64')
@@ -15,12 +15,12 @@ options=('!buildflags'
conflicts=()
provides=()
source=(https://github.com/AltraMayor/${pkgname}/archive/v${pkgver}.zip)
-md5sums=('828f5f37d79033c024949644a622caad')
+md5sums=('4f182a788df609bd4eaa84796ccdade1')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
sed -i -e 's:/usr/local:/usr:g' Makefile
-make
+make
make extra
}