Date: Friday, March 3, 2023 @ 18:30:53
  Author: alerque
Revision: 1410119

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  132 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-03 18:30:44 UTC (rev 1410118)
+++ PKGBUILD    2023-03-03 18:30:53 UTC (rev 1410119)
@@ -1,66 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Daniel M. Capella <[email protected]>
-# Contributor: Wesley Moore <[email protected]>
-
-pkgname=difftastic
-pkgver=0.44.0
-_commit=54eb22ea989a982decd749c0cceec0b0ab7fda12
-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' 'shared-mime-info')
-makedepends=('cargo' 'git' 'mdbook' 'jq')
-source=("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
-
-  # run all ignored tests
-  # 
https://github.com/Wilfred/difftastic/commit/34f21c6d9f256f16cc5f77294bcca9e61cee3fd6
-  cargo test --frozen --all-features -- --ignored
-}
-
-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 1410118, 
difftastic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-03 18:30:53 UTC (rev 1410119)
@@ -0,0 +1,66 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Daniel M. Capella <[email protected]>
+# Contributor: Wesley Moore <[email protected]>
+
+pkgname=difftastic
+pkgver=0.45.0
+_commit=2d1a2c906e03720c9f74999a80af0ca84b707b29
+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' 'shared-mime-info')
+makedepends=('cargo' 'git' 'mdbook' 'jq')
+source=("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
+
+  # run all ignored tests
+  # 
https://github.com/Wilfred/difftastic/commit/34f21c6d9f256f16cc5f77294bcca9e61cee3fd6
+  cargo test --frozen --all-features -- --ignored
+}
+
+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
+}

Reply via email to