summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Gnezdilov2023-01-16 12:51:11 +0300
committerLeonid Gnezdilov2023-01-16 12:51:11 +0300
commita8dc07a1f04eee52bf79bafc965f02cb547e17cb (patch)
tree5a78364571915c8c571dc66cd3699e02b154340f
parent7cad2c323fd44440361a701e19f379503e9ef453 (diff)
downloadaur-a8dc07a1f04eee52bf79bafc965f02cb547e17cb.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12a72eae6f1e..96416a3af3bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openoffice-ru-bin
pkgdesc = Russian language pack for OpenOffice.org
- pkgver = 4.1.12
+ pkgver = 4.1.13
pkgrel = 1
url = http://www.openoffice.org/
install = openoffice-i18n-bin.install
@@ -8,11 +8,11 @@ pkgbase = openoffice-ru-bin
arch = x86_64
license = APACHE
makedepends = rpmextract
- depends = openoffice-bin>=4.1.12
+ depends = openoffice-bin>=4.1.13
options = !strip
options = docs
- source = http://apache.org/dist/openoffice/4.1.12/binaries/ru/Apache_OpenOffice_4.1.12_Linux_x86-64_langpack-rpm_ru.tar.gz
+ source = http://apache.org/dist/openoffice/4.1.13/binaries/ru/Apache_OpenOffice_4.1.13_Linux_x86-64_langpack-rpm_ru.tar.gz
md5sums = SKIP
- sha256sums = SKIP
+ sha256sums = c30e408b4ce57195aa9eed0609ca973fdf2fe99d95b1177e8cdb005f0e8c2aad
pkgname = openoffice-ru-bin
diff --git a/PKGBUILD b/PKGBUILD
index c29c3175c258..e03d404e98f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ _install_name='openoffice4'
_install_path=${_install_prefix}/${_install_name}
pkgname=openoffice-${_lang}-bin
-pkgver=4.1.12
+pkgver=4.1.13
pkgrel=1
pkgdesc="Russian language pack for OpenOffice.org"
arch=('i686' 'x86_64')
@@ -34,8 +34,8 @@ options=(!strip docs)
install=openoffice-i18n-bin.install
# AUR is tricky
source=( http://apache.org/dist/openoffice/${pkgver}/binaries/${_lang}/ )
-md5sums=('SKIP')
-sha256sums=('SKIP')
+md5sums=('03eb55783280f904c5f2b42aa59dc652')
+sha256sums=('c30e408b4ce57195aa9eed0609ca973fdf2fe99d95b1177e8cdb005f0e8c2aad')
case "$CARCH"
in i686 )
source=(http://apache.org/dist/openoffice/${pkgver}/binaries/${_lang}/Apache_OpenOffice_${pkgver}_Linux_x86_langpack-rpm_${_lang}.tar.gz)