summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKiruthik Pranav2021-03-22 17:43:32 +0800
committerKiruthik Pranav2021-03-22 17:43:32 +0800
commit41d76811a320cb0d7063cbf0dccc511cf635bb66 (patch)
tree0b52be7352a13bb83a1913f1913664f753ad72ff
parent6b0d7f36b076ee894a4531b4729b66ebe16f5daa (diff)
downloadaur-41d76811a320cb0d7063cbf0dccc511cf635bb66.tar.gz
Updated checksums and gitignore
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 742dbb3657bf..b8aae553b5a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,10 +18,12 @@ pkgbase = timeshift-bin
depends = gtk3
provides = timeshift
conflicts = timeshift
- md5sums = c71ca96e3be09f471c4e8c93cbbbc885
source_x86_64 = https://github.com/teejee2008/timeshift/releases/download/v20.11.1/timeshift_20.11.1_amd64.deb
+ md5sums_x86_64 = c71ca96e3be09f471c4e8c93cbbbc885
source_aarch64 = https://github.com/teejee2008/timeshift/releases/download/v20.11.1/timeshift_20.11.1_arm64.deb
+ md5sums_aarch64 = 9fdc6a5d9b0ecf1bde6e5558dc0c1714
source_i386 = https://github.com/teejee2008/timeshift/releases/download/v20.11.1/timeshift_20.11.1_i386.deb
+ md5sums_i386 = 133d80b40a0c1d207ebc86ac447e5c29
pkgname = timeshift-bin
diff --git a/.gitignore b/.gitignore
index f0a273054b8c..93a543ece8a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
/*.tar.xz
/*.tar.gz
/*.tar.zst
+/*.deb
/pkg
/src
diff --git a/PKGBUILD b/PKGBUILD
index 3b450f09a0ec..cdcb824ae71f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,9 @@ source_aarch64=(https://github.com/teejee2008/timeshift/releases/download/v$pkgv
source_i386=(https://github.com/teejee2008/timeshift/releases/download/v$pkgver/timeshift_${pkgver}_i386.deb)
pkgdesc='A backup and restore utility'
depends=('libgee' 'vte3' 'cronie' 'cairo' 'rsync' 'btrfs-progs' 'json-glib' 'gdk-pixbuf2' 'gtk3')
-md5sums=('c71ca96e3be09f471c4e8c93cbbbc885')
+md5sums_x86_64=('c71ca96e3be09f471c4e8c93cbbbc885')
+md5sums_aarch64=('9fdc6a5d9b0ecf1bde6e5558dc0c1714')
+md5sums_i386=('133d80b40a0c1d207ebc86ac447e5c29')
conflicts=(timeshift)
provides=(timeshift)