[arch-commits] Commit in exfatprogs/repos/community-x86_64 (PKGBUILD PKGBUILD)
Frederik Schwan
freswa at archlinux.org
Tue Aug 4 13:09:18 UTC 2020
Date: Tuesday, August 4, 2020 @ 13:09:17
Author: freswa
Revision: 668825
archrelease: copy trunk to community-x86_64
Added:
exfatprogs/repos/community-x86_64/PKGBUILD
(from rev 668824, exfatprogs/trunk/PKGBUILD)
Deleted:
exfatprogs/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-04 13:09:13 UTC (rev 668824)
+++ PKGBUILD 2020-08-04 13:09:17 UTC (rev 668825)
@@ -1,32 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: Marco Cilloni <krnlpk at gmail.com>
-
-pkgname=exfatprogs
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='exFAT filesystem userspace utilities for the Linux Kernel exfat driver'
-arch=('x86_64')
-url='https://github.com/exfatprogs/exfatprogs'
-license=('GPL2')
-depends=('glibc')
-provides=('exfat-utils')
-conflicts=('exfat-utils')
-source=("https://github.com/exfatprogs/exfatprogs/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-b2sums=('a4a0a538234e721f439a27fae014fcf9f0c742bec351fa0b4ffbef90a75cf9157cc645923eda17c27366cdb2302e0d401bf5f708ed4bcf6663da5eb20e9ff050')
-
-prepare() {
- cd exfatprogs-${pkgver}
- ./autogen.sh
-}
-
-build() {
- cd exfatprogs-${pkgver}
- ./configure --prefix=/usr --sbindir=/usr/bin
- make
-}
-
-package() {
- cd exfatprogs-${pkgver}
- make DESTDIR="${pkgdir}" install
- install -Dm644 -t "${pkgdir}"/usr/share/man/man8 */*.8
-}
Copied: exfatprogs/repos/community-x86_64/PKGBUILD (from rev 668824, exfatprogs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-04 13:09:17 UTC (rev 668825)
@@ -0,0 +1,32 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Marco Cilloni <krnlpk at gmail.com>
+
+pkgname=exfatprogs
+pkgver=1.0.4
+pkgrel=2
+pkgdesc='exFAT filesystem userspace utilities for the Linux Kernel exfat driver'
+arch=('x86_64')
+url='https://github.com/exfatprogs/exfatprogs'
+license=('GPL2')
+depends=('glibc')
+provides=('exfat-utils')
+conflicts=('exfat-utils')
+source=("https://github.com/exfatprogs/exfatprogs/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+b2sums=('a4a0a538234e721f439a27fae014fcf9f0c742bec351fa0b4ffbef90a75cf9157cc645923eda17c27366cdb2302e0d401bf5f708ed4bcf6663da5eb20e9ff050')
+
+prepare() {
+ cd exfatprogs-${pkgver}
+ ./autogen.sh
+}
+
+build() {
+ cd exfatprogs-${pkgver}
+ ./configure --prefix=/usr --sbindir=/usr/bin
+ make
+}
+
+package() {
+ cd exfatprogs-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 -t "${pkgdir}"/usr/share/man/man8 */*.8
+}
More information about the arch-commits
mailing list