summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdoardo Morassutto2018-09-03 15:28:39 +0200
committerEdoardo Morassutto2018-09-03 15:28:39 +0200
commit05c4c2528ee39663f6a107f1904a186d2f2fca3e (patch)
tree351ffbf22ab16f60801d5b34f54e681734bc4f1a
parent8eb8f2ac692bfe4af82ff51e6218f6bf41fd0c1f (diff)
downloadaur-05c4c2528ee39663f6a107f1904a186d2f2fca3e.tar.gz
Version bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba9a00775d21..77e443f55d25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = task-maker-git
pkgdesc = The new cmsMake!
- pkgver = r711.bd79bde
+ pkgver = r730.df7419f
pkgrel = 1
url = https://github.com/algorithm-ninja/task-maker
arch = i686
@@ -13,6 +13,8 @@ pkgbase = task-maker-git
makedepends = gtest
makedepends = python-pip
depends = python
+ depends = python-ruamel-yaml
+ depends = python-traits
depends = capnproto
depends = pybind11
provides = task-maker
diff --git a/PKGBUILD b/PKGBUILD
index c6d46ffdb541..ff94cc7f8fe9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Co-maintainer: Edoardo Morassutto <edoardo.morassutto@gmail.com>
pkgname=task-maker-git
-pkgver=r711.bd79bde
+pkgver=r730.df7419f
pkgrel=1
pkgdesc="The new cmsMake!"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/algorithm-ninja/task-maker"
license=('MPL2')
-depends=('python' 'capnproto' 'pybind11')
+depends=('python' 'python-ruamel-yaml' 'python-traits' 'capnproto' 'pybind11')
makedepends=('cmake' 'gmock' 'gtest' 'python-pip')
provides=('task-maker')
conflicts=('task-maker')