summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2021-03-21 15:56:22 +1000
committerMark Blakeney2021-03-21 15:56:22 +1000
commit025e2c576a7614082e83481ac0736f2b34af5991 (patch)
treeb37130ea162700babd6aa6eeb67e76bd058f365c /PKGBUILD
parenta909eb8fbe20b9b313f3a860249311115e5a5f9d (diff)
downloadaur-025e2c576a7614082e83481ac0736f2b34af5991.tar.gz
Update to 1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5c40dde05eb..32c0ef654cca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mark.blakeney at bullet-systems dot net
_pkgname=timesched
pkgname=python-$_pkgname
-pkgver=1.5
+pkgver=1.6
pkgrel=1
pkgdesc="Python module providing a simple time event scheduler"
url="https://github.com/bulletmark/$_pkgname"
@@ -12,7 +12,7 @@ makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
replaces=($_pkgname)
conflicts=($_pkgname)
-sha1sums=('5a0a2f2c050f1fb5f7a0544489c67d2545f96b96')
+sha1sums=('4b87a1a50c0d6609aa713d1a78c458dcee62c2fd')
package() {
cd "$_pkgname-$pkgver"