mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/python-dufte to 0.2.27-1
This commit is contained in:
parent
f003e1d743
commit
6136f9a09e
1 changed files with 4 additions and 4 deletions
|
@ -3,16 +3,16 @@
|
|||
|
||||
_pkgname=dufte
|
||||
pkgname=python-dufte
|
||||
pkgver=0.2.24
|
||||
pkgver=0.2.27
|
||||
pkgrel=1
|
||||
pkgdesc='Creates clean and beautiful plots that work on light and dark backgrounds.'
|
||||
arch=(any)
|
||||
url='https://github.com/nschloe/dufte'
|
||||
license=(GPL3)
|
||||
license=(MIT)
|
||||
depends=(python-matplotlib)
|
||||
makedepends=(python-pytest python-setuptools python-build python-install python-wheel)
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/nschloe/$_pkgname/archive/v$pkgver.tar.gz")
|
||||
b2sums=('869aef15c0921b98c7ada0f8fc4d5a8f13892c7c9cfca9bc3e564f3c93423f413892bb88c7afe019e9bafe1ba33d9fcf885991d49b90909c292cf376b972c7ea')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/nschloe/$_pkgname/archive/$pkgver.tar.gz")
|
||||
b2sums=('b68ee18f9012322891b8559d9c2c8b39576c1a11f3902571c9944ca681c22ad198396fcf160d57cd2159a74ed3174a1333e2c883f236fb75bd4be0253f344ac6')
|
||||
|
||||
build() {
|
||||
cd $_pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue