diff options
author | Marcus Hoffmann | 2021-12-14 01:00:57 +0100 |
---|---|---|
committer | Marcus Hoffmann | 2021-12-14 01:00:57 +0100 |
commit | 9d9709b58a8305fa6c37b9e454312aac8a60994a (patch) | |
tree | 13034fe7cc801ea5051619fa4feaa7da434de7d9 | |
parent | 25273b3976854ef4e53d068252302f92f2a7788e (diff) | |
download | aur-9d9709b58a8305fa6c37b9e454312aac8a60994a.tar.gz |
update to latest version 1.2.0
Upstream project is unmaintained as well now though.
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 9 deletions
@@ -1,14 +1,13 @@ pkgbase = python-pretty-cron pkgdesc = Converts crontab expressions to human-readable descriptions. - pkgver = 1.0.2 + pkgver = 1.2.0 pkgrel = 1 url = https://github.com/adamchainz/pretty-cron arch = i686 arch = x86_64 - license = GPL + license = MIT depends = python - source = https://github.com/adamchainz/pretty-cron/archive/1.0.2.tar.gz - md5sums = 7c57e798a46844999fc3fbe1b6ef7c0e + source = https://github.com/adamchainz/pretty-cron/archive/1.2.0.tar.gz + md5sums = 8bd4ad0e16859cd7cfd41f77bc17575b pkgname = python-pretty-cron - @@ -1,16 +1,16 @@ -# Maintainer: Nicolas Quiénot <niQo @ aur> +# Maintainer: Marcus Hoffmann <bubu@bubu1.eu> pkgname=python-pretty-cron _pkgname=pretty-cron -pkgver=1.0.2 +pkgver=1.2.0 pkgrel=1 pkgdesc="Converts crontab expressions to human-readable descriptions." arch=('i686' 'x86_64') url="https://github.com/adamchainz/pretty-cron" -license=('GPL') +license=('MIT') depends=('python') makedepends=() source=("https://github.com/adamchainz/${_pkgname}/archive/${pkgver}.tar.gz") -md5sums=('7c57e798a46844999fc3fbe1b6ef7c0e') +md5sums=('8bd4ad0e16859cd7cfd41f77bc17575b') package() { cd "${srcdir}/${_pkgname}-${pkgver}" |