diff options
Diffstat (limited to 'mirror/PKGBUILD')
-rw-r--r-- | mirror/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mirror/PKGBUILD b/mirror/PKGBUILD index 54ff2b7..46491a0 100644 --- a/mirror/PKGBUILD +++ b/mirror/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Aki <please at ignore pl> 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() { |