summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf3e3b36151d..5f9061df8987 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=librepo
-pkgver=1.14.0
+pkgver=1.14.1
pkgrel=1
pkgdesc="Repodata downloading library"
arch=('i686' 'x86_64')
@@ -7,11 +7,10 @@ url="https://github.com/rpm-software-management/$pkgname"
license=('LGPL2.1')
depends=('curl>=7.52.0' 'glib2' 'gpgme' 'libxml2' 'openssl' 'zchunk>=0.9.11')
makedepends=('cmake>=3.13' 'python')
-checkdepends=('check' 'python-flask' 'python-gpgme'
- 'python-pyxattr' 'python-requests')
+checkdepends=('check' 'python-gpgme' 'python-pyxattr' 'python-requests')
optdepends=('python: for python bindings')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('6ab965e7f94fbb0f2626b53c9547d342')
+sha256sums=('7094d04bda52de315d9f3b12047c0347185059580fdbddc78b2849962ab3c0e2')
build() {
cd "$pkgname-$pkgver"