summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122022-11-06 07:15:44 +0100
committerwillemw122022-11-06 07:15:44 +0100
commit51e1db8a5944361023e7cc5ef1fe6610733957c3 (patch)
treea0dc5a685e3d0599634da8fb704c54d4b9c57eb6
parent8a1fd5ceffbe945731189a812ef1ea3e774c8273 (diff)
downloadaur-51e1db8a5944361023e7cc5ef1fe6610733957c3.tar.gz
Reenable tests
Undo adding qt5-wayland
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD17
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49871ba56260..c68335d8580e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = backintime-git
- pkgver = 1.3.2.r105.g2121c60c
+ pkgver = 1.3.2.r111.g6fc658dd
pkgrel = 1
url = https://github.com/bit-team/backintime
arch = any
@@ -27,7 +27,6 @@ pkgname = backintime-git
optdepends = kompare: diff tool
optdepends = meld: diff tool
optdepends = python-secretstorage: store passwords
- optdepends = qt5-wayland: Wayland support
provides = backintime
conflicts = backintime
diff --git a/PKGBUILD b/PKGBUILD
index 9fabeab983b6..e5c728a46aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=backintime
pkgname=($_pkgname-git $_pkgname-cli-git)
-pkgver=1.3.2.r105.g2121c60c
+pkgver=1.3.2.r111.g6fc658dd
pkgrel=1
url="https://github.com/bit-team/backintime"
license=('GPL')
@@ -26,13 +26,11 @@ build() {
make
}
-#check() {
-# #make -C $_pkgname/common test
-#
-# # Isolate some of the integration tests (~/.ssh/ files, ...)
-# HOME=tmp make -C $_pkgname/common test
-# rm -rf $_pkgname/common/tmp
-#}
+check() {
+ # Set HOME to isolate some tests, which accesses files in ~/.ssh/, etc.
+ HOME=tmp make -C $_pkgname/common test
+ rm -rf $_pkgname/common/tmp
+}
package_backintime-cli-git() {
pkgdesc="Simple backup/snapshot system inspired by Flyback and TimeVault. CLI version."
@@ -52,8 +50,7 @@ package_backintime-git() {
depends=('backintime-cli-git' 'libnotify' 'polkit' 'python-dbus' 'python-pyqt5' 'xorg-xdpyinfo')
optdepends=('kompare: diff tool'
'meld: diff tool'
- 'python-secretstorage: store passwords'
- 'qt5-wayland: Wayland support')
+ 'python-secretstorage: store passwords')
provides=($_pkgname)
conflicts=($_pkgname)