summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Vatai2018-10-27 10:34:13 +0900
committerEmil Vatai2018-10-27 10:34:13 +0900
commitbff6eaaf75f8049160f444175bfcd208f9a8b90f (patch)
treec4d8750e3e538bef2b64a43bb71db390798e20a0
parentab2f08f24fda2627fdf7a1f2b533cfaee657c48e (diff)
downloadaur-bff6eaaf75f8049160f444175bfcd208f9a8b90f.tar.gz
Trying to make AUR "see" the new version
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ca5d4fa673e..00804c359fa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,8 @@ pkgbase="python-sacred"
pkgname=("python-sacred" "python2-sacred")
_pkgname="sacred"
pkgver="0.7.4"
-pkgrel="3"
+pkgrel="4"
+epoch=1
pkgdesc='Sacred is a tool to configure, organize, log and reproduce computational experiments.'
arch=('any')
url='https://github.com/IDSIA/sacred'