Skip to content
Snippets Groups Projects
Verified Commit 5afcfd99 authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

upgpkg: 0.4.0-3: Address upstream repackage, closes !1

parent 90f81302
No related branches found
No related tags found
No related merge requests found
pkgbase = python-leather
pkgdesc = Python charting for 80% of humans
pkgver = 0.4.0
pkgrel = 2
pkgrel = 3
url = https://leather.readthedocs.io
arch = any
license = MIT
......@@ -13,7 +13,7 @@ pkgbase = python-leather
makedepends = python-setuptools
depends = python
depends = python-six
source = leather-0.4.0.tar.gz::https://github.com/wireservice/leather/archive/0.4.0.tar.gz
sha256sums = 2bc92e77a2db43b0a0aabdc9ce0893d0728ce0c8098897a55e4c2244bbdc5b0f
source = https://github.com/wireservice/leather/archive/0.4.0/leather-0.4.0-3.tar.gz
sha256sums = 5b4d698e97534a2600150837c2beb446278b7ef276a699768efc5488c88290c3
pkgname = python-leather
# Maintainer: Caleb Maclennan <caleb@alerque.com>
# Contributor: Michał Pałubicki <maln0ir@gmx.com>
# TODO : Drop $pkgrel from $source on the next release...
# https://gitlab.archlinux.org/archlinux/packaging/packages/python-leather/-/merge_requests/1
# https://github.com/wireservice/leather/issues/107
_pyname=leather
pkgname=python-$_pyname
pkgver=0.4.0
pkgrel=2
pkgrel=3
pkgdesc='Python charting for 80% of humans'
arch=(any)
url="https://$_pyname.readthedocs.io"
......@@ -16,8 +20,8 @@ makedepends=(python-{build,installer,wheel}
checkdepends=(python-cssselect
python-lxml)
_archive="$_pyname-$pkgver"
source=("$_archive.tar.gz::https://github.com/wireservice/$_pyname/archive/$pkgver.tar.gz")
sha256sums=('2bc92e77a2db43b0a0aabdc9ce0893d0728ce0c8098897a55e4c2244bbdc5b0f')
source=("https://github.com/wireservice/$_pyname/archive/$pkgver/$_archive-$pkgrel.tar.gz")
sha256sums=('5b4d698e97534a2600150837c2beb446278b7ef276a699768efc5488c88290c3')
build() {
cd "$_archive"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment