diff options
| author | Tharre <tharre3@gmail.com> | 2021-12-16 16:49:48 +0100 | 
|---|---|---|
| committer | Tharre <tharre3@gmail.com> | 2021-12-16 16:49:48 +0100 | 
| commit | 24828a61b1538e0eaa574e655d6132e7859aa1e5 (patch) | |
| tree | 82b4776ec7619c88ea32e4b05aa761a54cfd0116 /PKGBUILD | |
| parent | f4a97b5e74ff68236bbaccc511c33334668f97f7 (diff) | |
| download | pkgbuilds-24828a61b1538e0eaa574e655d6132e7859aa1e5.tar.gz pkgbuilds-24828a61b1538e0eaa574e655d6132e7859aa1e5.tar.xz pkgbuilds-24828a61b1538e0eaa574e655d6132e7859aa1e5.zip  | |
Update to 2.0.11
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 6 | 
1 files changed, 3 insertions, 3 deletions
@@ -1,14 +1,14 @@  # Maintainer: Tharre <tharre3@gmail.com>  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'  | 
