summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d15c471d41e2..f40fce847aa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=satyr
-pkgver=0.27
+pkgver=0.30
pkgrel=1
pkgdesc='Automatic problem management with anonymous reports'
arch=('i686' 'x86_64')
-depends=('libelf' 'python')
+depends=('gperf' 'json-c' 'libelf' 'python')
makedepends=('python-sphinx' 'rpm-org')
url='https://github.com/abrt/satyr'
license=('GPL')
source=("${pkgname}-${pkgver}.tar.xz::https://github.com/abrt/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('8a2b2d63d0733ebf799604580c7aee9a54818847feedecf150a55f12d80f1819')
+sha256sums=('86315b614fdd3445417df99c357f121dce82b22944ec8d61635e171c4dbb624d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"