Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / python-lhafile
Commits: c60537d2 by Daniel Bermond at 2025-02-25T12:17:27-03:00 upgpkg: 0.3.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-lhafile pkgdesc = LHA archive support for Python - pkgver = 0.3.0 - pkgrel = 6 + pkgver = 0.3.1 + pkgrel = 1 url = https://github.com/FrodeSolheim/python-lhafile/ arch = x86_64 license = BSD-3-Clause @@ -10,7 +10,7 @@ pkgbase = python-lhafile makedepends = python-setuptools makedepends = python-wheel depends = python - source = https://github.com/FrodeSolheim/python-lhafile/archive/v0.3.0/python-lhafile-0.3.0.tar.gz - sha256sums = 5565641820813c76c74f2199f19f6ee0e3ae1e1c14de1a3a4ea3602f9094cd29 + source = https://github.com/FrodeSolheim/python-lhafile/archive/v0.3.1/python-lhafile-0.3.1.tar.gz + sha256sums = df3b0966e25905dbf55c190d4f60551b307489684a028fe081e33a0f60a2fd65 pkgname = python-lhafile ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: grimi pkgname=python-lhafile -pkgver=0.3.0 -pkgrel=6 +pkgver=0.3.1 +pkgrel=1 pkgdesc='LHA archive support for Python' arch=('x86_64') url='https://github.com/FrodeSolheim/python-lhafile/' @@ -11,7 +11,7 @@ license=('BSD-3-Clause') depends=('python') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') source=("https://github.com/FrodeSolheim/python-lhafile/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('5565641820813c76c74f2199f19f6ee0e3ae1e1c14de1a3a4ea3602f9094cd29') +sha256sums=('df3b0966e25905dbf55c190d4f60551b307489684a028fe081e33a0f60a2fd65') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-lhafile/-/commit/c60537d26de965aaab9cd95da1f0365c0082600e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-lhafile/-/commit/c60537d26de965aaab9cd95da1f0365c0082600e You're receiving this email because of your account on gitlab.archlinux.org.