summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Schwan2023-03-02 22:45:35 +0100
committerFrederik Schwan2023-03-02 22:45:35 +0100
commit9d86f4b19ad0b2cbaba452884b524fe240f9f698 (patch)
treee3d02fc1625a6b73bd7e6da8df61240f074f55cc
parent74653fa238643f893e18d0fdeaf61ffba2e790c0 (diff)
downloadaur-9d86f4b19ad0b2cbaba452884b524fe240f9f698.tar.gz
upgpkg: exfat-utils-nofuse 1.4.0-1
upstream release
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5be7d69583e..7cd26634549a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = exfat-utils-nofuse
pkgdesc = Utilities for the exFAT file system without fuse (to prefer exfat kernel module over fuse)
- pkgver = 1.3.0
- pkgrel = 3
+ pkgver = 1.4.0
+ pkgrel = 1
url = https://github.com/relan/exfat
arch = i686
arch = x86_64
@@ -15,10 +15,9 @@ pkgbase = exfat-utils-nofuse
provides = exfat-utils
conflicts = fuse-exfat
conflicts = exfat-utils
- source = exfat-1.3.0.tar.gz::https://github.com/relan/exfat/archive/v1.3.0.tar.gz
+ source = exfat-1.4.0.tar.gz::https://github.com/relan/exfat/archive/v1.4.0.tar.gz
source = nofuse.patch
- b2sums = d4d074f94784ab038129a06acdf0c45252898776cc11d4db998f6d914ef47bc80add29e90eeb59b88a98b5828bd77773bb84f47c26e26a1a1a53cd1a3e1c7746
+ b2sums = a402a5cb1cc6357c7d8bdc3c0f52cd76ee5f0d01ae8f3c1ecbb3f1cfd149b1eb80099e021c27c4e6f1c306901e79b0e7543186f359db07ccd0f85f847ad6cd34
b2sums = 6dbd6243fa3e790cd40435b1e1d149071f5b2afb7c75bdb36e96b1b6ccdd1186c3b80a4d962e899d9a402c6b9a5e9f8f26e9534a45c1df06fdf04dda858bc625
pkgname = exfat-utils-nofuse
-
diff --git a/PKGBUILD b/PKGBUILD
index 4bc2457492fb..7b3b42e5c77d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: rtfreedman <rob<d_t>til<d_t>freedman<a@T>g*a*l<d_t>com>
pkgname=exfat-utils-nofuse
-pkgver=1.3.0
-pkgrel=3
+pkgver=1.4.0
+pkgrel=1
pkgdesc='Utilities for the exFAT file system without fuse (to prefer exfat kernel module over fuse)'
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm' 'aarch64')
url='https://github.com/relan/exfat'
@@ -13,7 +13,7 @@ provides=('exfat-utils')
conflicts=('fuse-exfat' 'exfat-utils')
source=("exfat-${pkgver}.tar.gz::https://github.com/relan/exfat/archive/v${pkgver}.tar.gz"
nofuse.patch)
-b2sums=('d4d074f94784ab038129a06acdf0c45252898776cc11d4db998f6d914ef47bc80add29e90eeb59b88a98b5828bd77773bb84f47c26e26a1a1a53cd1a3e1c7746'
+b2sums=('a402a5cb1cc6357c7d8bdc3c0f52cd76ee5f0d01ae8f3c1ecbb3f1cfd149b1eb80099e021c27c4e6f1c306901e79b0e7543186f359db07ccd0f85f847ad6cd34'
'6dbd6243fa3e790cd40435b1e1d149071f5b2afb7c75bdb36e96b1b6ccdd1186c3b80a4d962e899d9a402c6b9a5e9f8f26e9534a45c1df06fdf04dda858bc625')
prepare() {