summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-11-29 22:09:57 +0530
committerlibrewish2020-11-29 22:09:57 +0530
commit62baa93a3dc670e9cfb594c17631af9e332bee2b (patch)
treeecb2cf9499ef0226f7c65b16190efe1c8a1fbd5b
parent4db0f0f0ba882a680eb964058dadfd002cc16858 (diff)
downloadaur-62baa93a3dc670e9cfb594c17631af9e332bee2b.tar.gz
update architecture
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
-rw-r--r--timeshift.install1
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b94671231a98..f1d6e8f9314c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,7 @@ pkgbase = timeshift
pkgrel = 1
url = https://github.com/teejee2008/timeshift
install = timeshift.install
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
makedepends = git
makedepends = vala
diff --git a/PKGBUILD b/PKGBUILD
index 3ef9671a75cf..55478d562949 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=timeshift
pkgver=20.11.1+3+g08d0e59
pkgrel=1
pkgdesc="A system restore utility for Linux"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/teejee2008/timeshift"
license=('GPL')
depends=('gtk3' 'libsoup' 'desktop-file-utils' 'cronie' 'rsync' 'libgee' 'vte3'
diff --git a/timeshift.install b/timeshift.install
index bc3bd2167015..ff04187e1673 100644
--- a/timeshift.install
+++ b/timeshift.install
@@ -9,5 +9,6 @@ post_upgrade() {
}
post_install() {
+ systemctl enable --now cronie.service
post_upgrade
}