Search Criteria
Package Details: vtex2-bin 0.1.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vtex2-bin.git (read-only, click to copy) |
---|---|
Package Base: | vtex2-bin |
Description: | A VTF conversion and creation tool |
Upstream URL: | https://github.com/StrataSource/vtex2 |
Licenses: | MIT |
Conflicts: | vtex2 |
Provides: | vtex2 |
Submitter: | doclic |
Maintainer: | doclic |
Last Packager: | doclic |
Votes: | 1 |
Popularity: | 0.001740 |
First Submitted: | 2023-04-03 11:40 (UTC) |
Last Updated: | 2024-01-11 23:38 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libglvnd (libglvnd-gitAUR)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
Latest Comments
doclic commented on 2024-01-11 23:41 (UTC)
Thanks for the patches, they're merged now. I wrote these packages before I really knew how PKGBUILDs were written which is why they're so messy.
HurricanePootis commented on 2024-01-11 21:34 (UTC)
I don't even know where to being with this PKGBUILD. Using curl and trying to scrape the pkgver in the PKGVER of a
-bin
package is such a lazy and messy way to do things, not to mention wholly inappropriate. I have cleaned up this mess of a package with the following patch.