Update librecad to 2.0.7.

This commit is contained in:
Jeff Huang 2015-01-13 11:18:56 +00:00
parent c7fe4eab19
commit ef87de5994

View File

@ -2,7 +2,7 @@
# Contributions from AUR: https://aur.archlinux.org/packages/librecad/
pkgname=librecad
pkgver=2.0.6
pkgver=2.0.7
pkgrel=1
pkgdesc="A 2D CAD drawing tool based on the community edition of QCad"
arch=('x86_64')
@ -14,7 +14,7 @@ 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=('c77f3c5b53fed029bcde8c209b19c6466acc2b3c6726f0fbdec8cac5fd150ccb')
sha256sums=('c8ae88be5e2d1cac9c979c2922b52d33d4f156bff63ea217c646f6bc07f88c0d')
prepare() {
cd "${srcdir}/LibreCAD-${pkgver}"