makedeb


black-bin 22.6.0-2


The uncompromising Python code formatter

Click here to go back to the commit logs for black-bin.

Commit:


Hash: e55c41a7ce58c0a761d6388f10aa59490561e613

Message: Corrected arch field

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 179db88..c6b4943 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,9 +2,9 @@ generated-by = makedeb
 pkgname = black-bin
 pkgbase = black-bin
 pkgdesc = The uncompromising Python code formatter
-pkgrel = 1
+pkgrel = 2
 pkgver = 22.6.0
 url = https://black.readthedocs.io/en/stable/
-arch = x86_64
+arch = amd64
 source = black-22.6.0::https://github.com/psf/black/releases/download/22.6.0/black_linux
 sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f30ce81..6648ae1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
 # Maintainer: Giovanni Ivan Alberotanza <ivan81@disroot.org>
 pkgname=black-bin
 pkgver=22.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The uncompromising Python code formatter"
-arch=('x86_64')
+arch=('amd64')
 url='https://black.readthedocs.io/en/stable/'
 
 source=("black-${pkgver}::https://github.com/psf/black/releases/download/${pkgver}/black_linux")