summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2015-01-27 21:47:02 +0100
committerJaroslav Lichtblau2015-01-27 21:47:02 +0100
commit3ac69092fc673a28a5361770b3282b67c234bbde (patch)
treed7430716082a15c748c5e6880656464d367ac5fd
parent1fc7c05d34ce760546d125349169a340cf97ef7e (diff)
downloadaur-3ac69092fc673a28a5361770b3282b67c234bbde.tar.gz
janet-0.2.4-9
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e60de4a5696..5e64d50a5d12 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 = 8
+ pkgrel = 9
url = http://sites.google.com/site/projectjanet
install = janet.install
arch = i686
@@ -13,7 +13,7 @@ pkgbase = janet
depends = simon
optdepends = htk: For customizing simon
source = http://sourceforge.net/projects/project-janet/files/Binaries/Bin.tar.gz
- sha256sums = cc26a49a60edc1f728f44b5010b678d05ad87b2ba074028178233e954f706042
+ sha256sums = 14fa1c28c6c1bf04df1d60169f1211dc62e1ccd28855bb451ae35d096298af17
pkgname = janet
diff --git a/PKGBUILD b/PKGBUILD
index 61c2df0700fc..e136400d2992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=janet
pkgver=0.2.4
-pkgrel=8
+pkgrel=9
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"
@@ -12,7 +12,7 @@ depends=('monodevelop' 'festival' 'simon')
optdepends=('htk: For customizing simon')
install=$pkgname.install
source=(http://sourceforge.net/projects/project-janet/files/Binaries/Bin.tar.gz)
-sha256sums=('cc26a49a60edc1f728f44b5010b678d05ad87b2ba074028178233e954f706042')
+sha256sums=('14fa1c28c6c1bf04df1d60169f1211dc62e1ccd28855bb451ae35d096298af17')
package() {
cd "${srcdir}"