mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
Update to version 1.9.0
This commit is contained in:
parent
bbf9848701
commit
1e873ba626
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = python-duty
|
||||
pkgdesc = A simple task runner.
|
||||
pkgver = 1.6.3
|
||||
pkgver = 1.9.0
|
||||
pkgrel = 1
|
||||
url = https://pawamoy.github.io/duty
|
||||
arch = any
|
||||
|
|
@ -12,12 +12,12 @@ pkgbase = python-duty
|
|||
makedepends = python-pdm-backend
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
source = https://files.pythonhosted.org/packages/source/d/duty/duty-1.6.3.tar.gz
|
||||
source = 1.6.3-demo.svg::https://github.com/pawamoy/duty/raw/1.6.3/demo.svg
|
||||
sha256sums = 006f09863b8550ea62b0f8a4a52591dc61a82abe9c2b1c0407f8ba55c9c67f18
|
||||
source = https://files.pythonhosted.org/packages/source/d/duty/duty-1.9.0.tar.gz
|
||||
source = 1.9.0-demo.svg::https://github.com/pawamoy/duty/raw/1.9.0/demo.svg
|
||||
sha256sums = 83ea0531f470ec49f6acf53d28fd36cabfe000e823f1643e8b0f68b89e7de0dc
|
||||
sha256sums = 59726640b93e61a9e70d3dedb79d6dc441fdbf5e43b2862895ee1d9449414893
|
||||
|
||||
pkgname = python-duty
|
||||
depends = python>=3.9
|
||||
depends = python>=3.10
|
||||
depends = python-failprint>=1.0.5
|
||||
optdepends = python-duty-doc: Documentation for python duty
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -5,7 +5,7 @@ _pyname=${pkgbase#python-}
|
|||
pkgname=("python-${_pyname}")
|
||||
#"python-${_pyname}-doc")
|
||||
#pkgname=("${_pname}" "${_pname}-doc")
|
||||
pkgver=1.6.3
|
||||
pkgver=1.9.0
|
||||
pkgrel=1
|
||||
pkgdesc="A simple task runner."
|
||||
arch=('any')
|
||||
|
|
@ -32,7 +32,7 @@ checkdepends=('python-pytest'
|
|||
#source=("https://github.com/oprypin/mkdocs-section-index/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
|
||||
"${pkgver}-demo.svg::https://github.com/pawamoy/duty/raw/${pkgver}/demo.svg")
|
||||
sha256sums=('006f09863b8550ea62b0f8a4a52591dc61a82abe9c2b1c0407f8ba55c9c67f18'
|
||||
sha256sums=('83ea0531f470ec49f6acf53d28fd36cabfe000e823f1643e8b0f68b89e7de0dc'
|
||||
'59726640b93e61a9e70d3dedb79d6dc441fdbf5e43b2862895ee1d9449414893')
|
||||
|
||||
#prepare() {
|
||||
|
|
@ -60,7 +60,7 @@ check() {
|
|||
}
|
||||
|
||||
package_python-duty() {
|
||||
depends=('python>=3.9' 'python-failprint>=1.0.5')
|
||||
depends=('python>=3.10' 'python-failprint>=1.0.5')
|
||||
optdepends=('python-duty-doc: Documentation for python duty')
|
||||
cd ${srcdir}/${_pyname}-${pkgver}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue