[arch-commits] Commit in exfat-utils/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Mon Feb 15 18:40:52 UTC 2016
Date: Monday, February 15, 2016 @ 19:40:51
Author: anatolik
Revision: 161696
upgpkg: exfat-utils 1.2.3-1
Modified:
exfat-utils/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-02-15 18:32:42 UTC (rev 161695)
+++ PKGBUILD 2016-02-15 18:40:51 UTC (rev 161696)
@@ -3,19 +3,20 @@
# Contributor: Alex <mail.avatar at gmail.com>
pkgname=exfat-utils
-pkgver=1.2.0
+pkgver=1.2.3
pkgrel=1
pkgdesc="Utilities for exFAT file system"
arch=('i686' 'x86_64')
-url="http://code.google.com/p/exfat/"
+url="https://github.com/relan/exfat"
license=('GPL2')
-depends=('glibc')
-source=("https://github.com/relan/exfat/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('a2d3132cff90153b875b3be5eda6bc7b')
+depends=('glibc' 'fuse')
+source=("$pkgname-$pkgver.zip::https://github.com/relan/exfat/archive/v$pkgver.zip")
+md5sums=('fd5c1ef6507290f2ff1802043deaab78')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd exfat-$pkgver
+ autoreconf -i
./configure --prefix=/usr \
--sbindir=/usr/bin
@@ -23,7 +24,7 @@
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd exfat-$pkgver
make DESTDIR="${pkgdir}" install
More information about the arch-commits
mailing list