aboutsummaryrefslogtreecommitdiffstats
path: root/community/fuse-exfat
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2017-06-30 19:58:54 +0200
committerWilliam Pitcock <nenolod@dereferenced.org>2017-06-30 21:54:52 +0000
commit49de70af57a85e1a18f59c300441ca6cbcced20b (patch)
tree1d69de2d8d9bf5338df616d56ca00d09a61806c2 /community/fuse-exfat
parent2d83943783445539a0bcfb49c1c8ea096d5625f3 (diff)
downloadaports-49de70af57a85e1a18f59c300441ca6cbcced20b.tar.bz2
aports-49de70af57a85e1a18f59c300441ca6cbcced20b.tar.xz
community/fuse-exfat: upgrade to 1.2.7
Modernize abuild
Diffstat (limited to 'community/fuse-exfat')
-rw-r--r--community/fuse-exfat/APKBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/community/fuse-exfat/APKBUILD b/community/fuse-exfat/APKBUILD
index 25cc549835..353b5e94d4 100644
--- a/community/fuse-exfat/APKBUILD
+++ b/community/fuse-exfat/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fuse-exfat
_pkgreal=exfat
-pkgver=1.2.6
+pkgver=1.2.7
pkgrel=0
pkgdesc="Free exFAT file system implementation"
url="https://github.com/relan/exfat"
@@ -17,14 +17,14 @@ builddir="$srcdir/$_pkgreal-$pkgver"
build() {
cd "$builddir"
- autoreconf --install || return 1
- ./configure --prefix=/usr || return 1
- make || return 1
+ autoreconf --install
+ ./configure --prefix=/usr
+ make
}
package() {
cd "$builddir"
- make DESTDIR="$pkgdir" install || return 1
+ make DESTDIR="$pkgdir" install
}
utils() {
@@ -36,6 +36,4 @@ utils() {
done
}
-md5sums="f35e932d0aa9231916f91b9df2e2cf4a exfat-1.2.6.tar.gz"
-sha256sums="1afe3ab4141414c760cfb6e2dca2491b484d07dd0c79879e72b84ad0664038cd exfat-1.2.6.tar.gz"
-sha512sums="76f9ece1ea0d449c48ae71d367021ed7cee05b1619239954b725adbe68c33b76046a8620c64dbebdcc69f2ca32abd242e12f4d592a00cd7fdd2277ff6803fc96 exfat-1.2.6.tar.gz"
+sha512sums="f90b1eff5c51ff93377f82f2838d214e0670a4a8c54fb7c0ec8ce743971b35867975568b8886e8fae8e320706419cf4e39d0852e68350c9b999cf0be4c5f88fc exfat-1.2.7.tar.gz"