summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortritonas002017-01-24 19:20:58 +0200
committertritonas002017-01-24 19:20:58 +0200
commit21aff667f0691000119ccdbae1165faa7da355db (patch)
tree11bfe79c1f7f95dc456bfdcf790c982f16dbd1cd
parent450f28ce1b57a2172c04e952d318fb0d720541d5 (diff)
downloadaur-21aff667f0691000119ccdbae1165faa7da355db.tar.gz
update to 6.2/updated readme.install
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--readme.install11
3 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d6aca5ae26b..c1f8eceeda04 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.1
+ pkgver = 6.2
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.1.tar.gz
- md5sums = 74a4989ecb4f07504ef0bf45d9b8dc33
+ source = https://github.com/tritonas00/system-tar-and-restore/archive/6.2.tar.gz
+ md5sums = 584fd65b1374861470ffdb793b2181fb
pkgname = system-tar-and-restore
diff --git a/PKGBUILD b/PKGBUILD
index 7c338c1d3140..11018c3e3c2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tritonas00 <tritonas00@gmail.com>
pkgname=system-tar-and-restore
-pkgver=6.1
+pkgver=6.2
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=('74a4989ecb4f07504ef0bf45d9b8dc33')
+md5sums=('584fd65b1374861470ffdb793b2181fb')
install=readme.install
diff --git a/readme.install b/readme.install
index 9159a906ee81..2143e243afd5 100644
--- a/readme.install
+++ b/readme.install
@@ -5,14 +5,11 @@ echo 'https://wiki.archlinux.org/index.php/System-tar-and-restore'
echo '--------------------------------------------------------------------------'
echo 'QUICK INSTRUCTIONS'
echo
-echo 'BACKUP'
-echo 'Run as root: backup.sh'
-echo 'The sample configuration file can be found at /usr/share/system-tar-and-restore/backup.conf'
+echo 'MAIN SCRIPT'
+echo 'Run as root: star.sh'
+echo 'The sample configuration file for backup mode can be found at /usr/share/system-tar-and-restore/backup.conf'
echo
-echo 'RESTORE/TRANSFER'
-echo 'Run as root: restore.sh'
-echo
-echo 'GUI'
+echo 'GUI WRAPPER'
echo 'Run as root: star-gui.sh'
echo '--------------------------------------------------------------------------'
} \ No newline at end of file