makedeb


python3-veryprettytable 0.8.1-4


Python library for displaying tabular data

Click here to go back to the commit logs for python3-veryprettytable.

Commit:


Hash: a1831006c995340ce7f59f81c8b8c31c7700ed92

Message: minor, fix arch

Diff


diff --git a/.SRCINFO b/.SRCINFO
index cfce933..c5d66ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,10 +2,10 @@ generated-by = makedeb
 pkgname = python3-veryprettytable
 pkgbase = python3-veryprettytable
 pkgdesc = Python library for displaying tabular data
-pkgrel = 1
+pkgrel = 2
 pkgver = 0.8.1
 url = https://github.com/smeggingsmegger/VeryPrettyTable
-arch = any
+arch = all
 depends = python3-colorama
 depends = python3-termcolor
 license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 4d9ea85..e210d35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
 
 pkgname=python3-veryprettytable
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Python library for displaying tabular data'
 license=('BSD')
-arch=('any')
+arch=('all')
 url="https://github.com/smeggingsmegger/VeryPrettyTable"
 depends=('python3-colorama' 'python3-termcolor')
 makedepends=('python3-setuptools')