upg pacman-mirrorlist sudo

This commit is contained in:
joborun linux 2023-06-28 20:48:14 +03:00
parent b3dbe7eaba
commit fe5d64ee8b
4 changed files with 13 additions and 29 deletions

View File

@ -6,25 +6,13 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=pacman-mirrorlist
pkgver=20230410
pkgver=20230628
pkgrel=01
pkgdesc="Arch Linux mirror list for use by pacman HTTPS ONLY"
url="https://www.archlinux.org/mirrorlist/"
backup=(etc/pacman.d/mirrorlist)
source=(https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/pacman-mirrorlist/trunk/mirrorlist
source=(mirrorlist::https://gitlab.archlinux.org/archlinux/packaging/packages/pacman-mirrorlist/-/raw/main/mirrorlist
select)
# We have added a few of the mirrors from around the globe so pacman would work if none were selected
# NOTE on building this package:
# * Go to the trunk/ directory
# * Run bash -c ". PKGBUILD; updatelist"
# * Update the checksums, update pkgver
# * Build the package
## Jobo: Or replace the local source with the latest in trunk :P
updatelist() {
rm -f mirrorlist
curl -o mirrorlist https://archlinux.org/mirrorlist/all/
}
package() {
mkdir -p "$pkgdir/etc/pacman.d"
@ -41,9 +29,7 @@ arch=('any')
license=('GPL')
sha256sums=(8daf30bdc9390cc58ae42c1d82f91a735ad985727f223720652c4bd3ed5a0ca6 # mirrorlist
sha256sums=(02810464e245b5a01196a855f3fa250f087158cc71653660e03ed0f0daed66f9 # mirrorlist
SKIP) # select
## 9f7aeb155c01111accbdb7237a03b6543798854e8c81f485f4d84eede6c52106 pacman-mirrorlist-20230410-01-any.pkg.tar.lz
## 099606d88a6da31c2b2875f6c9b201f8c2ac7edfe68fc3354fa549b956c20bbb pacman-mirrorlist-20230628-01-any.pkg.tar.lz

View File

@ -2,7 +2,7 @@
# Contributor: Dan McGee <dan@archlinux.org>
pkgname=pacman-mirrorlist
pkgver=20230410
pkgver=20230628
pkgrel=1
pkgdesc="Arch Linux mirror list for use by pacman"
arch=('any')
@ -27,5 +27,5 @@ package() {
install -m644 "$srcdir/mirrorlist" "$pkgdir/etc/pacman.d/"
}
md5sums=('806d60f94bbc50103337ad82e63c6ab2')
sha256sums=('8daf30bdc9390cc58ae42c1d82f91a735ad985727f223720652c4bd3ed5a0ca6')
md5sums=('01b2fd845e05c3a22098beef8aaed597')
sha256sums=('02810464e245b5a01196a855f3fa250f087158cc71653660e03ed0f0daed66f9')

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=sudo
_sudover=1.9.13p3
_sudover=1.9.14
pkgrel=01
pkgver=${_sudover/p/.p}
pkgdesc="Give certain users the ability to run some commands as root w/o systemd"
@ -91,10 +91,8 @@ license=('custom')
validpgpkeys=('59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB') # "Todd C. Miller <Todd.Miller@sudo.ws>"
sha256sums=(92334a12bb93e0c056b09f53e255ccb7d6f67c6350e2813cd9593ceeca78560b # sudo-1.9.13p3.tar.gz
38781048d9707990ba77609f3508352c186a3cbd0a87ba0c667ea38cc2a85d90 # sudo-1.9.13p3.tar.gz.sig
sha256sums=(7bb70e4529ab2ada47ded970cdf2fe7be3084912861ddbac239eebdc92935a29 # sudo-1.9.14.tar.gz
ca995b9f8c6d7db7d20e81e256fe7d6eff836f2e9820b115cfb606544862a7cf # sudo-1.9.14.tar.gz.sig
d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2) # sudo.pam
## 90a01e2dfc0fe59b434929ef9db9bf32f60fd84fc93291b2645baa7744deff64 sudo-1.9.13.p3-01-x86_64.pkg.tar.lz
## 1723af01715edc06821878c869785099b7cac12b30c3860dfe71e99b8adda72f sudo-1.9.14-01-x86_64.pkg.tar.lz

View File

@ -3,7 +3,7 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=sudo
_sudover=1.9.13p3
_sudover=1.9.14
pkgrel=1
pkgver=${_sudover/p/.p}
pkgdesc="Give certain users the ability to run some commands as root"
@ -19,7 +19,7 @@ install=$pkgname.install
source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
sudo_logsrvd.service
sudo.pam)
sha256sums=('92334a12bb93e0c056b09f53e255ccb7d6f67c6350e2813cd9593ceeca78560b'
sha256sums=('7bb70e4529ab2ada47ded970cdf2fe7be3084912861ddbac239eebdc92935a29'
'SKIP'
'8b91733b73171827c360a3e01f4692772b78e62ceca0cf0fd4b770aba35081a1'
'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')