summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Barker2022-01-03 01:10:18 -0500
committerBrandon Barker2022-01-03 01:10:18 -0500
commit333ea49dc938ebb5fd2c5a54906a8598cb6ee2a4 (patch)
tree510a1e6ff95eb82c0bbae7d41cff8a30cdb925a1
parent95f1e93f4866a0001cd04e41737ed7e4f739f31e (diff)
downloadaur-333ea49dc938ebb5fd2c5a54906a8598cb6ee2a4.tar.gz
fixed url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6eab6af1c30..e3219312c067 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = mplcolors
pkgdesc = CLI to display matplotlib colors, colorbars, and other useful functions.
pkgver = 1.0.0
pkgrel = 1
- url = https://github.com/AstroBarker/dotfiles
+ url = https://github.com/AstroBarker/mplcolors
arch = x86_64
license = GPL
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 2aadb66affd6..561538de1c06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Brandon Barker <bbarker.py@protonmail.ch>
pkgname=mplcolors
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="CLI to display matplotlib colors, colorbars, and other useful functions."
arch=('x86_64')
-url="https://github.com/AstroBarker/dotfiles"
+url="https://github.com/AstroBarker/mplcolors"
depends=("bash" "python")
makedepends=("git")
optdepends=()