mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-01 08:30:12 +00:00
95 lines
3.1 KiB
Diff
95 lines
3.1 KiB
Diff
--- pacman-6.0.2/etc/pacman.conf.in 2023-03-10 01:31:38.207470241 +0300
|
|
+++ pacman-6.0.2/etc/pacman.conf.in.patch 2023-03-10 01:33:13.819470172 +0300
|
|
@@ -9,17 +9,17 @@
|
|
[options]
|
|
# The following paths are commented out with their default values listed.
|
|
# If you wish to use different paths, uncomment and update the paths.
|
|
-#RootDir = @ROOTDIR@
|
|
+#RootDir = /
|
|
#DBPath = @localstatedir@/lib/pacman/
|
|
#CacheDir = @localstatedir@/cache/pacman/pkg/
|
|
#LogFile = @localstatedir@/log/pacman.log
|
|
#GPGDir = @sysconfdir@/pacman.d/gnupg/
|
|
#HookDir = @sysconfdir@/pacman.d/hooks/
|
|
-HoldPkg = pacman glibc
|
|
-#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
|
-#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
|
+#XferCommand = @TERMUX_PREFIX@/bin/curl -L -C - -f -o %o %u
|
|
+#XferCommand = @TERMUX_PREFIX@/bin/wget --passive-ftp -c -O %o %u
|
|
+HoldPkg = pacman
|
|
#CleanMethod = KeepInstalled
|
|
-Architecture = auto
|
|
+Architecture = @TERMUX_ARCH@
|
|
|
|
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
|
#IgnorePkg =
|
|
@@ -30,16 +30,17 @@
|
|
|
|
# Misc options
|
|
#UseSyslog
|
|
-#Color
|
|
+Color
|
|
#NoProgressBar
|
|
CheckSpace
|
|
#VerbosePkgLists
|
|
ParallelDownloads = 5
|
|
|
|
-# PGP signature checking
|
|
-#SigLevel = Optional
|
|
-#LocalFileSigLevel = Optional
|
|
-#RemoteFileSigLevel = Optional
|
|
+# By default, pacman accepts packages signed by keys that its local keyring
|
|
+# trusts (see pacman-key and its man page), as well as unsigned packages.
|
|
+SigLevel = DatabaseRequired
|
|
+LocalFileSigLevel = Optional
|
|
+#RemoteFileSigLevel = Required
|
|
|
|
#
|
|
# REPOSITORIES
|
|
@@ -60,18 +61,30 @@
|
|
# uncommented to enable the repo.
|
|
#
|
|
|
|
-# An example of a disabled remote package repository with multiple servers
|
|
-# available. To enable, uncomment the following lines. You can add preferred
|
|
-# servers immediately after the header and they will be used before the
|
|
-# default mirrors.
|
|
-#[core]
|
|
-#SigLevel = Required
|
|
-#Server = ftp://ftp.example.com/foobar/$repo/os/$arch/
|
|
-# The file referenced here should contain a list of 'Server = ' lines.
|
|
-#Include = @sysconfdir@/pacman.d/mirrorlist
|
|
-
|
|
-# An example of a custom package repository. See the pacman manpage for
|
|
-# tips on creating your own repositories.
|
|
-#[custom]
|
|
-#SigLevel = Optional TrustAll
|
|
-#Server = file:///home/custompkgs
|
|
+[main]
|
|
+Server = https://s3.amazonaws.com/termux-pacman.us/$repo/$arch
|
|
+#Server = https://service.termux-pacman.dev/$repo/$arch
|
|
+
|
|
+[x11]
|
|
+Server = https://s3.amazonaws.com/termux-pacman.us/$repo/$arch
|
|
+#Server = https://service.termux-pacman.dev/$repo/$arch
|
|
+
|
|
+[root]
|
|
+Server = https://s3.amazonaws.com/termux-pacman.us/$repo/$arch
|
|
+#Server = https://service.termux-pacman.dev/$repo/$arch
|
|
+
|
|
+[tur]
|
|
+Server = https://s3.amazonaws.com/termux-pacman.us/$repo/$arch
|
|
+#Server = https://service.termux-pacman.dev/$repo/$arch
|
|
+
|
|
+[tur-continuous]
|
|
+Server = https://s3.amazonaws.com/termux-pacman.us/$repo/$arch
|
|
+#Server = https://service.termux-pacman.dev/$repo/$arch
|
|
+
|
|
+[tur-multilib]
|
|
+Server = https://s3.amazonaws.com/termux-pacman.us/$repo/$arch
|
|
+#Server = https://service.termux-pacman.dev/$repo/$arch
|
|
+
|
|
+#[gpkg-dev]
|
|
+#Server = https://s3.amazonaws.com/termux-pacman.us/$repo/$arch
|
|
+#Server = https://service.termux-pacman.dev/$repo/$arch
|