summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortritonas002017-04-08 06:25:51 +0300
committertritonas002017-04-08 06:25:51 +0300
commit58b6e4e8b96cef66356721bb64fdb61c22af6e1f (patch)
tree66452ce5974536bd5c9c20b688fbddc2a85bc0ef
parent0301f3e887be3122902ded5de92f7fb30a31f5a3 (diff)
downloadaur-58b6e4e8b96cef66356721bb64fdb61c22af6e1f.tar.gz
update to 6.6, added desktop entry
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--readme.install4
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d65d3fd9f9d..d17a187b093f 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.5
+ pkgver = 6.6
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.5.tar.gz
- md5sums = 4bad769471209059d3756903f549cfd3
+ source = https://github.com/tritonas00/system-tar-and-restore/archive/6.6.tar.gz
+ md5sums = 05226b35d678b64d2113d3dfe80754ab
pkgname = system-tar-and-restore
diff --git a/PKGBUILD b/PKGBUILD
index 7961652f1640..56e3f1627139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tritonas00 <tritonas00@gmail.com>
pkgname=system-tar-and-restore
-pkgver=6.5
+pkgver=6.6
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=('4bad769471209059d3756903f549cfd3')
+md5sums=('05226b35d678b64d2113d3dfe80754ab')
install=readme.install
@@ -22,4 +22,6 @@ package() {
install -Dm755 star-gui.sh "$pkgdir/usr/bin/star-gui.sh"
install -Dm755 backup.conf "$pkgdir/usr/share/system-tar-and-restore/backup.conf"
install -Dm755 changelog "$pkgdir/usr/share/system-tar-and-restore/changelog"
+ install -Dm755 pms/system-tar-and-restore.desktop "$pkgdir/usr/share/applications/system-tar-and-restore.desktop"
+ install -Dm755 pms/org.freedesktop.star-gui.policy "$pkgdir/usr/share/polkit-1/actions/org.freedesktop.star-gui.policy"
} \ No newline at end of file
diff --git a/readme.install b/readme.install
index 2143e243afd5..2dc7f2d1f788 100644
--- a/readme.install
+++ b/readme.install
@@ -1,7 +1,7 @@
post_install() {
echo '--------------------------------------------------------------------------'
echo 'README'
-echo 'https://wiki.archlinux.org/index.php/System-tar-and-restore'
+echo 'https://github.com/tritonas00/system-tar-and-restore/blob/master/README.md'
echo '--------------------------------------------------------------------------'
echo 'QUICK INSTRUCTIONS'
echo
@@ -10,6 +10,6 @@ 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 'GUI WRAPPER'
-echo 'Run as root: star-gui.sh'
+echo 'Run as root: star-gui.sh or use the system-tar-and-restore desktop entry'
echo '--------------------------------------------------------------------------'
} \ No newline at end of file