pacman: add (unofficial) x11 repo url to config (adding x11 packages) (#7932)
This commit is contained in:
parent
e283100b27
commit
2841283d71
@ -1,9 +1,9 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://archlinux.org/pacman/
|
||||
TERMUX_PKG_DESCRIPTION="a simple library-based package manager"
|
||||
TERMUX_PKG_DESCRIPTION="A library-based package manager with dependency support"
|
||||
TERMUX_PKG_LICENSE="GPL-2.0"
|
||||
TERMUX_PKG_MAINTAINER="@Maxython"
|
||||
TERMUX_PKG_VERSION=6.0.1
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_REVISION=2
|
||||
TERMUX_PKG_SRCURL=https://sources.archlinux.org/other/pacman/pacman-${TERMUX_PKG_VERSION}.tar.xz
|
||||
TERMUX_PKG_SHA256=0db61456e56aa49e260e891c0b025be210319e62b15521f29d3e93b00d3bf731
|
||||
TERMUX_PKG_DEPENDS="bash, libarchive, curl, gpgme"
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -uNr pacman-6.0.0/etc/pacman.conf.in pacman-termux/etc/pacman.conf.in
|
||||
--- pacman-6.0.0/etc/pacman.conf.in 2021-05-20 06:38:45.938120000 +0300
|
||||
+++ pacman-termux/etc/pacman.conf.in 2021-10-04 16:03:29.000000000 +0300
|
||||
+++ pacman-termux/etc/pacman.conf.in 2021-11-05 17:39:44.301346062 +0300
|
||||
@@ -9,20 +9,20 @@
|
||||
[options]
|
||||
# The following paths are commented out with their default values listed.
|
||||
@ -53,7 +53,7 @@ diff -uNr pacman-6.0.0/etc/pacman.conf.in pacman-termux/etc/pacman.conf.in
|
||||
|
||||
#
|
||||
# REPOSITORIES
|
||||
@@ -60,18 +65,9 @@
|
||||
@@ -60,18 +65,12 @@
|
||||
# uncommented to enable the repo.
|
||||
#
|
||||
|
||||
@ -78,3 +78,6 @@ diff -uNr pacman-6.0.0/etc/pacman.conf.in pacman-termux/etc/pacman.conf.in
|
||||
+
|
||||
+[main]
|
||||
+Server = https://maxython.github.io/termux-packages-in-pacman-format/main/$arch
|
||||
+
|
||||
+[x11]
|
||||
+Server = https://maxython.github.io/termux-packages-in-pacman-format/x11/$arch
|
||||
|
Loading…
x
Reference in New Issue
Block a user