From 24828a61b1538e0eaa574e655d6132e7859aa1e5 Mon Sep 17 00:00:00 2001 From: Tharre Date: Thu, 16 Dec 2021 16:49:48 +0100 Subject: Update to 2.0.11 --- .SRCINFO | 14 ++++++-------- PKGBUILD | 6 +++--- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 86651ca..07aa9e8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,19 +1,17 @@ pkgbase = grokmirror pkgdesc = Framework to smartly mirror git repositories - pkgver = 1.2.0 + pkgver = 2.0.11 pkgrel = 1 url = https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git arch = any license = GPL3 - depends = python-setuptools - depends = python-anyjson - depends = python-gitpython - depends = python-enlighten - source = https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git/snapshot/grokmirror-1.2.0.tar.gz - source = https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git/snapshot/grokmirror-1.2.0.tar.asc + makedepends = python-setuptools + depends = python-requests + depends = python-packaging + source = https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git/snapshot/grokmirror-2.0.11.tar.gz + source = https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git/snapshot/grokmirror-2.0.11.tar.asc validpgpkeys = DE0E66E32F1FDD0902666B96E63EDCA9329DD07E sha256sums = SKIP sha256sums = SKIP pkgname = grokmirror - diff --git a/PKGBUILD b/PKGBUILD index 4aad3fb..b547964 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Tharre pkgname=grokmirror -pkgver=1.2.0 +pkgver=2.0.11 pkgrel=1 pkgdesc='Framework to smartly mirror git repositories' url='https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git' arch=('any') license=('GPL3') -depends=('python-setuptools' 'python-anyjson' 'python-gitpython' - 'python-enlighten') +depends=('python-requests' 'python-packaging') +makedepends=('python-setuptools') source=(https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git/snapshot/grokmirror-${pkgver}.tar.{gz,asc}) validpgpkeys=('DE0E66E32F1FDD0902666B96E63EDCA9329DD07E') # Konstantin Ryabitsev sha256sums=('SKIP' -- cgit v1.2.3-70-g09d2