summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2015-02-26 18:04:40 +0100
committerJaroslav Lichtblau2015-02-26 18:04:40 +0100
commit2e394bc7f3d6fe20782bea28b4fe624a86b998d7 (patch)
tree8f1ac4b0dd4ebf9e85a57b48ba8a4e4163fd8f09
parent0e744257eceb52badab2a0afe0536056395d514b (diff)
downloadaur-2e394bc7f3d6fe20782bea28b4fe624a86b998d7.tar.gz
janet-0.2.4-11
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0ca8e1a053f..8a88413058d9 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 = 10
+ pkgrel = 11
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 = 503134c0c29f3df5393dc15293bd72edbeb5aeb27f25132dfb4b74ccca3896ce
+ sha256sums = 83462b4bd66a21294f574985dc5466190c160e52f4d5988274861d03ed0edd67
pkgname = janet
diff --git a/PKGBUILD b/PKGBUILD
index 1ece3ab8a8a7..e6ce36bf2c75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=janet
pkgver=0.2.4
-pkgrel=10
+pkgrel=11
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=('503134c0c29f3df5393dc15293bd72edbeb5aeb27f25132dfb4b74ccca3896ce')
+sha256sums=('83462b4bd66a21294f574985dc5466190c160e52f4d5988274861d03ed0edd67')
package() {
cd "${srcdir}"