summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2017-12-26 13:59:58 -0500
committerTony Lambiris2017-12-26 13:59:58 -0500
commit6740ec87e21b5f9c52fc2f710798f7a28aba64c3 (patch)
treeafea10c59a6b8245afe50e51bd344c8691e47e2a
parent91a841eaffeaf3c18122cffaeb49c2c91c1fdecd (diff)
downloadaur-6740ec87e21b5f9c52fc2f710798f7a28aba64c3.tar.gz
Use pkgver in source file url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f147d04bf2d..e7de276bf1a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = veles
- pkgdesc = Visual reverse engineering tool.
+ pkgdesc = Binary data analysis and visualization tool
pkgver = 2017.06.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://codisec.com/veles/
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index afc1783d9215..740e6b62023d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=veles
pkgver=2017.06.0.1
-pkgrel=2
-pkgdesc="Visual reverse engineering tool."
+pkgrel=3
+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/2017.06.0.1/Veles_${pkgver}_64bit_Ubuntu1604.deb")
+source=("https://github.com/codilime/veles/releases/download/${pkgver}/Veles_${pkgver}_64bit_Ubuntu1604.deb")
sha256sums=('9954a384e6ba733b50e07b9fd2a32f0dd181ef8aab11ebd5441744020949357e')
package() {