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 f133adb14..45e62a019 100644 --- a/community/qcad/PKGBUILD +++ b/community/qcad/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 95459 2013-08-12 13:58:43Z spupykin $ +# $Id: PKGBUILD 96151 2013-08-20 11:37:41Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> # Contributor: Giovanni Scafora <linuxmania@gmail.com> @@ -6,7 +6,7 @@ pkgname=qcad pkgver=3.2.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="A 2D CAD package based upon Qt" arch=('i686' 'x86_64') url="http://www.ribbonsoft.com/qcad.html" @@ -17,7 +17,7 @@ options=(libtool) source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz QCad.desktop) md5sums=('6dd9c47742a0193a739d390e81ca67d0' - '8c4288986b78b14a813b005e81b6ba53') + '35100eaedbdf6625f6e6a09b177854cd') prepare() { cd ${srcdir}/qcad-$pkgver |