summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15d5a48c474c..400f583e5e02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 26 04:33:17 UTC 2018
+# Fri Mar 9 04:36:08 UTC 2018
pkgbase = treesheets-git
pkgdesc = The ultimate replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases
- pkgver = r209.33f5539
+ pkgver = r219.c32e006
pkgrel = 1
url = http://treesheets.com
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 32378f4d203a..49e19d3c23fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=treesheets
pkgname=$_pkgname-git
-pkgver=r209.33f5539
+pkgver=r219.c32e006
pkgrel=1
pkgdesc='The ultimate replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases'
url='http://treesheets.com'
@@ -35,6 +35,7 @@ prepare() {
build() {
cd $_pkgname/src
make
+ make install
}
package() {
@@ -48,6 +49,7 @@ package() {
install -Dm755 $_pkgname "$pkgdir/usr/bin/$_pkgname"
install -dm755 "$pkgdir/usr/share/$_pkgname"
+ cp -R scripts "$pkgdir/usr/share/$_pkgname/scripts"
cp -R examples "$pkgdir/usr/share/$_pkgname/examples"
cp -R images "$pkgdir/usr/share/$_pkgname/images"
cp -R docs "$pkgdir/usr/share/$_pkgname/docs"