upg lua python-packaging

This commit is contained in:
joborun linux 2023-05-17 10:58:40 +03:00
parent f399f169fe
commit f7a08c242b
6 changed files with 17 additions and 12 deletions

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=lua
pkgver=5.4.5
pkgver=5.4.6
_majorver=${pkgver%.*}
pkgrel=01
pkgdesc='Powerful lightweight programming language designed for extending applications'
@ -82,9 +82,10 @@ arch=(x86_64)
license=('MIT')
sha256sums=(59df426a3d50ea535a460a452315c4c0d4e1121ba72ff0bdde58c2ef31d6f444 # lua-5.4.5.tar.gz
sha256sums=(7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88 # lua-5.4.6.tar.gz
a8a7f89ab0c03b4bc1d58a935c54df792ad628edb4d1788c5ac66e4fc2d9f800 # liblua.so.patch
ca9252633e782b8f85d6a94ea4f6babd4fe30bd759085b373160b1878e36ff78 # lua.pc
142fb08b41a807b192b4b2c166696a1830a1c97967e5099ad0e579bf500e1da4) # LICENSE
## fed276f528b18524981e4f29632d06655ff48e1799a5d7bbf55ba7856dbb6a22 lua-5.4.5-01-x86_64.pkg.tar.lz
## 3a9174b720cd09bef99d0d297365d32617fdc708d90eb9693e3d716365c99421 lua-5.4.6-01-x86_64.pkg.tar.lz

View File

@ -3,7 +3,7 @@
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=lua
pkgver=5.4.5
pkgver=5.4.6
_majorver=${pkgver%.*}
pkgrel=1
pkgdesc='Powerful lightweight programming language designed for extending applications'
@ -16,7 +16,7 @@ source=(https://www.lua.org/ftp/lua-$pkgver.tar.gz
liblua.so.patch
lua.pc
LICENSE)
sha256sums=('59df426a3d50ea535a460a452315c4c0d4e1121ba72ff0bdde58c2ef31d6f444'
sha256sums=('7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88'
'a8a7f89ab0c03b4bc1d58a935c54df792ad628edb4d1788c5ac66e4fc2d9f800'
'ca9252633e782b8f85d6a94ea4f6babd4fe30bd759085b373160b1878e36ff78'
'142fb08b41a807b192b4b2c166696a1830a1c97967e5099ad0e579bf500e1da4')

View File

@ -1,2 +1,3 @@

View File

@ -6,8 +6,8 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=python-packaging
pkgver=23.0
pkgrel=03
pkgver=23.1
pkgrel=01
pkgdesc="Core utilities for Python packages"
url="https://github.com/pypa/packaging"
depends=('python')
@ -36,6 +36,7 @@ arch=(x86_64)
license=('Apache')
sha256sums=(698f2c072c89a5eb7d9560b64401d52b2d5eaca412bc53f9bddfef214dca71aa) # python-packaging-23.0.tar.gz
sha256sums=(384116e3dc159909bf3b547b98244d6190c61fdd7279ddd4daa0f3548e7cc9bc) # python-packaging-23.1.tar.gz
## 7ee6c4e14be72c2743bf26609005ee93564254366792f6ecb2e39ec106146bbb python-packaging-23.1-01-x86_64.pkg.tar.lz
## e8a2240779ee52d6ad3c25aed66c951bd39680f116088bccdc126e5563f35adc python-packaging-23.0-03-x86_64.pkg.tar.lz

View File

@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=python-packaging
pkgver=23.0
pkgrel=3
pkgver=23.1
pkgrel=1
pkgdesc="Core utilities for Python packages"
arch=('any')
url="https://github.com/pypa/packaging"
@ -11,7 +11,7 @@ depends=('python')
makedepends=('python-build' 'python-installer' 'python-flit-core')
checkdepends=('python-pytest' 'python-pretend')
source=("https://github.com/pypa/packaging/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('5dd2f4a596e5a1ed01b461a37e063573f5ae08e181df40377a167fe2483205b3d965e10dc403cd173d0f87e0bdcae3cde05bd39024783fbe44541d0f777d94de')
sha512sums=('1e717a2c97371e177f6b73de8de0440384e7abf361771e68b1696bc8e67d9d0995d2aeb2037995a16ecd374f58317793e66574c9fc28691b4e6094ece69cb5f0')
build() {
cd packaging-$pkgver

View File

@ -4,3 +4,5 @@ python-pretend
python-build
python-pytest