summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoretckeeper2022-09-14 15:15:15 +0200
committeretckeeper2022-09-14 15:15:15 +0200
commit17dc316c196a9da91e0c45ceeee581cc4e1d6737 (patch)
tree0384412dd76da2edcc148582b8031f9764e2c792
parent947aea5ec0fb232cfeee836e253824ab30779883 (diff)
downloadaur-17dc316c196a9da91e0c45ceeee581cc4e1d6737.tar.gz
switched upstream to a more up to date version with some bugfixes
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0a98750bab7..3981892b63ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-matplotlib-sixel-git
pkgdesc = a sixel graphics backend for matplotlib
- pkgver = r9.27df6fa
- pkgrel = 2
- url = https://github.com/koppa/matplotlib-sixel
+ pkgver = r15.a6c632d
+ pkgrel = 1
+ url = https://github.com/jonathf/matplotlib-sixel
arch = any
license = BSD
makedepends = git
@@ -12,7 +12,7 @@ pkgbase = python-matplotlib-sixel-git
depends = python-numpy
provides = python-matplotlib-sixel
conflicts = python-matplotlib-sixel
- source = git+https://github.com/koppa/matplotlib-sixel
+ source = git+https://github.com/jonathf/matplotlib-sixel
sha256sums = SKIP
pkgname = python-matplotlib-sixel-git
diff --git a/PKGBUILD b/PKGBUILD
index d2680a6c9f07..10c97d8f107c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: #BrainDamage
pkgname=python-matplotlib-sixel-git
-pkgver=r9.27df6fa
-pkgrel=2
+pkgver=r15.a6c632d
+pkgrel=1
pkgdesc="a sixel graphics backend for matplotlib "
arch=('any')
-url="https://github.com/koppa/matplotlib-sixel"
+url="https://github.com/jonathf/matplotlib-sixel"
license=('BSD')
makedepends=('git' 'python-setuptools')
depends=('python' 'python-matplotlib' 'python-numpy')