summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-24 22:51:14 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-24 22:51:14 -0400
commit8e670c23359134af39b1c97173895c09948c2acb (patch)
tree3ada5096faa3f347a698b2e8e5008271b3c2e234 /config
parent5137df3e0e41abdcacc9f55ca40880de045fdbce (diff)
db-update: get the list of repos the same way as upstream Arch
The largest advantage of this is that it implicitly ignores directories we don't want to consider repos.
Diffstat (limited to 'config')
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 75e88cb..f4c1e15 100644
--- a/config
+++ b/config
@@ -47,7 +47,7 @@ OURARCHES=(mips64el)
ARCHES=(${ARCHARCHES[@]} ${OURARCHES[@]})
DBEXT=".db.tar.gz"
FILESEXT=".files.tar.gz"
-PKGEXT=".pkg.tar.xz"
+PKGEXT=".pkg.tar.?z"
SRCEXT=".src.tar.gz"
MAKEPKGCONF="~/.makepkg.conf"