Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-archinfo
Commits: 378a662c by Antonio Rojas at 2023-12-24T09:37:48+01:00 upgpkg: 9.2.81-1: Update to 9.2.81 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,21 @@ +pkgbase = python-archinfo + pkgdesc = Classes with architecture-specific information useful to other projects + pkgver = 9.2.81 + pkgrel = 1 + url = https://github.com/angr/archinfo + arch = any + license = custom:BSD2 + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-setuptools + depends = python + optdepends = python-capstone + optdepends = python-unicorn + optdepends = python-keystone + optdepends = python-pyvex + source = https://github.com/angr/archinfo/archive/v9.2.81/python-archinfo-9.2.81.tar.gz + sha512sums = bae6bfa6cc13d0c536a8a3b6d8dc66dff97932aebd4155e940ee0009d629fae771e2755b4323805ea7fdbc200b4177d25d7ac01ffbb4dbe49f37615215f730e2 + b2sums = c60e6dcd7f1d30606c0e9b55c5f56c8e06e8cf391389d46c828f8a4252654834b7592c4e4fbda68795a84f9ad8a51e0a5ad36fd71c7d1d7266d045583fba542e + +pkgname = python-archinfo ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ _pyname=archinfo pkgname=python-${_pyname} -pkgver=9.2.69 +pkgver=9.2.81 pkgrel=1 pkgdesc='Classes with architecture-specific information useful to other projects' url='https://github.com/angr/archinfo' @@ -17,8 +17,8 @@ optdepends=( 'python-pyvex' ) source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('19600133666e45074b9653f64142d57cd9a77a391cfb531e6249a08d95ae2fd1dd14a8373714e743beca3ac5b6e7445098f144bca67434fdd2f7e6a6dccfe0a4') -b2sums=('1533cbb997fb0c173d7fbf6f734a59ede40a03e8f1cb749b5bd31be60d37ad23096a3199061922cd88a4de957b9d27bf3a5dea99951be91eb7fdf01234a67b23') +sha512sums=('bae6bfa6cc13d0c536a8a3b6d8dc66dff97932aebd4155e940ee0009d629fae771e2755b4323805ea7fdbc200b4177d25d7ac01ffbb4dbe49f37615215f730e2') +b2sums=('c60e6dcd7f1d30606c0e9b55c5f56c8e06e8cf391389d46c828f8a4252654834b7592c4e4fbda68795a84f9ad8a51e0a5ad36fd71c7d1d7266d045583fba542e') build() { cd "${_pyname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-archinfo/-/commit/378a662c31ec2680b6c4d4df607c0f7669095a16 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-archinfo/-/commit/378a662c31ec2680b6c4d4df607c0f7669095a16 You're receiving this email because of your account on gitlab.archlinux.org.
