summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortritonas002017-02-05 17:47:50 +0200
committertritonas002017-02-05 17:47:50 +0200
commite42ddbfec0bcf71382f3e3e99843f5e36d874173 (patch)
tree377770b39b675da726080e19260edbc584c74472
parent21aff667f0691000119ccdbae1165faa7da355db (diff)
downloadaur-e42ddbfec0bcf71382f3e3e99843f5e36d874173.tar.gz
update to 6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1f8eceeda04..63f949ff20ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = system-tar-and-restore
pkgdesc = Backup and Restore your system using tar or Transfer it with rsync
- pkgver = 6.2
+ pkgver = 6.3
pkgrel = 1
url = https://github.com/tritonas00/system-tar-and-restore
install = readme.install
@@ -17,8 +17,8 @@ pkgbase = system-tar-and-restore
optdepends = pigz: multicore compression
optdepends = pbzip2: multicore compression
optdepends = pxz: multicore compression
- source = https://github.com/tritonas00/system-tar-and-restore/archive/6.2.tar.gz
- md5sums = 584fd65b1374861470ffdb793b2181fb
+ source = https://github.com/tritonas00/system-tar-and-restore/archive/6.3.tar.gz
+ md5sums = 2a35f52364122c8fc3809e3ac6d8a93e
pkgname = system-tar-and-restore
diff --git a/PKGBUILD b/PKGBUILD
index 11018c3e3c2d..e1d54795467c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tritonas00 <tritonas00@gmail.com>
pkgname=system-tar-and-restore
-pkgver=6.2
+pkgver=6.3
pkgrel=1
pkgdesc='Backup and Restore your system using tar or Transfer it with rsync'
arch=('any')
@@ -12,7 +12,7 @@ optdepends=('gtkdialog: GUI wrapper' 'grub: Grub support' 'dosfstools: UEFI supp
url="https://github.com/tritonas00/system-tar-and-restore"
source=("https://github.com/tritonas00/system-tar-and-restore/archive/$pkgver.tar.gz")
-md5sums=('584fd65b1374861470ffdb793b2181fb')
+md5sums=('2a35f52364122c8fc3809e3ac6d8a93e')
install=readme.install