summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortritonas002015-08-21 01:40:13 +0300
committertritonas002015-08-21 01:40:13 +0300
commit74ee5600e7450ee8e761ab08154caf025c24ac6f (patch)
tree76ee240f0d7b81b37a4542889e4ffa8680f6037d
parent4dba4ecb4759bf804808164f7a2bd838a993d16b (diff)
downloadaur-74ee5600e7450ee8e761ab08154caf025c24ac6f.tar.gz
Update to 4.9.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
-rw-r--r--readme.install3
3 files changed, 18 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b699953046e..d465dd9b4b35 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 = 4.9.1
+ pkgver = 4.9.2
pkgrel = 1
url = https://github.com/tritonas00/system-tar-and-restore
install = readme.install
@@ -14,10 +14,14 @@ pkgbase = system-tar-and-restore
optdepends = efibootmgr: UEFI support
optdepends = syslinux: Syslinux support
optdepends = gptfdisk: GPT with Syslinux support
- source = https://github.com/tritonas00/system-tar-and-restore/archive/4.9.1.tar.gz
+ optdepends = pigz: multicore compression
+ optdepends = pbzip2: multicore compression
+ optdepends = pxz: multicore compression
+ optdepends = gtkdialog: GUI wrapper
+ source = https://github.com/tritonas00/system-tar-and-restore/archive/4.9.2.tar.gz
source = readme.install
- md5sums = bf5579106c2d1a79ecb181a413df6b8b
- md5sums = 4a916d292566554a63b35df9ed094230
+ md5sums = 4142245ca70202e94b4d98d53efdcd87
+ md5sums = c2df236e728583b3974f58034e888dc8
pkgname = system-tar-and-restore
diff --git a/PKGBUILD b/PKGBUILD
index 4722eadbc6b6..f02e58340bf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
# Maintainer: tritonas00 <tritonas00@gmail.com>
pkgname=system-tar-and-restore
-pkgver=4.9.1
+pkgver=4.9.2
pkgrel=1
pkgdesc='Backup and Restore your system using tar or Transfer it with rsync'
arch=('any')
license=('GPL')
depends=('rsync' 'wget')
-optdepends=('dialog: Ncurses interface support' 'grub: Grub support' 'dosfstools: UEFI support' 'efibootmgr: UEFI support' 'syslinux: Syslinux support' 'gptfdisk: GPT with Syslinux support')
+optdepends=('dialog: Ncurses interface support' 'grub: Grub support' 'dosfstools: UEFI support' 'efibootmgr: UEFI support'
+ 'syslinux: Syslinux support' 'gptfdisk: GPT with Syslinux support' 'pigz: multicore compression' 'pbzip2: multicore compression'
+ 'pxz: multicore compression' 'gtkdialog: GUI wrapper')
url="https://github.com/tritonas00/system-tar-and-restore"
source=("https://github.com/tritonas00/system-tar-and-restore/archive/$pkgver.tar.gz"
"readme.install")
-md5sums=('bf5579106c2d1a79ecb181a413df6b8b'
- '4a916d292566554a63b35df9ed094230')
+md5sums=('4142245ca70202e94b4d98d53efdcd87'
+ 'c2df236e728583b3974f58034e888dc8')
install=readme.install
@@ -21,6 +23,7 @@ package() {
gzip system-tar-and-restore.1
install -Dm755 backup.sh "$pkgdir/usr/bin/backup.sh"
install -Dm755 restore.sh "$pkgdir/usr/bin/restore.sh"
+ install -Dm755 star-gui.sh "$pkgdir/usr/bin/star-gui.sh"
install -Dm755 system-tar-and-restore.1.gz "$pkgdir/usr/share/man/man1/system-tar-and-restore.1.gz"
install -Dm755 backup.conf "$pkgdir/usr/share/system-tar-and-restore/backup.conf"
} \ No newline at end of file
diff --git a/readme.install b/readme.install
index 79373e89c0c0..9159a906ee81 100644
--- a/readme.install
+++ b/readme.install
@@ -11,5 +11,8 @@ echo 'The sample configuration file can be found at /usr/share/system-tar-and-re
echo
echo 'RESTORE/TRANSFER'
echo 'Run as root: restore.sh'
+echo
+echo 'GUI'
+echo 'Run as root: star-gui.sh'
echo '--------------------------------------------------------------------------'
} \ No newline at end of file