diff options
author | root <root@rshg054.dnsready.net> | 2013-08-21 02:15:21 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-21 02:15:21 -0700 |
commit | 62b00d5bf76ef2c670dbeefe2051629d96ab7660 (patch) | |
tree | f04db1df7254ec8354311c9024cfd53a90fc6a79 /community/qcad | |
parent | 1ae31a85e191bbf7313077b472a66d1c24af1f74 (diff) |
Wed Aug 21 02:13:52 PDT 2013
Diffstat (limited to 'community/qcad')
-rw-r--r-- | community/qcad/PKGBUILD | 6 | ||||
-rw-r--r-- | community/qcad/QCad.desktop | 2 |
2 files changed, 4 insertions, 4 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 diff --git a/community/qcad/QCad.desktop b/community/qcad/QCad.desktop index 5841b786e..407319aa2 100644 --- a/community/qcad/QCad.desktop +++ b/community/qcad/QCad.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -Exec=/usr/share/qcad/qcad +Exec=/usr/bin/qcad Icon=/usr/share/pixmaps/qcad_icon.png Name=QCad StartupNotify=true |