summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Gnezdilov2021-01-15 10:33:47 +0300
committerLeonid Gnezdilov2021-01-15 10:33:47 +0300
commit78020ec79249510b0df155fa849a1f9416c07c10 (patch)
treec2b81076121efa81b72726883b2e305c89010c3f
parent918044469f93b5440a1e9dd3b68ced4e2df6a2a1 (diff)
downloadaur-78020ec79249510b0df155fa849a1f9416c07c10.tar.gz
Update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21c12239d18c..e80e9697268a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = openoffice-ru-bin
pkgdesc = Russian language pack for OpenOffice.org
pkgver = 4.1.8
- pkgrel = 1
+ pkgrel = 2
url = http://www.openoffice.org/
install = openoffice-i18n-bin.install
arch = i686
arch = x86_64
license = APACHE
makedepends = rpmextract
- depends = openoffice>=4.1.8
+ depends = openoffice-bin>=4.1.8
options = !strip
options = docs
source = http://apache.org/dist/openoffice/4.1.8/binaries/ru/Apache_OpenOffice_4.1.8_Linux_x86-64_langpack-rpm_ru.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 9ffa98b56f95..c81fb2c0e075 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,13 +19,13 @@ _install_path=${_install_prefix}/${_install_name}
pkgname=openoffice-${_lang}-bin
pkgver=4.1.8
-pkgrel=1
+pkgrel=2
pkgdesc="Russian language pack for OpenOffice.org"
arch=('i686' 'x86_64')
url="http://www.openoffice.org/"
license=('APACHE') # see below
depends=(
- "openoffice>=${pkgver}"
+ "openoffice-bin>=${pkgver}"
)
makedepends=(
'rpmextract'