diff options
Diffstat (limited to 'mirror')
-rw-r--r-- | mirror/.SRCINFO | 4 | ||||
-rw-r--r-- | mirror/PKGBUILD | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mirror/.SRCINFO b/mirror/.SRCINFO index e9a2ae4..41d17a1 100644 --- a/mirror/.SRCINFO +++ b/mirror/.SRCINFO @@ -1,11 +1,11 @@ pkgbase = mirror pkgdesc = Script that copies git repositories in bulk - pkgver = 20231231.1 + pkgver = 20240101.3 pkgrel = 1 arch = any license = None depends = url - source = mirror::git+https://git.ignore.pl/mirror#commit=9a0b52d + source = mirror::git+https://git.ignore.pl/mirror#commit=e86cd13 sha256sums = SKIP pkgname = mirror diff --git a/mirror/PKGBUILD b/mirror/PKGBUILD index fca1086..217efea 100644 --- a/mirror/PKGBUILD +++ b/mirror/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Aki <please at ignore pl> pkgname=mirror -_commit=9a0b52d -pkgver=20231231.1 +_commit=e86cd13 +pkgver=20240101.3 pkgrel=1 license=(None) pkgdesc='Script that copies git repositories in bulk' @@ -25,5 +25,5 @@ build() { package() { cd "${srcdir}/${pkgname}" - DESTDIR="${pkgdir}" PREFIX="/usr" make install + make DESTDIR="${pkgdir}" PREFIX="/usr" install } |