aboutsummaryrefslogtreecommitdiffstats
path: root/community/exfatprogs/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/exfatprogs/APKBUILD')
-rw-r--r--community/exfatprogs/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/exfatprogs/APKBUILD b/community/exfatprogs/APKBUILD
index 078f9f32081..e3b47192c8a 100644
--- a/community/exfatprogs/APKBUILD
+++ b/community/exfatprogs/APKBUILD
@@ -1,14 +1,16 @@
# Contributor: Milan P. Stanić <mps@arvanta.net>
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=exfatprogs
-pkgver=1.1.2
+pkgver=1.2.2
pkgrel=0
pkgdesc="exfat filesystem userspace tools, mkfs and fsck"
url="https://github.com/exfatprogs/exfatprogs"
arch="all"
license="GPL-2.0-or-later"
-provides="exfat-utils=1.3.0-r1"
-replaces="exfat-utils"
+# other provider is fuse-exfat-utils
+provides="exfat-utils"
+provider_priority=20
+replaces="exfat-utils fuse-exfat-utils"
makedepends="autoconf libtool automake linux-headers"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/exfatprogs/exfatprogs/archive/$pkgver.tar.gz"
@@ -39,5 +41,5 @@ package() {
}
sha512sums="
-1be84aa7be3a70baf8f9b9f988155a1946d84bfe3c15e429884dc81997650696df42643dbfa8c2afb914f45e2df45ff22c592be957656d4203cf9d4ff94c0ec9 exfatprogs-1.1.2.tar.gz
+f8346dc790243d61e62f4851726778db1be921cb257ff80b79991e05379ff0c6cac3d4d26125665e078fa8a58dee32eec9fd22bb2b32ff2820a689376237cbe9 exfatprogs-1.2.2.tar.gz
"