summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2015-02-06 20:10:25 +0100
committerJaroslav Lichtblau2015-02-06 20:10:25 +0100
commit0e744257eceb52badab2a0afe0536056395d514b (patch)
tree3ff43672eefe0e10990642bff4a2db5b1facba68
parent3ac69092fc673a28a5361770b3282b67c234bbde (diff)
downloadaur-0e744257eceb52badab2a0afe0536056395d514b.tar.gz
janet-0.2.4-10
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e64d50a5d12..a0ca8e1a053f 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 = 9
+ pkgrel = 10
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 = 14fa1c28c6c1bf04df1d60169f1211dc62e1ccd28855bb451ae35d096298af17
+ sha256sums = 503134c0c29f3df5393dc15293bd72edbeb5aeb27f25132dfb4b74ccca3896ce
pkgname = janet
diff --git a/PKGBUILD b/PKGBUILD
index e136400d2992..1ece3ab8a8a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=janet
pkgver=0.2.4
-pkgrel=9
+pkgrel=10
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=('14fa1c28c6c1bf04df1d60169f1211dc62e1ccd28855bb451ae35d096298af17')
+sha256sums=('503134c0c29f3df5393dc15293bd72edbeb5aeb27f25132dfb4b74ccca3896ce')
package() {
cd "${srcdir}"