summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Marzal2022-02-16 23:46:37 +0100
committerDavid Marzal2022-02-16 23:46:37 +0100
commitcada78db13bb40e26b0efb4a6d0ff66555078528 (patch)
tree8cd8bf4464774b9b557b74a6525334eb6b78a98b
parentec0c253465911c12ee64cf344af47d4e7958b4f8 (diff)
downloadaur-cada78db13bb40e26b0efb4a6d0ff66555078528.tar.gz
updpkg 2.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 895ad7658cf6..7303fcbb050c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.
- pkgver = 2.2.1
+ pkgver = 2.2.2
pkgrel = 1
url = http://www.eloihr.net/ksvnupdater
arch = i686
@@ -23,7 +23,7 @@ pkgbase = ksvnupdater
optdepends = gettext: msginit. GNU internationalization library
optdepends = openssh: ssh-agent and ssh-add. Accesing KDE repos with auth
optdepends = jq: Creating documentation
- source = https://www.eloihr.net/ksvnupdater/files/ksvnupdater-2.2.1.tar.bz2
- md5sums = 07a31e1d12412a6c3b0ed7b38f23bf56
+ source = https://www.eloihr.net/ksvnupdater/files/ksvnupdater-2.2.2.tar.bz2
+ md5sums = 3bc7f26860183bc09dcc665e2555dd49
pkgname = ksvnupdater
diff --git a/PKGBUILD b/PKGBUILD
index 3a0249d4bce6..d913b1c89036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: (XavierCLL) Xavier Corredor <xavier.corredor.llano (a) gmail.com>
pkgname=ksvnupdater
-pkgver=2.2.1
+pkgver=2.2.2
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."
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ optdepends=('git: Download Scripty and Pology'
'openssh: ssh-agent and ssh-add. Accesing KDE repos with auth'
'jq: Creating documentation')
source=(https://www.eloihr.net/ksvnupdater/files/ksvnupdater-$pkgver.tar.bz2)
-md5sums=('07a31e1d12412a6c3b0ed7b38f23bf56')
+md5sums=('3bc7f26860183bc09dcc665e2555dd49')
build() {
cd "$pkgname-$pkgver"