summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Barker2023-03-21 23:26:23 -0600
committerBrandon Barker2023-03-21 23:26:23 -0600
commita3604657683e2bf13f0e80093646a5cebacb9dcb (patch)
tree0fbc68af0a01b7b2b4ea3ae4302ebe719debf1fb
parent70cb9b1e8f8e858ea8509446285906ccbefc1e44 (diff)
downloadaur-a3604657683e2bf13f0e80093646a5cebacb9dcb.tar.gz
update vers
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd042833b8d8..bb3601ebe807 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = mplcolors
pkgdesc = CLI to display matplotlib colors, colorbars, and other useful functions.
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/AstroBarker/mplcolors
- arch = x86_64
+ arch = any
license = GPL
makedepends = git
depends = bash
diff --git a/PKGBUILD b/PKGBUILD
index cd6aba1ee955..e370d1013770 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Brandon Barker <bbarker.py@protonmail.ch>
pkgname=mplcolors
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="CLI to display matplotlib colors, colorbars, and other useful functions."
-arch=('x86_64')
+arch=('any')
url="https://github.com/AstroBarker/mplcolors"
depends=("bash" "python")
makedepends=("git")