summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2023-09-17 08:24:12 -0400
committergraysky2023-09-17 08:24:12 -0400
commit8bc26ce2548f56e0b63f184ebbb79e74876889b7 (patch)
tree27852ce5bd0207f6ed954ea9c5b45c45687c2c9e
parent637b58e136d442f93e5b564bc48f015c99d87abf (diff)
downloadaur-8bc26ce2548f56e0b63f184ebbb79e74876889b7.tar.gz
Update to 1.4.0-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8da9bcc4400d..8b19e18dd261 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = backintime
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bit-team/backintime
arch = any
license = GPL
@@ -27,6 +27,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
pkgname = backintime-cli
pkgdesc = Simple backup system inspired from the Flyback Project and TimeVault. CLI version.
diff --git a/PKGBUILD b/PKGBUILD
index ac14a17e8a3f..67591125cf25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=(backintime backintime-cli)
_pkgname="backintime"
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
arch=(any)
url="https://github.com/bit-team/backintime"
license=(GPL)
@@ -32,7 +32,7 @@ build() {
check() {
cd "$_pkgname-$pkgver/common"
-
+
make test
}
@@ -54,7 +54,8 @@ package_backintime() {
# note users can optionally install EITHER kompare OR meld but not both!
optdepends=('kompare: diff/patch frontend'
'meld: diff/patch frontend'
- 'python-keyring: store and access passwords safely')
+ 'python-keyring: store and access passwords safely'
+ 'qt5-translation: translate BIT dialogs into native language')
cd "$_pkgname-$pkgver/qt"
make DESTDIR="$pkgdir" install