Re: [aur-general] How do you deal with pkgver() & version controlled PKGBUILDs?

2015-02-12 Thread Jashandeep Sohi
I asked here because I was hoping perhaps there was some way of disabling makepkg from editing PKGBUILDs. But, thanks for the git based solution; it'll get the job done. Do you happen to know why makepkg needs to update the pkgver variable, if it could just run the pkgver function every time? On

Re: [aur-general] How do you deal with pkgver() & version controlled PKGBUILDs?

2015-02-12 Thread Jeremy Audet
You can use `git add --patch` to add specific portions of a file to the git staging area. git add --patch PKGBUILD git checkout -- PKGBUILD

Re: [aur-general] How do you deal with pkgver() & version controlled PKGBUILDs?

2015-02-12 Thread Ido Rosen
Since this is a git question, it probably belongs on that project's mailing list. Anyhow, what I do is use git smudge/clean filters to ignore the line. Here's an example from a different application of smudge/clean filters of how to ignore specific lines in a file: http://stackoverflow.com/questi

[aur-general] How do you deal with pkgver() & version controlled PKGBUILDs?

2015-02-12 Thread Jashandeep Sohi
Hi, I'm using git to version control my PKGBUILDs. Most of them build stable versions of packages using a static pkgver; however, some of them build unstable versions (from git, hg, etc.), and make use of the pkgver() function to compute a pkgver on build time. The problem that I'm having is that

[aur-general] Signoff report for [community-testing]

2015-02-12 Thread Arch Website Notification
=== Signoff report for [community-testing] === https://www.archlinux.org/packages/signoffs/ There are currently: * 0 new packages in last 24 hours * 0 known bad packages * 0 packages not accepting signoffs * 0 fully signed off packages * 20 packages missing signoffs * 1 package older than 14 days