summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlanpn2021-05-10 11:28:20 +0700
committerlanpn2021-05-10 11:28:20 +0700
commitcd62ef1a20b449f892043cbc88e2e7d259b7a1c1 (patch)
tree73354b9b673ba11495860e1fbdef491a6135052a
parent2a106ba8634774ea8fc0ded2bbf35001d20bb274 (diff)
downloadaur-taskflow-git.tar.gz
Update to 0.3.1
-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')