diff options
Diffstat (limited to 'config-pacman-mirrorlist-repomirror.PKGBUILD')
-rw-r--r-- | config-pacman-mirrorlist-repomirror.PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config-pacman-mirrorlist-repomirror.PKGBUILD b/config-pacman-mirrorlist-repomirror.PKGBUILD index 46a705e..0abbf9b 100644 --- a/config-pacman-mirrorlist-repomirror.PKGBUILD +++ b/config-pacman-mirrorlist-repomirror.PKGBUILD @@ -1,5 +1,5 @@ . ${BUILDFILE%/*}/common.sh -pkgver=20160713.1 +pkgver=20160713.2 provides=(pacman-mirrorlist) conflicts=(pacman-mirrorlist) @@ -11,4 +11,5 @@ add-file etc/pacman.d/mirrorlist <<EOF Server = https://repomirror.parabola.nu/\$repo/os/\$arch EOF +backup=($(find "$pkgdir" -printf '%P\n')) } |