Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
python-archinfo


Commits:
cf8cedbc by Levente Polyak at 2024-05-12T10:24:41+02:00
reformat file and add SPDX license identifier

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -7,14 +7,21 @@ pkgrel=1
 pkgdesc='Classes with architecture-specific information useful to other 
projects'
 url='https://github.com/angr/archinfo'
 arch=('any')
-license=('custom:BSD2')
-depends=('python')
-makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools')
+license=(BSD-2-Clause)
+depends=(
+  python
+)
+makedepends=(
+  python-build
+  python-installer
+  python-wheel
+  python-setuptools
+)
 optdepends=(
-  'python-capstone'
-  'python-unicorn'
-  'python-keystone'
-  'python-pyvex'
+  python-capstone
+  python-unicorn
+  python-keystone
+  python-pyvex
 )
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
 
sha512sums=('171b236e64ab11b26a229f0f241337fadf57ec0f26a45e2001fa3972ca7912955ba951c4344312ee868de8f09c0872adbe8fa543cd9b505c985c52aabdc404a8')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-archinfo/-/commit/cf8cedbc93ecd6b9a88766c592f48899e787d757

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-archinfo/-/commit/cf8cedbc93ecd6b9a88766c592f48899e787d757
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to