Date: Tuesday, October 25, 2022 @ 01:13:42
Author: polyzen
Revision: 1334673
archrelease: copy trunk to community-x86_64
Added:
taplo-cli/repos/community-x86_64/PKGBUILD
(from rev 1334672, taplo-cli/trunk/PKGBUILD)
Deleted:
taplo-cli/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-25 01:13:22 UTC (rev 1334672)
+++ PKGBUILD 2022-10-25 01:13:42 UTC (rev 1334673)
@@ -1,34 +0,0 @@
-# Maintainer: Daniel M. Capella <[email protected]>
-# Contributor: Firegem <mrfiregem [at] protonmail [dot] ch>
-
-pkgname=taplo-cli
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='TOML toolkit written in Rust'
-arch=('x86_64')
-url=https://taplo.tamasfe.dev/cli/introduction.html
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-provides=("${pkgname%-cli}")
-options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate"
-
"$pkgname-$pkgver-LICENSE.md::https://raw.githubusercontent.com/tamasfe/taplo/release-$pkgname-$pkgver/LICENSE.md")
-b2sums=('af82ef776ad153d76a919c6c28bd5c03ac89aa7d8b13d2215204b071dd734990bc87ee8eab36cd80f7d9e67e76c47309555b384da8a647c413aeed09ff9b717d'
-
'2b1282c2e1b54a67fd56894ae96a1447d954b52fecdf0730d8c3fe7a95ccf79245e738588a9bda7262eb0ef2507cdeded228346358894d4bbfc540ec90069964')
-
-prepare() {
- cd $pkgname-$pkgver
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
- cd $pkgname-$pkgver
- cargo build --release --locked --offline --all-features
-}
-
-package() {
- cd $pkgname-$pkgver
- install -Dt "$pkgdir"/usr/bin target/release/${pkgname%-cli}
- install -Dm644 ../$pkgname-$pkgver-LICENSE.md
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}
Copied: taplo-cli/repos/community-x86_64/PKGBUILD (from rev 1334672,
taplo-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-25 01:13:42 UTC (rev 1334673)
@@ -0,0 +1,34 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+# Contributor: Firegem <mrfiregem [at] protonmail [dot] ch>
+
+pkgname=taplo-cli
+pkgver=0.7.2
+pkgrel=1
+pkgdesc='TOML toolkit written in Rust'
+arch=('x86_64')
+url=https://taplo.tamasfe.dev/cli/introduction.html
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+provides=("${pkgname%-cli}")
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate"
+
"$pkgname-$pkgver-LICENSE.md::https://raw.githubusercontent.com/tamasfe/taplo/release-$pkgname-$pkgver/LICENSE.md")
+b2sums=('54648d3fe31e34bd77e66dad7cdd85633ba0760850226739462e2a19d1c531b0e496670b8433b0b91207ed4e503d36fc557ffc9d5fcaabdaf92f22057d352354'
+
'2b1282c2e1b54a67fd56894ae96a1447d954b52fecdf0730d8c3fe7a95ccf79245e738588a9bda7262eb0ef2507cdeded228346358894d4bbfc540ec90069964')
+
+prepare() {
+ cd $pkgname-$pkgver
+ cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+ cd $pkgname-$pkgver
+ cargo build --release --locked --offline --all-features
+}
+
+package() {
+ cd $pkgname-$pkgver
+ install -Dt "$pkgdir"/usr/bin target/release/${pkgname%-cli}
+ install -Dm644 ../$pkgname-$pkgver-LICENSE.md
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}