summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Landauer2016-12-10 10:12:58 +0100
committerBernhard Landauer2016-12-10 10:12:58 +0100
commitae40def87524cb7c6e7dc18cb63d0b33321f714b (patch)
tree2f9bed9eb74efee3b476017fb2c7f53b50974c68
parent1f5cae394301f1239aa8b98dcb98e0609c0581fc (diff)
downloadaur-ae40def87524cb7c6e7dc18cb63d0b33321f714b.tar.gz
fix variable
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 405f4ecd6bad..8d8e7b8d77ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Dec 10 01:15:40 UTC 2016
+# Sat Dec 10 09:12:22 UTC 2016
pkgbase = openoffice
pkgdesc = Apache OpenOffice
pkgver = 4.1.3
@@ -31,14 +31,10 @@ pkgbase = openoffice
options = !strip
options = docs
backup = opt/openoffice4/program/sofficerc
- source_i686 = v4.1.3-i686::http://apache.org/dist/openoffice/4.1.3/binaries/en-US/Apache_OpenOffice__install-rpm_en-US.tar.gz
- source_i686 = v4.1.3-i686-langpack-en-US::http://apache.org/dist/openoffice/4.1.3/binaries/en-US/Apache_OpenOffice__langpack-rpm_en-US.tar.gz
+ source_i686 = v4.1.3-i686::http://apache.org/dist/openoffice/4.1.3/binaries/en-US/Apache_OpenOffice_4.1.3_Linux_x86_install-rpm_en-US.tar.gz
md5sums_i686 = af75e671fce11bd0b8d3e91fef5fae13
- md5sums_i686 = 45b93e9d7d869930fa887b2243044fe0
- source_x86_64 = v4.1.3-x86_64::http://apache.org/dist/openoffice/4.1.3/binaries/en-US/Apache_OpenOffice_-64_install-rpm_en-US.tar.gz
- source_x86_64 = v4.1.3-x86_64-langpack-en-US::http://apache.org/dist/openoffice/4.1.3/binaries/en-US/Apache_OpenOffice_-64_langpack-rpm_en-US.tar.gz
+ source_x86_64 = v4.1.3-x86_64::http://apache.org/dist/openoffice/4.1.3/binaries/en-US/Apache_OpenOffice_4.1.3_Linux_x86-64_install-rpm_en-US.tar.gz
md5sums_x86_64 = d3f71313aaa04cf2b826ea0d9083c3ac
- md5sums_x86_64 = cbada53411073702c5ae61fb1dcbb510
pkgname = openoffice
diff --git a/PKGBUILD b/PKGBUILD
index 4d41a3e55b81..db042206bfc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,7 +38,7 @@ conflicts=('openoffice-base-bin-unstable')
replaces=('openoffice-base-bin')
backup=("$_path/program/sofficerc")
options=(!strip docs)
-_durl="http://apache.org/dist/$pkgname/$pkgver/binaries/$_lang/Apache_OpenOffice_$pkgver_Linux_x86"
+_durl="http://apache.org/dist/$pkgname/$pkgver/binaries/$_lang/Apache_OpenOffice_${pkgver}_Linux_x86"
source_i686=("v$pkgver-i686::${_durl}_install-rpm_en-US.tar.gz")
source_x86_64=("v$pkgver-x86_64::${_durl}-64_install-rpm_en-US.tar.gz")
md5sums_i686=('af75e671fce11bd0b8d3e91fef5fae13')