summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Keen2018-08-04 18:34:12 -0400
committerKyle Keen2018-08-04 18:34:12 -0400
commit9bc3e185684088c8bcc52f0e3f666ae1d648f1e3 (patch)
tree94506285c712ba5e0f66695a950d8bb88bedec3f /PKGBUILD
parent2ed070201c2444158293b252447e58fdb5d357e3 (diff)
downloadaur-9bc3e185684088c8bcc52f0e3f666ae1d648f1e3.tar.gz
new deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e2d9a56d1c1..5b58c5d88046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Torsten Wagner <tottiwagner@yahoo.de>
pkgname=openscad-git
-pkgver=20171107
+pkgver=20180713
pkgrel=1
pkgdesc="The programmers solid 3D CAD modeller"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL2')
url="http://openscad.org/"
provides=('openscad')
conflicts=('openscad')
-depends=('qt5-base' 'qscintilla-qt5' 'cgal' 'opencsg' 'boost-libs')
+depends=('qt5-base' 'qscintilla-qt5' 'cgal' 'opencsg' 'boost-libs' 'qt5-multimedia' 'libzip')
makedepends=('git' 'boost' 'eigen' 'imagemagick' 'ccache')
source=('git+https://github.com/openscad/openscad.git'
'git+https://github.com/openscad/MCAD.git')
@@ -22,6 +22,7 @@ _gitbranch="master"
pkgver() {
cd "$_gitname"
git show -s --format="%ci" HEAD | sed -e 's/-//g' -e 's/ .*//'
+ #git describe --always --tags | sed 's/-/./g'
}
build() {