summaryrefslogtreecommitdiff
path: root/community/qcad
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-08 04:01:08 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-08 04:01:08 +0000
commit740a52614d0b18baf8d2177a89036a29c8cd3bd8 (patch)
tree9aaad8a79eccd1cb350597b1cb3b34ab507ff725 /community/qcad
parent2d7e9da010b34660baba072183cce7664dc8956c (diff)
Thu May 8 03:53:28 UTC 2014
Diffstat (limited to 'community/qcad')
-rw-r--r--community/qcad/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/qcad/PKGBUILD b/community/qcad/PKGBUILD
index 0ffb49aa0..8782ab8a3 100644
--- a/community/qcad/PKGBUILD
+++ b/community/qcad/PKGBUILD
@@ -1,27 +1,29 @@
-# $Id: PKGBUILD 105852 2014-02-16 14:13:56Z spupykin $
+# $Id: PKGBUILD 110806 2014-05-07 14:28:43Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: Giovanni Scafora <linuxmania@gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=qcad
-pkgver=3.4.6.0
+pkgver=3.4.7.1
pkgrel=1
pkgdesc="A 2D CAD package based upon Qt"
arch=('i686' 'x86_64')
-url="http://www.ribbonsoft.com/qcad.html"
+url="http://www.qcad.org"
license=('GPL3')
depends=('qtwebkit')
makedepends=('glu')
options=('libtool')
source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
QCad.desktop)
-md5sums=('b446738ba71ee0a0ba1431b95d07a2fd'
+md5sums=('b1ac7f138407369089218ce02ef304ed'
'84f189dd152e7614a1265659dac6222d')
prepare() {
cd ${srcdir}/qcad-$pkgver
sed -i '1,1i#include <stdint.h>' src/core/RThread.cpp
+ (cd src/3rdparty && cp -a qt-labs-qtscriptgenerator-4.8.5 qt-labs-qtscriptgenerator-4.8.6)
+ (cd src/3rdparty/qt-labs-qtscriptgenerator-4.8.6/ && mv qt-labs-qtscriptgenerator-4.8.5.pro qt-labs-qtscriptgenerator-4.8.6.pro)
}
build() {