Thanks - it works. Yes, it would be convenient to update pkgver for every new result of "git describe". By this "yaourt -Syau" recognize every new version.
Search Criteria
Package Details: powertop-git 2.7.r17.g98f5452-1
Git Clone URL: | https://aur.archlinux.org/powertop-git.git (read-only) |
---|---|
Package Base: | powertop-git |
Description: | A tool to diagnose issues with power consumption and power management, git version |
Upstream URL: | https://01.org/powertop/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | None |
Maintainer: | matt64 |
Last Packager: | matt64 |
Votes: | 51 |
Popularity: | 0.381627 |
First Submitted: | 2010-01-18 16:46 |
Last Updated: | 2015-06-11 15:55 |
Latest Comments
jojo4u commented on 2015-12-29 14:51
Raimar commented on 2014-08-15 15:38
matt64 commented on 2014-08-15 08:35
Ok fixed it. Shall I update the pkgver every time there's a new git tag ?
Raimar commented on 2014-08-14 11:11
Currently after updating, it is updating again. Package version should be pkgver=2.6.1.r18.ga5465a2 without trailing "-1".
BlackLotus89 commented on 2013-07-03 07:37
KaiSforzas PKGBUILD seems better suited for this.
KaiSforza commented on 2013-04-06 02:32
Please update this package. I have it in my git repository, with the correct description= line and correct pkgver() function.
You are also missing dependencies.
https://github.com/KaiSforza/archlinux-pkgbuilds/blob/master/vcs/powertop-git/PKGBUILD
BlackLotus89 commented on 2012-08-10 09:29
Maybe you could change ./configure to
./configure --prefix=/usr
I don't want my packages in /usr/local
pnorcks commented on 2012-06-08 17:48
oktoberfest: This is a bug in gettext, since it is using soon-to-be-obsolete autoconf macros provided by automake.
Anonymous comment on 2012-06-08 10:59
Hi,
this package does not compile anymore after upgrading from automake-1.11.5-1-any.pkg.tar.xz to automake-1.12.1-1-any.pkg.tar.xz :
autoreconf: running: automake --add-missing --copy --no-force
automake: warnings are treated as errors
configure.ac:14: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and will soon be removed.
configure.ac:14: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:14: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
configure.ac:17: installing './ar-lib'
configure.ac:24: installing './compile'
configure.ac:14: installing './config.guess'
configure.ac:14: installing './config.sub'
configure.ac:6: installing './install-sh'
configure.ac:6: installing './missing'
pevent/Makefile.am: installing './depcomp'
autoreconf: automake failed with exit status: 1
taylorchu commented on 2012-05-11 04:33
I updated the file. At least it works on my machine.
-git (and other VCS packages) versions and release numbers are not increased when upstreams does commits, it's changed only when PKGBUILD ist changed.
https://wiki.archlinux.org/index.php/VCS_package_guidelines
"If the resulting package is different after changing the dependencies, URL, sources, etc. increasing the pkgrel is mandatory. Touching the pkgver is not."
https://bbs.archlinux.org/viewtopic.php?id=179454