summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlanpn2021-05-07 10:07:35 +0700
committerlanpn2021-05-07 10:07:35 +0700
commit2a106ba8634774ea8fc0ded2bbf35001d20bb274 (patch)
treecbf72f1e436a4b266a390a985649ecd012f9bc73
parentc134487a202dfa693580779d0301d00fb3a3df82 (diff)
downloadaur-2a106ba8634774ea8fc0ded2bbf35001d20bb274.tar.gz
Update to 0.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0edeb72b70e3..f9d3069d8e6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = taskflow-git
pkgdesc = Simple resource-aware task scheduler
- pkgver = r45.d96fc79
- pkgrel = 2
+ pkgver = r50.51f9156
+ pkgrel = 3
url = https://github.com/lanPN85/taskflow
install = install.sh
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = taskflow-git
makedepends = python-virtualenv
makedepends = binutils
depends = zlib
- source = git+https://github.com/lanPN85/taskflow#tag=0.1.0
+ source = git+https://github.com/lanPN85/taskflow#tag=0.3.0
md5sums = SKIP
pkgname = taskflow-git
diff --git a/PKGBUILD b/PKGBUILD
index ae1154ce6b13..52ea6413acef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Lan Phan <phan.ngoclan58[at]gmail[dot]com>
pkgname=taskflow-git
-pkgver=r45.d96fc79
-pkgrel=2
+pkgver=r50.51f9156
+pkgrel=3
pkgdesc="Simple resource-aware task scheduler"
arch=('x86_64')
url="https://github.com/lanPN85/taskflow"
@@ -16,7 +16,7 @@ replaces=()
backup=()
options=()
install='install.sh'
-source=('git+https://github.com/lanPN85/taskflow#tag=0.2.0')
+source=('git+https://github.com/lanPN85/taskflow#tag=0.3.0')
noextract=()
md5sums=('SKIP')