summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-11-29 22:37:56 +0530
committerlibrewish2020-11-29 22:37:56 +0530
commita87a0262e688e06a77d7f7fc10e748ce1c1e8bdf (patch)
tree3ad6a650e453c91e83c9e015df287cc16d67dce7
parent62baa93a3dc670e9cfb594c17631af9e332bee2b (diff)
downloadaur-a87a0262e688e06a77d7f7fc10e748ce1c1e8bdf.tar.gz
update architecture
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1d6e8f9314c..91e8027b1fb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,11 @@ pkgbase = timeshift
pkgrel = 1
url = https://github.com/teejee2008/timeshift
install = timeshift.install
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = GPL
makedepends = git
makedepends = vala
diff --git a/PKGBUILD b/PKGBUILD
index 55478d562949..10dff41bca2d 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=('any')
+arch=("i686" "x86_64" "armv6h" "armv7h" "aarch64")
url="https://github.com/teejee2008/timeshift"
license=('GPL')
depends=('gtk3' 'libsoup' 'desktop-file-utils' 'cronie' 'rsync' 'libgee' 'vte3'