Update librecad to 2.0.5.

This commit is contained in:
Jeff Huang 2014-08-30 07:03:44 +00:00
parent 3ccd552447
commit c586b50cff

View File

@ -2,19 +2,19 @@
# Contributions from AUR: https://aur.archlinux.org/packages/librecad/
pkgname=librecad
pkgver=2.0.4
pkgver=2.0.5
pkgrel=1
pkgdesc="A 2D CAD drawing tool based on the community edition of QCad"
arch=('x86_64')
url="http://www.librecad.org/"
license=('GPL')
depends=('qt5-base' 'qt5-svg' 'qt5-tools' 'libxcb' 'muparser')
makedepends=('boost' 'imagemagick')
makedepends=('boost' 'imagemagick' 'librsvg')
conflicts=('librecad-git')
replaces=('librecad-svn' 'caduntu' 'caduntu-svn')
install=librecad.install
source=("${pkgname}-${pkgver}.tar.gz::https://codeload.github.com/LibreCAD/LibreCAD/tar.gz/${pkgver}")
sha256sums=('e3d3f65a4510f1bb0d2b94e9917fa16c3f6425cf8e18d233857997e4e13d22f7')
sha256sums=('a94d7d8ee225ea14e606bff1d3dc3a827c4dc4cf5f3c6a47b1ab6249eda702fe')
prepare() {
cd "${srcdir}/LibreCAD-${pkgver}"