diff --git a/python-crontab/PKGBUILD b/python-crontab/PKGBUILD index c69a6aa..6841ff8 100644 --- a/python-crontab/PKGBUILD +++ b/python-crontab/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: George Rawlinson pkgname=python-crontab -pkgver=2.7.1 +pkgver=3.0.0 pkgrel=1 pkgdesc='A module for reading/writing crontab files & accessing the system cron' arch=('any') @@ -15,7 +15,7 @@ makedepends=( 'python-wheel' 'python-setuptools' ) -_commit='ded8f0825922b524a5c63bdf5964f6be1760b766' +_commit='31ce3f134c90b8b2eb235f771744f103a0016453' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP')