summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2016-11-13 00:04:29 +0100
committerJaroslav Lichtblau2016-11-13 00:04:29 +0100
commit6a94becb24a2a4c62ff9cbc912a440fffb8c29f5 (patch)
treefc15edbe75a002692b7ab731d63d31b403eaefb8
parent9a76e906b9b6bcb4f7c191dd81af9bc0b5c0f224 (diff)
downloadaur-janet.tar.gz
janet-0.2.4-21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7594a34749b3..953cadbaf0f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Aug 12 17:27:45 UTC 2016
+# Sat Nov 12 23:04:13 UTC 2016
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 = 20
+ pkgrel = 21
url = http://sites.google.com/site/projectjanet
install = janet.install
arch = i686
@@ -15,7 +15,7 @@ pkgbase = janet
depends = simon
optdepends = htk: For customizing simon
source = http://sourceforge.net/projects/project-janet/files/Binaries/Bin.tar.gz
- sha256sums = 6d739f7d88fee1505f673b1247f319c0812168ee66ea508993e5c408439e2be3
+ sha256sums = 8f579aa13b7c173c7c1cc58e1ccf549c164b4c6d6e8010903dbc4803890692a2
pkgname = janet
diff --git a/PKGBUILD b/PKGBUILD
index 5b293c4720a1..f20cbef859d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=janet
pkgver=0.2.4
-pkgrel=20
+pkgrel=21
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=('6d739f7d88fee1505f673b1247f319c0812168ee66ea508993e5c408439e2be3')
+sha256sums=('8f579aa13b7c173c7c1cc58e1ccf549c164b4c6d6e8010903dbc4803890692a2')
package() {
cd "${srcdir}"