Search Criteria
Package Details: libgdsii-git 20190411-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libgdsii-git.git (read-only, click to copy) |
---|---|
Package Base: | libgdsii-git |
Description: | C++ library for working with GDSII binary data files |
Upstream URL: | https://github.com/HomerReid/libGDSII |
Licenses: | GPL2 |
Provides: | libgdsii |
Submitter: | heitzmann |
Maintainer: | heitzmann |
Last Packager: | heitzmann |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-01-04 10:14 (UTC) |
Last Updated: | 2022-06-05 23:50 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (1)
- meep-git (optional)
Latest Comments
MarsSeed commented on 2022-06-05 17:24 (UTC)
In case you choose to heed my advice, the following formula would suffice for versioned provides for now:
(No need to add epoch to the provides field, as there is no stable libgdsii package in Arch/AUR repo to align to.)
MarsSeed commented on 2022-06-05 17:20 (UTC) (edited on 2022-06-05 17:20 (UTC) by MarsSeed)
If you implement the git tag based pkgver(), you'll need to add
epoch=1
to the beginning (package variables) section of the PKGBUILD.Otherwise the current
20181030
will be evaluated by the package manager as a bigger number than the last tagged version, which is0.21
. :)MarsSeed commented on 2022-06-05 17:17 (UTC)
Please kindly add git tag based pkgver(), as there are tags, finally. :)
Also please add versioned provides for 'libgdsii' if you implement the aforementioned change. Thank you!