summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortritonas002016-12-18 20:16:57 +0200
committertritonas002016-12-18 20:16:57 +0200
commit5e8f98bd82194202a29c1a87759d960daab932e3 (patch)
tree84558d4c1ea554dd8104c4a950cf6062de31c216
parentacaf67dff9a45acb2901fb2cbe660943155a8b16 (diff)
downloadaur-5e8f98bd82194202a29c1a87759d960daab932e3.tar.gz
Updated to 6.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dc41bdd9498..70c62af3cae7 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 = 5.2
+ pkgver = 6.0
pkgrel = 1
url = https://github.com/tritonas00/system-tar-and-restore
install = readme.install
@@ -8,7 +8,7 @@ pkgbase = system-tar-and-restore
license = GPL
depends = rsync
depends = wget
- optdepends = dialog: Ncurses interface support
+ optdepends = gtkdialog: GUI wrapper
optdepends = grub: Grub support
optdepends = dosfstools: UEFI support
optdepends = efibootmgr: UEFI support
@@ -17,9 +17,8 @@ pkgbase = system-tar-and-restore
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/5.2.tar.gz
- md5sums = 732c702a2e01128cc23aa1b514518e1e
+ source = https://github.com/tritonas00/system-tar-and-restore/archive/6.0.tar.gz
+ md5sums = e9075923feb7264cd7ca65be37769da2
pkgname = system-tar-and-restore
diff --git a/PKGBUILD b/PKGBUILD
index 0d432e26728c..6f05687fdd11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,27 +1,25 @@
# Maintainer: tritonas00 <tritonas00@gmail.com>
pkgname=system-tar-and-restore
-pkgver=5.2
+pkgver=6.0
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'
+optdepends=('gtkdialog: GUI wrapper' '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')
+ 'pxz: multicore compression')
url="https://github.com/tritonas00/system-tar-and-restore"
source=("https://github.com/tritonas00/system-tar-and-restore/archive/$pkgver.tar.gz")
-md5sums=('732c702a2e01128cc23aa1b514518e1e')
+md5sums=('e9075923feb7264cd7ca65be37769da2')
install=readme.install
package() {
cd "$srcdir/$pkgname-$pkgver"
- 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.sh "$pkgdir/usr/bin/star.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"
+ install -Dm755 changelog "$pkgdir/usr/share/system-tar-and-restore/changelog"
} \ No newline at end of file