summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2018-05-28 19:29:57 -0400
committerTony Lambiris2018-05-28 19:29:57 -0400
commit2733004e179ce21c4aecfc7b2c20da860fdc73ae (patch)
treecfb4b54d37a76036af1693e485abc60518e0207a
parent6740ec87e21b5f9c52fc2f710798f7a28aba64c3 (diff)
downloadaur-2733004e179ce21c4aecfc7b2c20da860fdc73ae.tar.gz
Version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7de276bf1a8..16b0064fff39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = veles
pkgdesc = Binary data analysis and visualization tool
- pkgver = 2017.06.0.1
- pkgrel = 3
+ pkgver = 2018.05
+ pkgrel = 1
url = https://codisec.com/veles/
arch = x86_64
license = Apache
@@ -11,8 +11,8 @@ pkgbase = veles
depends = python-msgpack
depends = python-pyopenssl
depends = double-conversion
- source = https://github.com/codilime/veles/releases/download/2017.06.0.1/Veles_2017.06.0.1_64bit_Ubuntu1604.deb
- sha256sums = 9954a384e6ba733b50e07b9fd2a32f0dd181ef8aab11ebd5441744020949357e
+ source = https://github.com/codilime/veles/releases/download/2018.05.0.TIF/Veles_2018.05_64bit_Ubuntu1604.deb
+ sha256sums = cb20661606d60077666c74935b94c5f0b133426a776ba7a58513abdcf44f402c
pkgname = veles
diff --git a/PKGBUILD b/PKGBUILD
index 740e6b62023d..fc8ae1ec8f12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Tony Lambiris <tony@critialstack.com>
pkgname=veles
-pkgver=2017.06.0.1
-pkgrel=3
+pkgver=2018.05
+pkgrel=1
pkgdesc='Binary data analysis and visualization tool'
arch=('x86_64')
url="https://codisec.com/veles/"
license=('Apache')
depends=('qt5-base' 'python-pbr' 'python-six' 'python-msgpack' 'python-pyopenssl' 'double-conversion')
-source=("https://github.com/codilime/veles/releases/download/${pkgver}/Veles_${pkgver}_64bit_Ubuntu1604.deb")
-sha256sums=('9954a384e6ba733b50e07b9fd2a32f0dd181ef8aab11ebd5441744020949357e')
+source=("https://github.com/codilime/veles/releases/download/${pkgver}.0.TIF/Veles_${pkgver}_64bit_Ubuntu1604.deb")
+sha256sums=('cb20661606d60077666c74935b94c5f0b133426a776ba7a58513abdcf44f402c')
package() {
cd $srcdir