summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2016-08-12 19:27:49 +0200
committerJaroslav Lichtblau2016-08-12 19:27:49 +0200
commit9a76e906b9b6bcb4f7c191dd81af9bc0b5c0f224 (patch)
treee0041613b806f3816312d87e05d3f3c0f1fbde5c
parent1a227b9f2fc3659807dc526f38572243e2a08bf5 (diff)
downloadaur-9a76e906b9b6bcb4f7c191dd81af9bc0b5c0f224.tar.gz
janet 0.2.4-20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06121a2fd939..7594a34749b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 15 15:11:32 UTC 2016
+# Fri Aug 12 17:27:45 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 = 18
+ pkgrel = 20
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 = 75b145c7746cf20f7ba42b0a98ab84a49d8ab20524594f166a4028e6f215d971
+ sha256sums = 6d739f7d88fee1505f673b1247f319c0812168ee66ea508993e5c408439e2be3
pkgname = janet
diff --git a/PKGBUILD b/PKGBUILD
index c3ae9d5350c7..5b293c4720a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=janet
pkgver=0.2.4
-pkgrel=19
+pkgrel=20
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=('8eb123bd5d7f84fc7f8e7d17b161bbaee5e48e315fd4c9df14e15f1393055f41')
+sha256sums=('6d739f7d88fee1505f673b1247f319c0812168ee66ea508993e5c408439e2be3')
package() {
cd "${srcdir}"