summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Marzal2023-03-16 19:25:58 +0100
committerDavid Marzal2023-03-16 19:25:58 +0100
commitb7b17e318826cb0164d39819e69e29bb9eecd1aa (patch)
treeb18b094fc1368ad2f3643820e39ab25ebb4944c5
parent55fa12ad842f82ac4fb3257ded9ef19713d76f2f (diff)
downloadaur-b7b17e318826cb0164d39819e69e29bb9eecd1aa.tar.gz
updpkg 2.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c932fdd191b..a22940eda8da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ksvnupdater
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.4
+ pkgver = 2.3.0
pkgrel = 1
url = http://www.eloihr.net/ksvnupdater
arch = x86_64
@@ -24,8 +24,8 @@ pkgbase = ksvnupdater
optdepends = jq: creating DocBook 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.4.tar.bz2
- md5sums = 986c0454ee974b4488cf1f2aa1e46613
- sha1sums = 7f11d5ee3396e5f8f5b23eb9d34d223032513d15
+ source = https://www.eloihr.net/ksvnupdater/files/ksvnupdater-2.3.0.tar.bz2
+ md5sums = 6e88c47f49165c13ab4f3e925db4b296
+ sha1sums = 7cf1bf02ac5e49d582902ff50f86d559261776ce
pkgname = ksvnupdater
diff --git a/PKGBUILD b/PKGBUILD
index 38c7c037be4a..f771452f76ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: (XavierCLL) Xavier Corredor <xavier.corredor.llano (a) gmail.com>
pkgname=ksvnupdater
-pkgver=2.2.4
+pkgver=2.3.0
pkgrel=1
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=('x86_64' 'i686')
@@ -19,8 +19,8 @@ optdepends=('git: download Scripty and Pology binaries'
'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=('986c0454ee974b4488cf1f2aa1e46613')
-sha1sums=('7f11d5ee3396e5f8f5b23eb9d34d223032513d15')
+md5sums=('6e88c47f49165c13ab4f3e925db4b296')
+sha1sums=('7cf1bf02ac5e49d582902ff50f86d559261776ce')
build() {
cd "$pkgname-$pkgver"