Package Details: tailwindcss-bin 4.1.7-1

Git Clone URL: https://aur.archlinux.org/tailwindcss-bin.git (read-only, click to copy)
Package Base: tailwindcss-bin
Description: Standalone Tailwind CLI without dependency on Node.js
Upstream URL: https://tailwindcss.com
Keywords: tailwind
Licenses: MIT
Conflicts: tailwindcss
Provides: tailwindcss
Submitter: MatejLach
Maintainer: minhnbnt
Last Packager: minhnbnt
Votes: 2
Popularity: 0.000577
First Submitted: 2022-09-04 15:04 (UTC)
Last Updated: 2025-05-15 16:26 (UTC)

Dependencies (1)

Required by (2)

Sources (3)

Latest Comments

pdf commented on 2025-05-13 00:29 (UTC) (edited on 2025-05-13 00:31 (UTC) by pdf)

Relative path to LICENSE.txt breaks under AUR helpers such as paru (at least when chroot is enabled):

==> Starting package()...
install: cannot stat '../LICENSE.txt': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

Fully qualified path appears to solve the problem:

--- a/PKGBUILD  2025-05-13 10:25:06.301833732 +1000
+++ b/PKGBUILD 10:23:48.570565644 +1000
@@ -24,5 +24,5 @@
        install -d "${pkgdir}/usr/bin"

        install -Dm755 "tailwindcss-${pkgver}-${CARCH}" "${pkgdir}/usr/bin/tailwindcss"
-       install -Dm644 "../LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+       install -Dm644 "${startdir}/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }

uwunya commented on 2025-03-08 07:11 (UTC)

just shows the bun help menu when running but works with options=(!strip)

Zatzou commented on 2025-03-06 11:54 (UTC)

This package has been broken now since the "bump to v4.0.9" commit as the options = !strip was removed and this package breaks when it is stripped.

andradei commented on 2024-05-04 04:11 (UTC)

I'm getting Pkg: Error reading from file. when running it. if that info is useful: I deleted the AUR tailwindcss package right before installing this one.

judorange commented on 2024-02-21 09:51 (UTC) (edited on 2024-02-21 09:51 (UTC) by judorange)

New release: https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.1

Edit the PKGBUILD with:
- pkgver=3.4.1
- sha256sums=('a6814cc8fb6e573dd637352093f3b8e927c5c8628b1ff87826652935af1430b1')