summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be7147962203..00001af967e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = janet
pkgdesc = A Digital life assistant (DLA) that provides a framework allowing various components to communicate, inspired by Iron Man's JARVIS
pkgver = 0.2.4
- pkgrel = 5
+ pkgrel = 6
url = http://sites.google.com/site/projectjanet
install = janet.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 16ffa398779c..0a6b78cf72d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=janet
pkgver=0.2.4
-pkgrel=5
+pkgrel=6
pkgdesc="A Digital life assistant (DLA) that provides a framework allowing various components to communicate, inspired by Iron Man's JARVIS"
arch=('i686' 'x86_64')
url="http://sites.google.com/site/projectjanet"
@@ -15,7 +15,7 @@ source=(http://sourceforge.net/projects/project-janet/files/Binaries/Bin.tar.gz)
sha256sums=('791006fcd1c424d0fea9380354261111c0d658a281fab841a4de64ef16a01db3')
package() {
- cd "${srcdir}"/Bin
+ cd "${srcdir}"
install -d "${pkgdir}"/usr/{bin,share/$pkgname/scripts}
cp -R ./* "${pkgdir}"/usr/share/$pkgname/.