summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Fischer2018-09-19 08:26:01 +0200
committerSven Fischer2018-09-19 08:29:29 +0200
commit1545ebd7b3941fd14ab2d855b513fddc769e190d (patch)
treea829b7af760e13bcdf85ef2961798d4f6f8529e3
parenta89d421b89801bd1946ee2cf8415f3d9643642d9 (diff)
downloadaur-1545ebd7b3941fd14ab2d855b513fddc769e190d.tar.gz
Updated to version 3.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 402182dcde1e..2e7b33b0e205 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = robotframework
pkgdesc = A keyword-driven test automation framework
- pkgver = 3.0.2
+ pkgver = 3.0.4
pkgrel = 1
url = http://www.robotframework.org
arch = any
license = Apache
depends = python
optdepends = jython: for using robotframework with Java (must be installed before running PKGBUILD)
- source = https://github.com/robotframework/robotframework/archive/3.0.2.tar.gz
- md5sums = 42200db321356636d407843d894bc457
+ source = https://github.com/robotframework/robotframework/archive/v3.0.4.tar.gz
+ md5sums = 74acaf2138423f4c1d840bc83b79e242
pkgname = robotframework
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"