summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2010-06-11 07:25:09 -0500
committerVictor Lowther <victor.lowther@gmail.com>2010-06-11 07:25:09 -0500
commiteaebe53f016fb1a875a13de225b1d9d4e2db197c (patch)
tree5c99341013b26616696be0d040cd735d3f3e311b
parent9b059c01da46c12d026002ebaeb5a3c0cdd59a78 (diff)
Update provides= line in PKGBUILD to privide version 9999
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c395bf4..9d0fc63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=('i686' 'x86_64')
url="http://pm-utils.freedesktop.org"
license=('GPL')
conflicts=('pm-utils')
-provides=('pm-utils')
+provides=('pm-utils=9999')
depends=('bash' 'procps' 'vbetool' 'pm-quirks')
optdepends=('upower')
makedepends=('xmlto' 'docbook-xml' 'docbook-xsl' 'git')