index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | doc/pacman.8.txt | 2 | ||||
-rw-r--r-- | etc/pacman.d/mirrorlist.in | 2 |
@@ -1,12 +1,16 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- -3.0.5 - Add -mtune=generic to default CFLAGS in makepkg.conf - - Small updates to translations +3.0.6 - config files updated to reflect current -> core change + - fix symlink overwriting issue (#7484) + - fix config parsing with tr_TR locale (#7235) + - use AC_SYS_LARGEFILE if available (#7578) +3.0.5 - add -mtune=generic to default CFLAGS in makepkg.conf + - small updates to translations - repo-add: fix conflicts issue for real this time - - Fix issue with libarchive incorrectly setting permissions -3.0.4 - Updated translations + - fix issue with libarchive incorrectly setting permissions +3.0.4 - updated translations - repo-add: fix issue where conflicts were not put in database -3.0.3 - Updated translations +3.0.3 - updated translations - repo-add: fixed a desc file clobbering issue 3.0.2 - fix a bug where pre/post_remove scriptlets were not ran - ensure ldconfig is ran in all operations diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 83eaf372..f6fee7b4 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -58,7 +58,7 @@ Operations example, `pacman -S qt` will download and install qt and all the packages it depends on. If a package name exists in more than one repo, the repo can be explicitly specified to clarify the package to install: - `pacman -S unstable/qt`. You can also use `pacman -Su` to upgrade all + `pacman -S testing/qt`. You can also use `pacman -Su` to upgrade all packages that are out of date. See <<SO,Sync Options>> below. *-U, \--upgrade*:: diff --git a/etc/pacman.d/mirrorlist.in b/etc/pacman.d/mirrorlist.in index ac911dfe..37798481 100644 --- a/etc/pacman.d/mirrorlist.in +++ b/etc/pacman.d/mirrorlist.in @@ -52,7 +52,7 @@ Server = ftp://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/$repo/os/@CARCH@ # - Norway Server = ftp://mirror.djzradio.net/archlinux/$repo/os/@CARCH@ # - Poland -Server = ftp://sunsite.icm.edu.pl/site/linux-sunsite/distributions/archlinux/$repo/os/@CARCH@ +Server = ftp://ftp.icm.edu.pl/pub/Linux/sunsite/distributions/archlinux/$repo/os/@CARCH@ Server = ftp://mirror.icis.pcz.pl/archlinux/$repo/os/@CARCH@ # - Portugal Server = ftp://gul.est.ips.pt/repos/archlinux/$repo/os/@CARCH@ |