summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5534b2fd9639..141a22e675aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=satyr
-pkgver=0.20
+pkgver=0.21
pkgrel=1
pkgdesc='Automatic problem management with anonymous reports'
arch=('i686' 'x86_64')
+depends=('libelf' 'python')
makedepends=('python-sphinx')
url='https://github.com/abrt/satyr'
license=('GPL')
source=("https://fedorahosted.org/released/abrt/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('1257339d86ea5d7b96896c5fbe9b758c07f2fc37afc290c0dabbe49b93b55624')
+sha256sums=('9be4244d8d80de5e384cb4b2802f9b68921d65bc4ef14bc05b98e9cd06493b5c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"