[arch-commits] Commit in duf/repos/community-x86_64 (PKGBUILD PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Tue Feb 1 07:23:43 UTC 2022


    Date: Tuesday, February 1, 2022 @ 07:23:43
  Author: alerque
Revision: 1121801

archrelease: copy trunk to community-x86_64

Added:
  duf/repos/community-x86_64/PKGBUILD
    (from rev 1121800, duf/trunk/PKGBUILD)
Deleted:
  duf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-01 07:23:35 UTC (rev 1121800)
+++ PKGBUILD	2022-02-01 07:23:43 UTC (rev 1121801)
@@ -1,39 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Christian Muehlhaeuser <muesli at gmail dot com>
-
-pkgname=duf
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Disk Usage/Free Utility'
-arch=(x86_64)
-url="https://github.com/muesli/$pkgname"
-license=(MIT)
-depends=(glibc)
-makedepends=(git
-             go)
-_archive="$pkgname-$pkgver"
-source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('6f70fd0f0d51bfcfe20b8acc8c3a52573fc1ceed44ce97dbbb9d470bbe4467dc')
-
-build() {
-	local commit=$(zcat ${source[1]##*/} | git get-tar-commit-id)
-	local extraflags="-X main.Version=$pkgver -X main.CommitSHA=$commit"
-	export CGO_CPPFLAGS="$CPPFLAGS"
-	export CGO_CFLAGS="$CFLAGS"
-	export CGO_CXXFLAGS="$CXXFLAGS"
-	cd "$_archive"
-	go build \
-		-trimpath \
-		-buildmode=pie \
-		-mod=readonly \
-		-modcacherw \
-		-ldflags "-linkmode external $extraflags -extldflags \"$LDFLAGS\"" \
-		-o "$pkgname" .
-}
-
-package() {
-	cd "$_archive"
-	install -Dm0755 -t "$pkgdir/usr/bin/" "$pkgname"
-	install -Dm0644 -t "$pkgdir/usr/share/man/man1/" "$pkgname.1"
-	install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}

Copied: duf/repos/community-x86_64/PKGBUILD (from rev 1121800, duf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-01 07:23:43 UTC (rev 1121801)
@@ -0,0 +1,39 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Christian Muehlhaeuser <muesli at gmail dot com>
+
+pkgname=duf
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Disk Usage/Free Utility'
+arch=(x86_64)
+url="https://github.com/muesli/$pkgname"
+license=(MIT)
+depends=(glibc)
+makedepends=(git
+             go)
+_archive="$pkgname-$pkgver"
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('6b483e68ec783821d07f03cb85629832b8c6f302a7d1bca25af142f891381e8b')
+
+build() {
+	local commit=$(zcat ${source[1]##*/} | git get-tar-commit-id)
+	local extraflags="-X main.Version=$pkgver -X main.CommitSHA=$commit"
+	export CGO_CPPFLAGS="$CPPFLAGS"
+	export CGO_CFLAGS="$CFLAGS"
+	export CGO_CXXFLAGS="$CXXFLAGS"
+	cd "$_archive"
+	go build \
+		-trimpath \
+		-buildmode=pie \
+		-mod=readonly \
+		-modcacherw \
+		-ldflags "-linkmode external $extraflags -extldflags \"$LDFLAGS\"" \
+		-o "$pkgname" .
+}
+
+package() {
+	cd "$_archive"
+	install -Dm0755 -t "$pkgdir/usr/bin/" "$pkgname"
+	install -Dm0644 -t "$pkgdir/usr/share/man/man1/" "$pkgname.1"
+	install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}



More information about the arch-commits mailing list