summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28a3d64793ec..73ea1eb3f5b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = backintime
pkgver = 1.4.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/bit-team/backintime
arch = any
license = GPL
@@ -29,7 +29,7 @@ pkgname = backintime
optdepends = kompare: diff/patch frontend
optdepends = meld: diff/patch frontend
optdepends = python-keyring: store and access passwords safely
- optdepends = qt5-translation: translate BIT dialogs into native language
+ optdepends = qt5-translations: translate BIT dialogs into native language
pkgname = backintime-cli
pkgdesc = Simple backup system inspired from the Flyback Project and TimeVault. CLI version.
diff --git a/PKGBUILD b/PKGBUILD
index 01d3125738c1..2bca61a4631e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=(backintime backintime-cli)
_pkgname="backintime"
pkgver=1.4.0
-pkgrel=4
+pkgrel=5
arch=(any)
url="https://github.com/bit-team/backintime"
license=(GPL)
@@ -58,7 +58,7 @@ package_backintime() {
optdepends=('kompare: diff/patch frontend'
'meld: diff/patch frontend'
'python-keyring: store and access passwords safely'
- 'qt5-translation: translate BIT dialogs into native language')
+ 'qt5-translations: translate BIT dialogs into native language')
cd "$_pkgname-$pkgver/qt"
make DESTDIR="$pkgdir" install