diff options
Diffstat (limited to 'community/qcad/PKGBUILD')
-rw-r--r-- | community/qcad/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/qcad/PKGBUILD b/community/qcad/PKGBUILD index 2bee7ef10..b595d186f 100644 --- a/community/qcad/PKGBUILD +++ b/community/qcad/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 91963 2013-05-30 10:15:36Z spupykin $ +# $Id: PKGBUILD 92285 2013-06-03 13:57:13Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> # Contributor: Giovanni Scafora <linuxmania@gmail.com> @@ -6,11 +6,11 @@ pkgname=qcad pkgver=3.0.14.0 -pkgrel=1 +pkgrel=2 pkgdesc="A 2D CAD package based upon Qt" arch=('i686' 'x86_64' 'mips64el') url="http://www.ribbonsoft.com/qcad.html" -license=('GPL2') +license=('GPL3') depends=('qtwebkit') makedepends=('glu') options=(libtool) |