summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortritonas002017-01-02 16:26:09 +0200
committertritonas002017-01-02 16:26:09 +0200
commit450f28ce1b57a2172c04e952d318fb0d720541d5 (patch)
treec2f5da0c42042571ae9ab2bcf999c1c16a96bdde
parent5e8f98bd82194202a29c1a87759d960daab932e3 (diff)
downloadaur-450f28ce1b57a2172c04e952d318fb0d720541d5.tar.gz
update to 6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70c62af3cae7..9d6aca5ae26b 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.0
+ pkgver = 6.1
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.0.tar.gz
- md5sums = e9075923feb7264cd7ca65be37769da2
+ source = https://github.com/tritonas00/system-tar-and-restore/archive/6.1.tar.gz
+ md5sums = 74a4989ecb4f07504ef0bf45d9b8dc33
pkgname = system-tar-and-restore
diff --git a/PKGBUILD b/PKGBUILD
index 6f05687fdd11..7c338c1d3140 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tritonas00 <tritonas00@gmail.com>
pkgname=system-tar-and-restore
-pkgver=6.0
+pkgver=6.1
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=('e9075923feb7264cd7ca65be37769da2')
+md5sums=('74a4989ecb4f07504ef0bf45d9b8dc33')
install=readme.install