summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ae99e680e85..2960f0d331c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Christian Hesse <mail@eworm.de>
+# Contributor: Lex Black <autumn-wind@web.de>
+# Contributor: Christian Hesse <mail@eworm.de>
pkgname=satyr
-pkgver=0.30
-pkgrel=2
+pkgver=0.42
+pkgrel=1
pkgdesc='Automatic problem management with anonymous reports'
arch=('i686' 'x86_64')
depends=('gperf' 'json-c' 'libelf' 'python' 'rpm-tools')
@@ -10,7 +11,7 @@ makedepends=('python-sphinx')
url='https://github.com/abrt/satyr'
license=('GPL')
source=("${pkgname}-${pkgver}.tar.xz::https://github.com/abrt/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('86315b614fdd3445417df99c357f121dce82b22944ec8d61635e171c4dbb624d')
+sha256sums=('b3a550736835caa9beb94c39b0e8c18341915ca6a2c04c9a96e2fde6a331ec7d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"