librecad: update to 2.0.10

This commit is contained in:
gnastyle 2016-04-23 18:59:53 +02:00
parent 321ce02b27
commit 13bafaf0bd

View File

@ -1,7 +1,7 @@
# NOTE seems qt5 build are not fully ready yet, I prefer stick with qt4
pkgname=librecad
pkgver=2.0.9
pkgver=2.0.10
pkgrel=1
pkgdesc="A 2D CAD drawing tool based on the community edition of QCad"
arch=('x86_64')
@ -13,7 +13,7 @@ conflicts=('librecad-git')
replaces=('librecad-svn' 'caduntu' 'caduntu-svn')
install=librecad.install
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LibreCAD/LibreCAD/archive/${pkgver}.tar.gz")
sha256sums=('a0a14676e167430f23a2f00220c87d2b34d711e73a8ff2368024a998f425d677')
sha256sums=('ca24bede4f4a82816842e66aba3d280b0fde0b94b5dbc55a9a030b7906be6b13')
prepare() {
cd "${srcdir}/LibreCAD-${pkgver}"