summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8b6c255ff82..fdaf70398f1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Feb 2 03:38:51 UTC 2017
pkgbase = exfat-utils-autodetect
pkgdesc = Utilities for exFAT file system
- pkgver = 1.2.5
+ pkgver = 1.2.8
pkgrel = 1
url = https://github.com/relan/exfat
arch = i686
@@ -11,6 +9,7 @@ pkgbase = exfat-utils-autodetect
makedepends = rsync
depends = fuse
depends = glibc
+ provides = exfat-utils-nofuse
provides = exfat-utils
conflicts = exfat-utils
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 6c69581700e5..2e8024fc7259 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=exfat-utils-autodetect
-pkgver=1.2.5
+pkgver=1.2.8
pkgrel=1
pkgdesc="Utilities for exFAT file system"
arch=('i686' 'x86_64')
@@ -7,7 +7,7 @@ url="https://github.com/relan/exfat"
depends=( 'fuse' 'glibc')
makedepends=( 'rsync')
conflicts=( 'exfat-utils')
-provides=( 'exfat-utils')
+provides=('exfat-utils-nofuse' 'exfat-utils')
license=('GPL2')
source_x86_64=("BIN_exfat-utils-x86_64.pkg.tar.xz::https://www.archlinux.org/packages/community/x86_64/exfat-utils/download/")
md5sums_x86_64=('SKIP')