summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9d3069d8e6c..1af7ad342577 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = taskflow-git
pkgdesc = Simple resource-aware task scheduler
- pkgver = r50.51f9156
- pkgrel = 3
+ pkgver = r53.b21cc7c
+ pkgrel = 4
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.3.0
+ source = git+https://github.com/lanPN85/taskflow#tag=0.3.1
md5sums = SKIP
pkgname = taskflow-git
diff --git a/PKGBUILD b/PKGBUILD
index 52ea6413acef..e978e75abe91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Lan Phan <phan.ngoclan58[at]gmail[dot]com>
pkgname=taskflow-git
-pkgver=r50.51f9156
-pkgrel=3
+pkgver=r53.b21cc7c
+pkgrel=4
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.3.0')
+source=('git+https://github.com/lanPN85/taskflow#tag=0.3.1')
noextract=()
md5sums=('SKIP')