summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfire1002652020-12-19 14:52:32 +0800
committerfire1002652020-12-19 14:52:32 +0800
commit71c2a9bcc695b694460dddd0c57f3a327b4bf51d (patch)
tree8be2aa5f7bd0dd3c71c1f8121cda2dc07bc18904
parentc4a1506429de2f3315bb5d0a8fe8bb608f461fb4 (diff)
downloadaur-71c2a9bcc695b694460dddd0c57f3a327b4bf51d.tar.gz
Fixed URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd99b4dead21..8a0ea837d642 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = timeshift-bin
depends = json-glib
depends = gdk-pixbuf2
depends = gtk3
- source = https://github.com/teejee2008/timeshift/releases/download/v20.11.1/timeshift-bin_20.11.1_amd64.deb
+ source = https://github.com/teejee2008/timeshift/releases/download/v20.11.1/timeshift_20.11.1_amd64.deb
md5sums = c71ca96e3be09f471c4e8c93cbbbc885
pkgname = timeshift-bin
diff --git a/PKGBUILD b/PKGBUILD
index ee567ecb28fa..4bb2b662d20d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
url='https://github.com/teejee2008/timeshift'
arch=(x86_64)
license=(GPL)
-source=(https://github.com/teejee2008/timeshift/releases/download/v$pkgver/${pkgname}_${pkgver}_amd64.deb)
+source=(https://github.com/teejee2008/timeshift/releases/download/v$pkgver/timeshift_${pkgver}_amd64.deb)
pkgdesc='A backup and restore utility'
depends=('libgee' 'vte3' 'cronie' 'cairo' 'rsync' 'btrfs-progs' 'json-glib' 'gdk-pixbuf2' 'gtk3')
md5sums=('c71ca96e3be09f471c4e8c93cbbbc885')