summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick José Pereira2017-04-25 08:15:37 -0300
committerPatrick José Pereira2017-04-25 08:52:47 -0300
commit1d87ece5a69be7dd18bbe18c217a055bda36b33a (patch)
tree84f75dec6d2615dc01510989f39ed8a4e4f34b8d
parenta2b0b3ce9dfb5c8fd7ff0cd7cdeab7f3cd4ab1a1 (diff)
downloadaur-1d87ece5a69be7dd18bbe18c217a055bda36b33a.tar.gz
Update final to v3.4.0
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD14
2 files changed, 8 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b19b0d1af4e..52f676ffa021 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,17 @@
pkgbase = vrep
pkgdesc = V-REP is the Swiss army knife among robot simulators. V-REP is used for fast algorithm development, factory automation simulations, fast prototyping and verification, robotics related education, remote monitoring, safety double-checking, etc.
- pkgver = 3_3_2
+ pkgver = 3_4_0
pkgrel = 3
epoch = 1
url = http://www.coppeliarobotics.com/index.html
- arch = i686
arch = x86_64
license = GPL
license = LGPL
options = !strip
- source = http://coppeliarobotics.com/files/V-REP_PRO_EDU_V3_3_2_64_Linux.tar.gz
+ source = http://coppeliarobotics.com/files/V-REP_PRO_EDU_V3_4_0_Linux.tar.gz
source = vrep.sh
- md5sums = 49952386d7e67a9c83b5aaf63f4de597
+ md5sums = a3c0f872b91703909608aee092ad03df
md5sums = a5f75fcd3c08b1a8c93f74997006e5d5
- source_i686 = http://coppeliarobotics.com/files/V-REP_PRO_EDU_V3_3_2_Linux.tar.gz
- source_i686 = vrep.sh
- md5sums_i686 = af3ca287b8ec4ad935fd16e725d414d9
- md5sums_i686 = a5f75fcd3c08b1a8c93f74997006e5d5
pkgname = vrep
diff --git a/PKGBUILD b/PKGBUILD
index 2193e41cde04..efd010de1797 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: patrickelectric <patrickelectric {a.t} gmail {d.o.t} com>
pkgname=vrep
-pkgver=3_3_2
+pkgver=3_4_0
pkgrel=3
epoch=1
pkgdesc="V-REP is the Swiss army knife among robot simulators.
@@ -9,7 +9,7 @@ pkgdesc="V-REP is the Swiss army knife among robot simulators.
V-REP is used for fast algorithm development, factory automation simulations,
fast prototyping and verification, robotics related education, remote monitoring,
safety double-checking, etc."
-arch=("i686" "x86_64")
+arch=("x86_64")
url="http://www.coppeliarobotics.com/index.html"
license=("GPL" "LGPL")
#depends=('')
@@ -17,14 +17,10 @@ makedepends=('')
#optdepends=('')
options=(!strip)
install=""
-source=("http://coppeliarobotics.com/files/V-REP_PRO_EDU_V${pkgver}_64_Linux.tar.gz"
+source=("http://coppeliarobotics.com/files/V-REP_PRO_EDU_V${pkgver}_Linux.tar.gz"
"vrep.sh")
-source_i686=("http://coppeliarobotics.com/files/V-REP_PRO_EDU_V${pkgver}_Linux.tar.gz"
- "vrep.sh")
-md5sums=('49952386d7e67a9c83b5aaf63f4de597'
+md5sums=('a3c0f872b91703909608aee092ad03df'
'a5f75fcd3c08b1a8c93f74997006e5d5')
-md5sums_i686=('af3ca287b8ec4ad935fd16e725d414d9'
- 'a5f75fcd3c08b1a8c93f74997006e5d5')
prepare()
{
echo "nothing to prepare"
@@ -40,7 +36,7 @@ package() {
if [ "$CARCH" = x86_64 ]
then
- cd "${srcdir}/V-REP_PRO_EDU_V${pkgver}_64_Linux"
+ cd "${srcdir}/V-REP_PRO_EDU_V${pkgver}_Linux"
else
cd "${srcdir}/V-REP_PRO_EDU_V${pkgver}_Linux"
fi