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

David Runge dvzrv at gemini.archlinux.org
Sun Jun 12 20:32:55 UTC 2022


    Date: Sunday, June 12, 2022 @ 20:32:54
  Author: dvzrv
Revision: 448343

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-12 20:32:44 UTC (rev 448342)
+++ PKGBUILD	2022-06-12 20:32:54 UTC (rev 448343)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=erofs-utils
-pkgver=1.4
-pkgrel=2
-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)
-# TODO: add xz once microlzma is included
-# https://bugs.archlinux.org/task/73331
-depends=(fuse2 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 --enable-fuse
-  make
-}
-
-check() {
-  make -k check -C $pkgname-$pkgver
-}
-
-package() {
-  depends+=(libuuid.so)
-
-  make DESTDIR="$pkgdir/" install -C $pkgname-$pkgver
-  install -vDm 644 $pkgname-$pkgver/{AUTHORS,ChangeLog,README} -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: erofs-utils/repos/extra-x86_64/PKGBUILD (from rev 448342, erofs-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-12 20:32:54 UTC (rev 448343)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=erofs-utils
+pkgver=1.5
+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)
+# TODO: add xz once microlzma is included
+# https://bugs.archlinux.org/task/73331
+depends=(fuse2 glibc lz4)
+makedepends=(util-linux)
+options=(debug)
+source=($url/snapshot/$pkgname-$pkgver.tar.gz)
+sha512sums=('0a9d593a9fef3c5976dc63e2927f47d070121ed07e6dda727b0a715b72cfe560c83bdf26ce41fe07b8cb5b66b0660105848e3f7c5a84f222296eb422d1cd5cba')
+b2sums=('69a2b93c0ba8c50fb3f75a53cc224490ab31f55e24055932091e85032a637c2be6d937ab42f068a2937e5b9d8b6054fd756e89b9333f47a6b6b35c20a421ed49')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fiv
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-fuse
+  make
+}
+
+check() {
+  make -k check -C $pkgname-$pkgver
+}
+
+package() {
+  depends+=(libuuid.so)
+
+  make DESTDIR="$pkgdir/" install -C $pkgname-$pkgver
+  install -vDm 644 $pkgname-$pkgver/{AUTHORS,ChangeLog,README} -t "$pkgdir/usr/share/doc/$pkgname/"
+}



More information about the arch-commits mailing list