Search Criteria
Package Details: xsudo-git 1.0.1_r0_g672bf02-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/xsudo-git.git (read-only, click to copy) |
|---|---|
| Package Base: | xsudo-git |
| Description: | A script to run GUI applications with pkexec |
| Upstream URL: | https://gitlab.com/davisrichard437/xsudo |
| Licenses: | MIT |
| Provides: | xsudo |
| Submitter: | davisrichard437 |
| Maintainer: | davisrichard437 |
| Last Packager: | davisrichard437 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-08-17 00:05 (UTC) |
| Last Updated: | 2022-12-10 19:45 (UTC) |
Dependencies (4)
- bash (bash-devel-gitAUR, bash-gitAUR)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, uutils-coreutils-gitAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
davisrichard437 commented on 2022-11-14 20:49 (UTC)
I hadn't before you brought it to my attention (which was the issue), but I did before you just rebuilt. And I did just check,
makepkg --printsrcinfo > .SRCINFOdoesn't change thepkgverorpkgrelfields in.SRCINFO. Again, I think that for*-gitand other VCS packages, thepkgverandpkgrelvariables are largely there to track the version of thePKGBUILDand thepkgver()function determines what actually gets built.robson commented on 2022-11-14 20:06 (UTC)
And before sending PKGBUILD to AUR do you execute this command
makepkg --printsrcinfo > .SRCINFOdavisrichard437 commented on 2022-11-14 19:29 (UTC)
To my knowledge (please correct me if I'm wrong), this is because the package build has a
pkgver()function that determines the actual version number. I hope I was following the directions for VCSPKGBUILDs properly, documentation here.robson commented on 2022-11-14 17:07 (UTC)
Now version
1.0.1_r0_g672bf02-1has built andauracledoes not report updates. But one thing puzzles me is why the version contained inPKGBUILD, i.e.1.0.1-2, is not being built.davisrichard437 commented on 2022-11-14 16:47 (UTC)
I believe it may have been a problem with the
.SRCINFOfile, and I hope it should be fixed now. Let me know!robson commented on 2022-11-14 13:51 (UTC)
Could you please tidy up with pkgver as I use
auraclewhich notifies me of updates in the AUR. And after buildingxsudoI have version v1.0.1 andauraclenotifies me that there is version v1.0_1_gbf7d6a8 and after issuing the commandtrizen -Syuv1.0.1 is built and so on.