upg iana-etc
This commit is contained in:
parent
1a023bccfd
commit
ede2effda4
3 changed files with 10 additions and 11 deletions
|
@ -6,9 +6,9 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=iana-etc
|
||||
pkgver=20220715
|
||||
pkgver=20220915
|
||||
_ports=service-names-port-numbers-${pkgver}
|
||||
_protocols=protocol-numbers-20220408
|
||||
_protocols=protocol-numbers-20220826
|
||||
pkgrel=01
|
||||
pkgdesc='/etc/protocols and /etc/services provided by IANA'
|
||||
url='https://www.iana.org/protocols'
|
||||
|
@ -54,7 +54,7 @@ BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
|
|||
|
||||
license=('custom:none')
|
||||
|
||||
sha256sums=(b78a912448bf40a435e814e392cf3de1031ceba34921abbfe183871a3ca0b234 # service-names-port-numbers-20220715.xml
|
||||
b01ac02fbecf0159c43f53cecbc84ee1f1f83cf21a67e35f1e827b1747de344b # protocol-numbers-20220408.xml
|
||||
sha256sums=(ea207cf74386170f7baefbd4ce9ba7bd4257454dc8070bedfb5745b03283a63f # service-names-port-numbers-20220715.xml
|
||||
05237be17ff194a6371176394cfd3f1532b52bf18cde38000a43194a3a754627 # protocol-numbers-20220826.xml
|
||||
dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb) # LICENSE
|
||||
|
||||
|
|
|
@ -1,5 +1,2 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
# DESCRIPTION ]
|
||||
|
||||
pkgname=mkinitcpio
|
||||
pkgver=30
|
||||
pkgrel=4
|
||||
pkgver=31
|
||||
pkgrel=3
|
||||
|
||||
pkgdesc='Modular initramfs image creation utility'
|
||||
|
||||
|
@ -17,7 +17,7 @@ url='https://github.com/archlinux/mkinitcpio'
|
|||
source=(
|
||||
"https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
'001-remove-systemd-and-kept-gzip-as-default.patch'
|
||||
'add_udev_rule_function.patch'
|
||||
# 'add_udev_rule_function.patch'
|
||||
)
|
||||
|
||||
#----------------------
|
||||
|
@ -44,6 +44,8 @@ depends=(
|
|||
'coreutils'
|
||||
'awk'
|
||||
'bash'
|
||||
'binutils'
|
||||
'diffutils'
|
||||
'findutils'
|
||||
'grep'
|
||||
'filesystem>=2011.10-1'
|
||||
|
@ -78,7 +80,7 @@ prepare() {
|
|||
|
||||
## Apply 0003-remove-systemd.patch
|
||||
patch -Np1 < $srcdir/001-remove-systemd-and-kept-gzip-as-default.patch
|
||||
patch -Np1 < $srcdir/add_udev_rule_function.patch
|
||||
# patch -Np1 < $srcdir/add_udev_rule_function.patch
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue