summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Gnezdilov2020-07-01 12:50:14 +0300
committerLeonid Gnezdilov2020-07-01 12:50:14 +0300
commite9e994359c3aae95a3ea9f487323648c93b9ac5b (patch)
treedb909c2d195add61e51a8130c5cb3a53f957c26c
parent16870b6d1571f60ac8a78bbb5435fdaae5cc2e6c (diff)
downloadaur-e9e994359c3aae95a3ea9f487323648c93b9ac5b.tar.gz
01072020
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfc01024e288..6ba4cf0258eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Jun 24 09:56:40 UTC 2017
pkgbase = openoffice-ru-bin
pkgdesc = Russian language pack for OpenOffice.org
- pkgver = 4.1.3
+ pkgver = 4.1.7
pkgrel = 1
url = http://www.openoffice.org/
install = openoffice-i18n-bin.install
@@ -10,11 +8,11 @@ pkgbase = openoffice-ru-bin
arch = x86_64
license = APACHE
makedepends = rpmextract
- depends = openoffice>=4.1.3
+ depends = openoffice>=4.1.7
options = !strip
options = docs
- source = http://apache.org/dist/openoffice/4.1.3/binaries/ru/
- md5sums = SKIP
+ source = http://apache.org/dist/openoffice/4.1.7/binaries/ru/Apache_OpenOffice_4.1.7_Linux_x86-64_langpack-rpm_ru.tar.gz
+ md5sums = cf706a91951b9edc2601a9e2a9146e9e
sha256sums = SKIP
pkgname = openoffice-ru-bin
diff --git a/PKGBUILD b/PKGBUILD
index 37eff2072929..f9e353264dea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#!/bin/bash
-# Maintainer: leoneii leoneii@mail.ru
+# Maintainer: leoneii comdir@infonix.info
# copy of "de" lang pack, thenks:
# Sibren Vasse <arch at sibrenvasse dot nl>
@@ -18,7 +18,7 @@ _install_name='openoffice4'
_install_path=${_install_prefix}/${_install_name}
pkgname=openoffice-${_lang}-bin
-pkgver=4.1.3
+pkgver=4.1.7
pkgrel=1
pkgdesc="Russian language pack for OpenOffice.org"
arch=('i686' 'x86_64')
@@ -39,11 +39,11 @@ sha256sums=('SKIP')
case "$CARCH"
in i686 )
source=(http://apache.org/dist/openoffice/${pkgver}/binaries/${_lang}/Apache_OpenOffice_${pkgver}_Linux_x86_langpack-rpm_${_lang}.tar.gz)
- md5sums[0]='debc085ecc77d948d202f646bbbb373d'
+ md5sums[0]='SKIP'
#sha256sums[0]='e195758b7872e0cb04ff9fe869587a1ce81d2216'
;; x86_64 )
source=(http://apache.org/dist/openoffice/${pkgver}/binaries/${_lang}/Apache_OpenOffice_${pkgver}_Linux_x86-64_langpack-rpm_${_lang}.tar.gz)
- md5sums[0]='cb7326233b8f6cd04144bceacf538c26'
+ md5sums[0]='cf706a91951b9edc2601a9e2a9146e9e'
#sha256sums[0]='5a7b29cdb426b557629cdc979db4ab70551ce1366509f15b8b3d8c5b7ab5499c'
esac