summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLoic Blot2018-08-05 13:41:52 +0200
committerLoic Blot2018-08-05 13:41:52 +0200
commitfedfcfd4ede9f47ff1a61956ab03b23e8d8e517f (patch)
tree6b9b0f6afd6c090e02d2eb0f5d8f72bd2d6b14b2 /PKGBUILD
parenta940024a3892fd811a502f4f9dbb2ed9d1898352 (diff)
downloadaur-hindsight.tar.gz
hindsight 0.15.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6884b2019db..7096246ab828 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Loic Blot <https://www.unix-experience.fr>
pkgname=hindsight
-pkgver=0.14.2
+pkgver=0.15.0
pkgrel=1
pkgdesc="Hindsight - light weight data processing skeleton"
source=("https://github.com/mozilla-services/hindsight/archive/v$pkgver.tar.gz")
-sha256sums=('439d0e7b6adcc74ef50d73e31daa5bb802bbeacd0770daada32f0a5af00f15c0')
+sha256sums=('5887a9404400cc7cc90a4d89b1936789117c935104be4169873b95b291a1f030')
arch=('i686' 'x86_64')
license=('MPL')
makedepends=('cmake')
-depends=("libluasandbox")
+depends=("libluasandbox>=1.3.0")
_buildroot="release"
build() {