Compare commits

..

3 commits

Author SHA1 Message Date
dbec43e473
submodule: llhttp 6.0.6-1 2021-10-20 06:23:45 +00:00
fac8adf9ed
upgpkg: python-crontab 2.6.0-1
New upstream release.
2021-10-20 06:01:37 +00:00
5708ede959
submodule: plex-media-server-plexpass 1.24.5.5160-1 2021-10-20 06:00:11 +00:00
3 changed files with 5 additions and 4 deletions

2
llhttp

@ -1 +1 @@
Subproject commit a29739098efbd5a50574c38de99a9bfce03416c0 Subproject commit 6b13d21a46ac23592694882e0534da434e6aaac3

@ -1 +1 @@
Subproject commit 6b488926309c6e4f0d987b133f068c6ea479c704 Subproject commit aa3880d483bbbfa16cd9ca20fd74798ffbb95391

View file

@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org> # Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=python-crontab pkgname=python-crontab
pkgver=2.5.1 pkgver=2.6.0
pkgrel=1 pkgrel=1
pkgdesc="A module for reading/writing crontab files & accessing the system cron" pkgdesc="A module for reading/writing crontab files & accessing the system cron"
arch=('any') arch=('any')
@ -10,7 +10,8 @@ license=('GPL3')
depends=('python' 'python-croniter' 'python-cron-descriptor') depends=('python' 'python-croniter' 'python-cron-descriptor')
makedepends=('python-setuptools') makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/doctormo/python-crontab/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/doctormo/python-crontab/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
b2sums=('884ee9ff95e3e055bac894322910ecc81afb27158a7d08443589e9544871d9403a53b9a9206da231be9818390e98a2e59f6f5c6e390fda6e18060c0b53240c95') sha512sums=('24bccdc79d246f71e646b4f6c82bc66b73fbc38f2079176a2c8f0fdc5605196387ab5b542edd15acb34f9bae3c7c28b2eae05c9bff4ce01bd7ae30036caa5344')
b2sums=('f1595ad9ff0de971533e2d544acd1054dfbbcc90337c773777db562312eb8e5a904cbe09438c7b10453f47f3efdae834d4609e1810fefc98ee05e6c09baf8650')
build() { build() {
cd "$pkgname-v$pkgver" cd "$pkgname-v$pkgver"