[arch-commits] Commit in qwtplot3d/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Fri Nov 16 23:34:33 UTC 2012


    Date: Friday, November 16, 2012 @ 18:34:33
  Author: allan
Revision: 171260

upgpkg: qwtplot3d 0.2.7-5

remove unneeded mesa dep (FS#31991)

Modified:
  qwtplot3d/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-16 23:10:14 UTC (rev 171259)
+++ PKGBUILD	2012-11-16 23:34:33 UTC (rev 171260)
@@ -4,12 +4,13 @@
 
 pkgname=qwtplot3d
 pkgver=0.2.7
-pkgrel=4
+pkgrel=5
 pkgdesc="Qt/OpenGL-based C++ programming library containing 3d-widgets"
 arch=("i686" "x86_64")
 license=('custom:zlib')
 url="http://qwtplot3d.sourceforge.net/"
-depends=('qt' 'qwt' 'mesa')
+depends=('qt' 'qwt')
+makedepends=('mesa' 'glu')
 source=("http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$pkgver.tgz"
         qwtplot3d-gcc44.patch qwtplot3d-qt-4.8.0.patch)
 sha1sums=('4463fafb8420a91825e165da7a296aaabd70abea'




More information about the arch-commits mailing list