summaryrefslogtreecommitdiff
path: root/mirror/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'mirror/PKGBUILD')
-rw-r--r--mirror/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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
}