upg libpsl util-linux

This commit is contained in:
joborun linux 2024-05-08 01:47:57 +03:00
parent ec6a67bea9
commit 67066a15eb
5 changed files with 19 additions and 19 deletions

View file

@ -7,7 +7,7 @@
pkgname=libpsl
pkgver=0.21.5
pkgrel=01
pkgrel=02
pkgdesc='Public Suffix List library'
url='https://github.com/rockdaboot/libpsl'
# This is intentionally left out
@ -16,9 +16,9 @@ url='https://github.com/rockdaboot/libpsl'
# /usr/bin/psl-make-dafsa script will require python to work!! Otherwise both python and libnsl
# are a waste of speace!
#
#depends=('libidn2' 'libunistring' 'python')
#depends=('libidn2' 'libunistring')
depends=('libidn2' 'libunistring')
makedepends=('libxslt' 'publicsuffix-list' 'gtk-doc')
makedepends=('libxslt' 'publicsuffix-list' 'gtk-doc' 'python')
provides=('libpsl.so')
source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
@ -66,5 +66,5 @@ validpgpkeys=('1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen <tim.rue
sha256sums=(1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208 # libpsl-0.21.5.tar.gz
87d819c4b61b6880ebe788edb411b92ac6ac47c7a2fb72899a8446a485d4607a) # libpsl-0.21.5.tar.gz.sig
## 1a9e9d779ad5976c47ffe77ef997c04cf6bbaecb038d3d97774c6c98823761f8 libpsl-0.21.5-01-x86_64.pkg.tar.lz
## 2f7a0b680ef228ca0fc1173a2a27d038781e617f0f805f7313df2ea300f48999 libpsl-0.21.5-02-x86_64.pkg.tar.lz

View file

@ -3,7 +3,7 @@
pkgname=libpsl
pkgver=0.21.5
pkgrel=1
pkgrel=2
pkgdesc='Public Suffix List library'
url='https://github.com/rockdaboot/libpsl'
arch=('x86_64')
@ -11,12 +11,12 @@ license=('MIT')
depends=(
libidn2
libunistring
python
)
makedepends=(
gtk-doc
libxslt
publicsuffix-list
python
)
provides=('libpsl.so')
source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})

View file

@ -4,5 +4,5 @@ gtk-doc
autoconf
gettext
automake
python

View file

@ -7,9 +7,9 @@
pkgbase=util-linux
pkgname=(util-linux util-linux-libs)
_tag='2.40'
_tag='2.40.1'
pkgver="${_tag/-/}"
pkgrel=03
pkgrel=01
pkgdesc='Miscellaneous system utilities for Linux w/o systemd'
url='https://github.com/util-linux/util-linux'
#url='https://github.com/util-linux/util-linux'
@ -91,7 +91,8 @@ package_util-linux() {
conflicts=('rfkill' 'hardlink')
provides=('rfkill' 'hardlink')
replaces=('rfkill' 'hardlink')
depends=('coreutils'
depends=("util-linux-libs=${pkgver}"
'coreutils'
'file' 'libmagic.so'
'glibc'
'libcap-ng'
@ -101,7 +102,6 @@ package_util-linux() {
'readline'
'shadow'
'libeudev'
'util-linux-libs'
'zlib')
optdepends=('words: default dictionary for look')
backup=(etc/pam.d/chfn
@ -193,7 +193,7 @@ license=(
validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284') # Karel Zak
sha256sums=(153ae22d30a04e8c3ef1edbac63081f21b2d7622467dd7bf324f7f45e45b343d # util-linux
sha256sums=(c08ac20cf4fb061a0aa0d318a245b269acdfd14f7abf1f272476358878e6862a # util-linux
6ffedbc0f7878612d2b23589f1ff2ab15633e1df7963a5d9fc750ec5500c7e7a # util-linux-BSD-2-Clause.txt
ee917d55042f78b8bb03f5467e5233e3e2ddc2fe01e302bc53b218003fe22275 # pam-login
57e057758944f4557762c6def939410c04ca5803cbdd2bfa2153ce47ffe7a4af # pam-common
@ -203,6 +203,6 @@ sha256sums=(153ae22d30a04e8c3ef1edbac63081f21b2d7622467dd7bf324f7f45e45b343d #
10b0505351263a099163c0d928132706e501dd0a008dac2835b052167b14abe3 # util-linux.sysusers
7423aaaa09fee7f47baa83df9ea6fef525ff9aec395c8cbd9fe848ceb2643f37) # 60-rfkill.rules
## 3a78cf3dc296659206f1131ed399d3a664aee5e1986bea5be7917bc41c96453b util-linux-2.40-03-x86_64.pkg.tar.lz
## ef6a9803d6e5251fd3994712fb259b19f3f286b81d25d58a1ff108795b5a44c0 util-linux-libs-2.40-03-x86_64.pkg.tar.lz
## 235d72ad53d549ee9e7b2e6adaca1542d261e04d09bda387ec49cb5e02dbe460 util-linux-2.40.1-01-x86_64.pkg.tar.lz
## f4bfa26428bfc1594db5fd8e9021fe634557f55e6211bfc46739144eca5bfef4 util-linux-libs-2.40.1-01-x86_64.pkg.tar.lz

View file

@ -4,9 +4,9 @@
pkgbase=util-linux
pkgname=(util-linux util-linux-libs)
_tag='2.40'
_tag='2.40.1'
pkgver="${_tag/-/}"
pkgrel=3
pkgrel=1
pkgdesc='Miscellaneous system utilities for Linux'
url='https://github.com/util-linux/util-linux'
arch=('x86_64')
@ -39,7 +39,7 @@ source=("git+https://github.com/util-linux/util-linux#tag=v${_tag}?signed"
'60-rfkill.rules'
'rfkill-unblock_.service'
'rfkill-block_.service')
sha256sums=('153ae22d30a04e8c3ef1edbac63081f21b2d7622467dd7bf324f7f45e45b343d'
sha256sums=('c08ac20cf4fb061a0aa0d318a245b269acdfd14f7abf1f272476358878e6862a'
'6ffedbc0f7878612d2b23589f1ff2ab15633e1df7963a5d9fc750ec5500c7e7a'
'ee917d55042f78b8bb03f5467e5233e3e2ddc2fe01e302bc53b218003fe22275'
'57e057758944f4557762c6def939410c04ca5803cbdd2bfa2153ce47ffe7a4af'
@ -103,7 +103,8 @@ package_util-linux() {
conflicts=('rfkill' 'hardlink')
provides=('rfkill' 'hardlink')
replaces=('rfkill' 'hardlink')
depends=('coreutils'
depends=("util-linux-libs=${pkgver}"
'coreutils'
'file' 'libmagic.so'
'glibc'
'libcap-ng'
@ -113,7 +114,6 @@ package_util-linux() {
'readline'
'shadow'
'systemd-libs' 'libsystemd.so' 'libudev.so'
'util-linux-libs'
'zlib')
optdepends=('words: default dictionary for look')
backup=(etc/pam.d/chfn