summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b295edc6d36..516585977c8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Thomas Robinson <robinsthom |a| gmail |.| com>
# Visa Jokelainen <visaj |a| iki |.| fi>
pkgname=robotframework
-pkgver=3.0.2
+pkgver=3.0.4
pkgrel=1
pkgdesc="A keyword-driven test automation framework"
arch=('any')
@@ -10,8 +10,8 @@ url="http://www.robotframework.org"
license=('Apache')
depends=('python')
optdepends=('jython: for using robotframework with Java (must be installed before running PKGBUILD)')
-source=("https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('42200db321356636d407843d894bc457')
+source=("https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz")
+md5sums=('74acaf2138423f4c1d840bc83b79e242')
package() {
cd "$srcdir/$pkgname-$pkgver"