summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle2016-02-01 16:58:05 -0500
committerKyle2016-02-01 16:58:05 -0500
commit489433d6938f6f283eeebafd9ba005de3fb92d79 (patch)
tree6f522ffe8dd77cd3eb0708c9c72b2ad96bde142d
parent39acd98a3529a8d34c13fed93d4c3b3d112b1f09 (diff)
downloadaur-489433d6938f6f283eeebafd9ba005de3fb92d79.tar.gz
Conflicts and provides are now arrays, thanks to z3ntu for the patch.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f3e3a154cdc..d65cea12ab20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jan 6 01:06:06 UTC 2016
+# Mon Feb 1 21:57:55 UTC 2016
pkgbase = f3
pkgdesc = Utilities to detect and repair counterfeit flash storage, i.e. thumb drives and memory cards with less flash than advertised
pkgver = 6.0
- pkgrel = 1
+ pkgrel = 2
url = http://oss.digirati.com.br/f3/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f59795e3c3dd..8ca01b8a7b82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Kyle <kyle@gmx.ca>
# Contributor: mib1982 <Mi.Bentlage@gmail.com>
+# Contributor: z3ntu <luca.emanuel.weiss@gmail.com>
pkgname=f3
pkgver=6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Utilities to detect and repair counterfeit flash storage, i.e. thumb drives and memory cards with less flash than advertised"
arch=('i686' 'x86_64')
url="http://oss.digirati.com.br/f3/"
@@ -11,8 +12,8 @@ license=('GPL3')
depends=('parted')
options=('!buildflags'
'!makeflags')
-conflicts=
-provides=
+conflicts=()
+provides=()
source=(https://github.com/AltraMayor/${pkgname}/archive/v${pkgver}.zip)
md5sums=('b38abfb1c35996e4d193d3be694b4448')