Search Criteria
Package Details: crema-git 1.4-1
Git Clone URL: | https://aur.archlinux.org/crema-git.git (read-only) |
---|---|
Package Base: | crema-git |
Description: | Manage your custom Arch Linux repositories |
Upstream URL: | https://github.com/mipimipi/crema |
Licenses: | |
Submitter: | mipi |
Maintainer: | mipi |
Last Packager: | mipi |
Votes: | 1 |
Popularity: | 0.016926 |
First Submitted: | 2019-05-12 05:24 |
Last Updated: | 2019-06-30 08:50 |
Dependencies (5)
- aurutils (aurutils-git)
- devtools (devtools-git, devtools32-git)
- rsync (rsync-git, rsync-fadvise)
- git (git-git) (make)
- gnupg (gnupg-largekeys, gnupg-clavator, gnupg-git, gnupg-large-rsa, gnupg-large-secmem, gnupg-scdaemon-shared-access) (optional)
Latest Comments
mipi commented on 2019-06-08 23:32
@Kr1ss: Done.
Kr1ss commented on 2019-06-08 17:14
Sorry to bother you again, but the
pkgver()
function broke. Turns out it wasn't my best idea to suggest usinggit describe
, which only works as expected when the HEAD commit is tagged.Would you be so kind to change the
printf
statement to something likewhich should work anyways ? Thx !
Kr1ss commented on 2019-05-21 10:56
Fine, thx for the quick response and update !
mipi commented on 2019-05-21 05:00
Hi @Kr1ss, thanks for the hint. I've adjusted the PKGBUILD accordingly. Cheers, mipi
Kr1ss commented on 2019-05-20 20:38
Hello @mipi,
first of all, thx a lot for packaging this for the AUR, and for writing the script in the first place ! I would have a request though. Since this is a
-git
package, it is supposed to have a dynamic$pkgver
, which u can achieve by implementing an additional function similar to :At the current upstream status, this results in
1.1.r26.g64d3690
, so it represents the current release tag, the commit number and the last commit's sha1 hash; and it will automatically be updated on a package rebuild after a new upstream commit. Of course u could change this to your liking, but I would appreciate some kind of dynamic versioning.EDIT : Another thing. I guess you should change the first
install
command in thepackage()
function to something likeb/c your current
PKGBUILD
doesn't try to install the script in the/usr/bin/
folder but as/usr/bin
, obviously conflicting w/ quite every other package... ;-)Thx again, have a great one ! Cheers !