[arch-commits] Commit in difftastic/repos/community-x86_64 (PKGBUILD PKGBUILD)
George Rawlinson
grawlinson at gemini.archlinux.org
Mon Apr 11 07:32:34 UTC 2022
Date: Monday, April 11, 2022 @ 07:32:33
Author: grawlinson
Revision: 1185821
archrelease: copy trunk to community-x86_64
Added:
difftastic/repos/community-x86_64/PKGBUILD
(from rev 1185820, difftastic/trunk/PKGBUILD)
Deleted:
difftastic/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 120 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 60 insertions(+), 60 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-11 07:31:50 UTC (rev 1185820)
+++ PKGBUILD 2022-04-11 07:32:33 UTC (rev 1185821)
@@ -1,60 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: Wesley Moore <wes at wezm.net>
-
-pkgname=difftastic
-pkgver=0.26.0
-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')
-options=('!lto')
-_commit='d7b67f267a2282d5472a85a77de69dfacd2f7efa'
-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"
-
- # 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 1185820, difftastic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-11 07:32:33 UTC (rev 1185821)
@@ -0,0 +1,60 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Wesley Moore <wes at wezm.net>
+
+pkgname=difftastic
+pkgver=0.26.3
+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')
+options=('!lto')
+_commit='2a28bf6d542732efe339d91f1e1a95f4f7fd4ea0'
+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"
+
+ # 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