Package Details: dprint 0.45.1-1

Git Clone URL: https://aur.archlinux.org/dprint.git (read-only, click to copy)
Package Base: dprint
Description: Pluggable and configurable code formatting platform
Upstream URL: https://github.com/dprint/dprint
Licenses: MIT
Conflicts: dprint-bin
Provides: dprint
Submitter: lmartinez-mirror
Maintainer: Gobidev
Last Packager: Gobidev
Votes: 3
Popularity: 0.003223
First Submitted: 2021-10-10 02:12 (UTC)
Last Updated: 2024-04-15 12:23 (UTC)

Latest Comments

zefr0x commented on 2023-07-09 00:36 (UTC) (edited on 2023-07-09 00:37 (UTC) by zefr0x)

Would be a great thing to generate the shell completions and install them where they should be using the PKGBUILD.

For how to generate them, here is dprint's docs: https://dprint.dev/cli/#shell-completions

Here is a guide from the wiki: https://wiki.archlinux.org/title/Shell_package_guidelines#Shell_completions

Here is an example (they were generated at build time, not like dprint): https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=foxmarks

Gobidev commented on 2022-11-22 09:41 (UTC)

Diff for 0.33.0:

diff --git a/PKGBUILD b/PKGBUILD
index 186f8cd..fe1d585 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Hoàng Văn Khải <hvksmr1996@gmail.com>

 pkgname=dprint
-pkgver=0.32.2
+pkgver=0.33.0
 pkgrel=1
 pkgdesc='Pluggable and configurable code formatting platform'
 arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('bzip2')
 makedepends=('cargo')
 options=('!lto') ## interferes with compiling
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('2ec5e9600463dd925e0b19c5efcdad604885dcc186c5d913317060e4685f92a1')
+sha256sums=('4629811063025528b9c51393686b6a7cbcefdbeba3e5c4653242a7518b58e69d')

 prepare() {
    cd "$pkgname-$pkgver"

hvksmr1996 commented on 2022-03-16 03:21 (UTC)

I have disowned dprint-bin. You may adopt it if you like: https://aur.archlinux.org/packages/dprint-bin