[arch-commits] Commit in erofs-utils/repos/extra-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Sun Nov 21 20:24:29 UTC 2021


    Date: Sunday, November 21, 2021 @ 20:24:29
  Author: dvzrv
Revision: 428763

archrelease: copy trunk to extra-x86_64

Added:
  erofs-utils/repos/extra-x86_64/PKGBUILD
    (from rev 428762, erofs-utils/trunk/PKGBUILD)
Deleted:
  erofs-utils/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-21 20:24:22 UTC (rev 428762)
+++ PKGBUILD	2021-11-21 20:24:29 UTC (rev 428763)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=erofs-utils
-pkgver=1.3
-pkgrel=1
-pkgdesc="Userspace utilities for linux-erofs file system"
-arch=('x86_64')
-url="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git"
-license=('GPL2')
-depends=('glibc' 'lz4')
-makedepends=('util-linux')
-source=("https://git.kernel.org/pub/scm/linux/kernel/git/xiang/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('6ddd8402dab80b0375b012ed51ff02b40cbeca9a4a1ba250b14ec6aeb97317ab575e315e9d4dc77ed1d7826c202396d9c0775917106ecbd7b4048168aca0fa6c')
-b2sums=('1051cf387d059d71b91e0a940c86b819593902606ae4665a7801e9597dd72987385bee997d2d63b186c493557ee22118aff23161e48e25ee8f4859f9f6e46f14')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -fiv
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  depends+=('libuuid.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 {AUTHORS,ChangeLog,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: erofs-utils/repos/extra-x86_64/PKGBUILD (from rev 428762, erofs-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-21 20:24:29 UTC (rev 428763)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=erofs-utils
+pkgver=1.4
+pkgrel=1
+pkgdesc="Userspace utilities for linux-erofs file system"
+arch=(x86_64)
+url="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git"
+license=(GPL2)
+depends=(glibc lz4)
+makedepends=(util-linux)
+source=("https://git.kernel.org/pub/scm/linux/kernel/git/xiang/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('ab95d6a7b2d278ee443d1e378c62354db66ce7ab5ce03b3a8d9004cf498c4e43e3e8ced6524444d2ea4871c4db0195489f033180c8a2082c2cba69c46c09692f')
+b2sums=('aef1dca8cb95e6104d73a84590319d3c55aba1a4ef5dbdbf470662cb86ee1b66a5707dc1c453470115ec6f2bf1246ee4b6b28aa1cb83b4cb9c8eed45e88668d4')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -fiv
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  depends+=(libuuid.so)
+
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {AUTHORS,ChangeLog,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list