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

George Rawlinson grawlinson at gemini.archlinux.org
Tue Jul 12 17:30:45 UTC 2022


    Date: Tuesday, July 12, 2022 @ 17:30:45
  Author: grawlinson
Revision: 1250740

archrelease: copy trunk to community-x86_64

Added:
  difftastic/repos/community-x86_64/PKGBUILD
    (from rev 1250738, difftastic/trunk/PKGBUILD)
Deleted:
  difftastic/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  122 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-12 17:30:38 UTC (rev 1250739)
+++ PKGBUILD	2022-07-12 17:30:45 UTC (rev 1250740)
@@ -1,61 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Wesley Moore <wes at wezm.net>
-
-pkgname=difftastic
-pkgver=0.30.0
-_commit=36e11985ce941a5d8cde077f155dabcfb91757cd
-pkgrel=1
-pkgdesc='An experimental diff tool that compares files based on their syntax'
-arch=('x86_64')
-url='https://difftastic.wilfred.me.uk'
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('git' 'rust' 'mdbook')
-source=("$pkgname::git+https://github.com/Wilfred/difftastic.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # download dependencies
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname"
-  export CFLAGS+=" -ffat-lto-objects"
-
-  # binary
-  cargo build --frozen --release --all-features
-
-  # documentation
-  cd manual
-  mdbook build
-}
-
-check() {
-  cd "$pkgname"
-
-  cargo test --frozen --all-features
-}
-
-package() {
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" target/release/difft
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-  cp -vr manual/book "$pkgdir/usr/share/doc/$pkgname/manual"
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: difftastic/repos/community-x86_64/PKGBUILD (from rev 1250738, difftastic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-12 17:30:45 UTC (rev 1250740)
@@ -0,0 +1,61 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Wesley Moore <wes at wezm.net>
+
+pkgname=difftastic
+pkgver=0.31.0
+_commit=e545db85efaf9bb64a18d44f81fcfa7116704164
+pkgrel=1
+pkgdesc='An experimental diff tool that compares files based on their syntax'
+arch=('x86_64')
+url='https://difftastic.wilfred.me.uk'
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('git' 'rust' 'mdbook')
+source=("$pkgname::git+https://github.com/Wilfred/difftastic.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # download dependencies
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname"
+  export CFLAGS+=" -ffat-lto-objects"
+
+  # binary
+  cargo build --frozen --release --all-features
+
+  # documentation
+  cd manual
+  mdbook build
+}
+
+check() {
+  cd "$pkgname"
+
+  cargo test --frozen --all-features
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" target/release/difft
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+  cp -vr manual/book "$pkgdir/usr/share/doc/$pkgname/manual"
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



More information about the arch-commits mailing list