summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Marzal2022-03-06 10:59:36 +0100
committerDavid Marzal2022-03-06 10:59:36 +0100
commitdd23bca2ba5d25f9e03191a117a174adaa806d3f (patch)
treea97647ce442908a554add9bcc93ab90746f22335
parent3159088ff6da913a300f5c9194cf3eabcb26d6f3 (diff)
downloadaur-dd23bca2ba5d25f9e03191a117a174adaa806d3f.tar.gz
pology uses python2
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD16
2 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6881e4ececcf..b02588745ff7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ksvnupdater
- pkgdesc = Utility oriented to KDE translation teams. Through it you can have various local copies of repository, generating projects for Lokalize, checks and corrections using Pology and more.
+ pkgdesc = Utility oriented to KDE translation teams. You can have various local copies of repository, generating projects for Lokalize, checks and corrections using Pology and more.
pkgver = 2.2.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.eloihr.net/ksvnupdater
arch = i686
arch = x86_64
@@ -16,14 +16,14 @@ pkgbase = ksvnupdater
depends = karchive
depends = qt5-base
depends = subversion
- optdepends = git: Download Scripty and Pology
- optdepends = lokalize: File translations.
- optdepends = pology: Translations checks. Broken due to dependencies
- optdepends = kdiff3: Conflict merge
+ optdepends = git: download Scripty and Pology binaries
+ optdepends = lokalize: file translations.
+ optdepends = kdiff3: conflict merge
optdepends = gettext: msginit. GNU internationalization library
optdepends = openssh: ssh-agent and ssh-add. Accesing KDE repos with auth
- optdepends = jq: Creating documentation
- optdepends = python-pyenchant: Used by pology for some checks
+ optdepends = jq: creating documentation
+ optdepends = pology: translations checks. Broken due to dependencies
+ optdepends = python2-pyenchant: spell checking functionality (needs a dictionary)
source = https://www.eloihr.net/ksvnupdater/files/ksvnupdater-2.2.3.tar.bz2
md5sums = 37e5070f1a3340921d060e23d7f0c6ca
diff --git a/PKGBUILD b/PKGBUILD
index f7c9c682801d..e0a632c8ea25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,21 @@
pkgname=ksvnupdater
pkgver=2.2.3
-pkgrel=1
-pkgdesc="Utility oriented to KDE translation teams. Through it you can have various local copies of repository, generating projects for Lokalize, checks and corrections using Pology and more."
+pkgrel=2
+pkgdesc="Utility oriented to KDE translation teams. You can have various local copies of repository, generating projects for Lokalize, checks and corrections using Pology and more."
arch=('i686' 'x86_64')
url="http://www.eloihr.net/ksvnupdater"
license=('GPL')
depends=('kfilemetadata' 'kio' 'knotifications' 'kitemviews' 'kiconthemes' 'karchive' 'qt5-base' 'subversion')
makedepends=('extra-cmake-modules' 'kdoctools')
-optdepends=('git: Download Scripty and Pology'
- 'lokalize: File translations.'
- 'pology: Translations checks. Broken due to dependencies'
- 'kdiff3: Conflict merge'
+optdepends=('git: download Scripty and Pology binaries'
+ 'lokalize: file translations.'
+ 'kdiff3: conflict merge'
'gettext: msginit. GNU internationalization library'
'openssh: ssh-agent and ssh-add. Accesing KDE repos with auth'
- 'jq: Creating documentation'
- 'python-pyenchant: Used by pology for some checks')
+ 'jq: creating documentation'
+ 'pology: translations checks. Broken due to dependencies'
+ 'python2-pyenchant: spell checking functionality (needs a dictionary)')
source=(https://www.eloihr.net/ksvnupdater/files/ksvnupdater-$pkgver.tar.bz2)
md5sums=('37e5070f1a3340921d060e23d7f0c6ca')