summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2023-09-18 15:13:08 -0400
committergraysky2023-09-18 15:13:08 -0400
commite7e11822050ef779a3e280b813a33376b0aa048e (patch)
tree6c428771f2a05d566a18d2715dbde3ea187b1373
parentd3c637f79079cc38f781928c7a0240dbe0ac57dd (diff)
downloadaur-e7e11822050ef779a3e280b813a33376b0aa048e.tar.gz
Update to 1.4.0-5
-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