summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Hoffmann2021-12-14 01:00:57 +0100
committerMarcus Hoffmann2021-12-14 01:00:57 +0100
commit9d9709b58a8305fa6c37b9e454312aac8a60994a (patch)
tree13034fe7cc801ea5051619fa4feaa7da434de7d9
parent25273b3976854ef4e53d068252302f92f2a7788e (diff)
downloadaur-9d9709b58a8305fa6c37b9e454312aac8a60994a.tar.gz
update to latest version 1.2.0
Upstream project is unmaintained as well now though.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f952e6a4a9f7..922150a65ba0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
-
diff --git a/PKGBUILD b/PKGBUILD
index b094c07b87b9..eda36263d2bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"