[arch-commits] Commit in exfat-utils/repos/community-x86_64 (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Mon Sep 17 23:23:00 UTC 2018
Date: Monday, September 17, 2018 @ 23:23:00
Author: anthraxx
Revision: 382807
archrelease: copy trunk to community-x86_64
Added:
exfat-utils/repos/community-x86_64/PKGBUILD
(from rev 382806, exfat-utils/trunk/PKGBUILD)
Deleted:
exfat-utils/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-17 23:22:53 UTC (rev 382806)
+++ PKGBUILD 2018-09-17 23:23:00 UTC (rev 382807)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Alex <mail.avatar at gmail.com>
-
-pkgname=exfat-utils
-pkgver=1.2.8
-pkgrel=1
-pkgdesc='Utilities for exFAT file system'
-url='https://github.com/relan/exfat'
-arch=('x86_64')
-license=('GPL2')
-depends=('glibc' 'fuse2')
-conflicts=('fuse-exfat')
-provides=('fuse-exfat')
-replaces=('fuse-exfat')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/relan/exfat/archive/v${pkgver}.tar.gz)
-sha512sums=('2805d8a59c53db348265943bfd5537aa1dfc87582fb1a3e9cba6ab112b93632be3c0932f72b57c7839d60faf1d455f56fd7d7a7f49e3e9419f4b6715332e939a')
-
-prepare() {
- cd exfat-${pkgver}
- autoreconf -fiv
-}
-
-build() {
- cd exfat-${pkgver}
- ./configure \
- --prefix=/usr \
- --sbindir=/usr/bin
- make CCFLAGS="${CFLAGS} ${CPPFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
-}
-
-package() {
- cd exfat-${pkgver}
- make DESTDIR="${pkgdir}" install
- install -Dm 644 */*.8 -t "${pkgdir}/usr/share/man/man8"
-}
-
-# vim: ts=2 sw=2 et:
Copied: exfat-utils/repos/community-x86_64/PKGBUILD (from rev 382806, exfat-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-09-17 23:23:00 UTC (rev 382807)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alex <mail.avatar at gmail.com>
+
+pkgname=exfat-utils
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='Utilities for exFAT file system'
+url='https://github.com/relan/exfat'
+arch=('x86_64')
+license=('GPL2')
+depends=('glibc' 'fuse2')
+conflicts=('fuse-exfat')
+provides=('fuse-exfat')
+replaces=('fuse-exfat')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/relan/exfat/archive/v${pkgver}.tar.gz)
+sha512sums=('fa3951e16889db65685e1fb71b0c75fc7014a8025c3442bf6164b94ddd51d282a8ae5e891c46195be53d2a10d62444e2fa1bb3fa3de59c2c3411c6dac363b488')
+
+prepare() {
+ cd exfat-${pkgver}
+ autoreconf -fiv
+}
+
+build() {
+ cd exfat-${pkgver}
+ ./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin
+ make CCFLAGS="${CFLAGS} ${CPPFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
+}
+
+package() {
+ cd exfat-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm 644 */*.8 -t "${pkgdir}/usr/share/man/man8"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list