summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin MacMartin2019-08-01 00:32:07 -0400
committerKevin MacMartin2019-08-01 00:32:07 -0400
commit3ba136048263c73b200b0b9cb5b40b18bcb3720e (patch)
treecf76b4f7d573e1d3c7ee9b07e3e4aaca7db28d00 /PKGBUILD
parent7701ee74bbaa9c119f57a0bc521eedae165472a2 (diff)
downloadaur-3ba136048263c73b200b0b9cb5b40b18bcb3720e.tar.gz
Update to r255.2bc915d and fix the build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67521c20875a..757914d875ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=treesheets
pkgname=$_pkgname-git
-pkgver=r244.754b839
+pkgver=r255.2bc915d
pkgrel=1
pkgdesc='The ultimate replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases'
url='http://treesheets.com'
license=('zlib')
depends=('wxgtk')
-makedepends=('git')
+makedepends=('cmake' 'git')
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
source=(
@@ -33,9 +33,9 @@ prepare() {
}
build() {
- cd $_pkgname/src
+ cd $_pkgname
+ cmake -DCMAKE_BUILD_TYPE=Release
make
- make install
}
package() {