summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-27 12:07:05 +0000
committerBioArchLinuxBot2024-04-27 12:07:05 +0000
commit6950084a9ee67aaa4f58bdc0d7befd9646aec995 (patch)
treeb2933938eb86456bd3520cfac3c272c21ad0fed8 /PKGBUILD
parent305e16b2f299b9d1cef3b839399084d231b9361f (diff)
downloadaur-python-grid-strategy.tar.gz
[lilac] updated to 0.0.1-6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f184dd43321..df8e2e06cd6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=python-grid-strategy
_module=${pkgname#python-}
pkgver=0.0.1
-pkgrel=5
+pkgrel=6
pkgdesc='Organize matplotlib plots using different grid strategies'
arch=('any')
url="https://github.com/matplotlib/grid-strategy"
-license=('Apache')
+license=('Apache-2.0')
depends=(
'python'
'python-numpy'