Date: Thursday, May 18, 2023 @ 20:48:02
  Author: freswa
Revision: 1463140

archrelease: copy trunk to community-x86_64

Added:
  exfatprogs/repos/community-x86_64/PKGBUILD
    (from rev 1463139, exfatprogs/trunk/PKGBUILD)
Deleted:
  exfatprogs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-18 20:47:59 UTC (rev 1463139)
+++ PKGBUILD    2023-05-18 20:48:02 UTC (rev 1463140)
@@ -1,32 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: Marco Cilloni <krn...@gmail.com>
-
-pkgname=exfatprogs
-pkgver=1.2.0
-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=('57d90127be956b193431155d5ed791ce372df711e21fd8b9fc7286e19819410cd4f26ccbfa176106025756141f4e3d7818020c884c91f41af62f2481e6704f91')
-
-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 1463139, 
exfatprogs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-18 20:48:02 UTC (rev 1463140)
@@ -0,0 +1,32 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Marco Cilloni <krn...@gmail.com>
+
+pkgname=exfatprogs
+pkgver=1.2.1
+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=('6fc2bcb0bd9ac2ca57a7e1255d227c50c1fa9d9f683809d0af619ca64f9d19951c5b5a9d6a24ad013e0eb709420229f28537dc98cf929b4b1821a1e2faffb6d2')
+
+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
+}

Reply via email to