diff options
author | root <root@rshg054.dnsready.net> | 2013-03-05 00:04:04 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-05 00:04:04 -0800 |
commit | 582035722561a5ecbadc13abc26331353d810567 (patch) | |
tree | 5675deeca2920b9049898c22334a3d5972259547 /extra/qwt/PKGBUILD | |
parent | 6b7f3479bf5f3c96f92b3962af6cbf74d627e474 (diff) |
Tue Mar 5 00:04:04 PST 2013
Diffstat (limited to 'extra/qwt/PKGBUILD')
-rw-r--r-- | extra/qwt/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/qwt/PKGBUILD b/extra/qwt/PKGBUILD index 3e14cf1c7..6ea145189 100644 --- a/extra/qwt/PKGBUILD +++ b/extra/qwt/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 179088 2013-03-03 09:38:46Z andrea $ +# $Id: PKGBUILD 179293 2013-03-04 21:34:48Z andrea $ # Maintainer: Ronald van Haren <ronald.archlinux.org> pkgname=qwt pkgver=6.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Qt Widgets for Technical Applications" arch=('i686' 'x86_64') url="http://qwt.sourceforge.net/" @@ -37,7 +37,7 @@ package() { # needed by qmake (FS#30407) install -d "${pkgdir}"/usr/share/qt4/mkspecs/features/ - install -m644 qwtconfig.pri qwt.prf \ + install -m644 qwtconfig.pri qwt.prf qwtfunctions.pri \ "${pkgdir}"/usr/share/qt4/mkspecs/features/ # move man pages |