From 9500f973eff817239211538e7b9ae1575f249573 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 7 May 2023 14:10:27 +0200 Subject: Upadeted dependencies of mirror --- mirror/.SRCINFO | 7 ++++--- mirror/PKGBUILD | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/mirror/.SRCINFO b/mirror/.SRCINFO index b21073f..fe382fb 100644 --- a/mirror/.SRCINFO +++ b/mirror/.SRCINFO @@ -1,10 +1,11 @@ pkgbase = mirror pkgdesc = Script that copies git repositories in bulk - pkgver = 7c308f9 + pkgver = 939ac08 pkgrel = 1 arch = any license = None - source = https://git.ignore.pl/mirror/snapshot/mirror-7c308f9.tar.gz - sha256sums = 39efe4c01288fdab75412c8ec032c7a2210a4456fef97e62262d2df3b57f81f2 + depends = url + source = https://git.ignore.pl/mirror/snapshot/mirror-939ac08.tar.gz + sha256sums = 68582195c089f749758930f10fb407bc8e68bca647cfb29b55434e2c07b60da8 pkgname = mirror diff --git a/mirror/PKGBUILD b/mirror/PKGBUILD index 54ff2b7..46491a0 100644 --- a/mirror/PKGBUILD +++ b/mirror/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Aki pkgname=mirror -pkgver=7c308f9 -pkgrel=1 +pkgver=939ac08 +pkgrel=2 license=(None) pkgdesc='Script that copies git repositories in bulk' arch=(any) -depends=(python-url) +depends=(url) source=("https://git.ignore.pl/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz") -sha256sums=('39efe4c01288fdab75412c8ec032c7a2210a4456fef97e62262d2df3b57f81f2') +sha256sums=('68582195c089f749758930f10fb407bc8e68bca647cfb29b55434e2c07b60da8') build() { -- cgit v1.1