Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / pystatgrab
Commits: b396b797 by Antonio Rojas at 2024-12-26T10:59:03+01:00 upgpkg: 0.7.3-1: Update to 0.7.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = pystatgrab pkgdesc = Python bindings for libstatgrab - pkgver = 0.7.2 - pkgrel = 2 + pkgver = 0.7.3 + pkgrel = 1 url = https://www.i-scream.org/pystatgrab arch = x86_64 license = LGPL-2.1-or-later @@ -12,10 +12,10 @@ pkgbase = pystatgrab makedepends = python-wheel depends = python depends = libstatgrab - source = https://ftp.i-scream.org/pub/i-scream/pystatgrab/pystatgrab-0.7.2.tar.gz - source = https://ftp.i-scream.org/pub/i-scream/pystatgrab/pystatgrab-0.7.2.tar.gz.asc + source = https://ftp.i-scream.org/pub/i-scream/pystatgrab/pystatgrab-0.7.3.tar.gz + source = https://ftp.i-scream.org/pub/i-scream/pystatgrab/pystatgrab-0.7.3.tar.gz.asc validpgpkeys = 4BD95F908A5040E8D26CD6816C226B37FDF38D55 - sha256sums = dbef0b5fbc073c8956c0b630b48a89bf14afb8cb32c1fff3af13f389f73d6b31 + sha256sums = 0d6572fb7f778467740f3fe72dfa3d0e65909d53db922891d6478f18e27bb56c sha256sums = SKIP pkgname = pystatgrab ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Hugo Ideler <hugoide...@dse.nl> pkgname=pystatgrab -pkgver=0.7.2 -pkgrel=2 +pkgver=0.7.3 +pkgrel=1 pkgdesc="Python bindings for libstatgrab" arch=('x86_64') url="https://www.i-scream.org/pystatgrab" @@ -12,7 +12,7 @@ depends=('python' 'libstatgrab') makedepends=('cython' 'python-setuptools' 'python-build' 'python-installer' 'python-wheel') validpgpkeys=('4BD95F908A5040E8D26CD6816C226B37FDF38D55') # Tim Bishop <t...@bishnet.net> source=(https://ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}) -sha256sums=('dbef0b5fbc073c8956c0b630b48a89bf14afb8cb32c1fff3af13f389f73d6b31' +sha256sums=('0d6572fb7f778467740f3fe72dfa3d0e65909d53db922891d6478f18e27bb56c' 'SKIP') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pystatgrab/-/commit/b396b7973243fc9721b7d88abefdd4ebe4e953ed -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pystatgrab/-/commit/b396b7973243fc9721b7d88abefdd4ebe4e953ed You're receiving this email because of your account on gitlab.archlinux.org.