summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVVL2018-08-30 11:32:03 +0300
committerVVL2018-08-30 11:32:03 +0300
commit5d0b6d9dea581511d03f21127b9048476641738e (patch)
tree52f121a7f48c4a792a30ac486e1295e7a2781ce9
parent1834f1c6941c6ba696d332bcc9a68b54e542618c (diff)
downloadaur-5d0b6d9dea581511d03f21127b9048476641738e.tar.gz
update to 1.0.2
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bafc5dc26bc..cd200b9abd31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Aug 30 07:48:39 UTC 2018
+# Thu Aug 30 08:31:59 UTC 2018
pkgbase = btrfs-autosnap
- pkgdesc = Pacman hook which makes btrfs root snapshot before any action.
- pkgver = 1.0.0
+ pkgdesc = Bash script with Pacman hook which help make btrfs root snapshots fast, simple and automatically.
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/vvl-rulez/btrfs-autosnap
arch = any
@@ -11,8 +11,8 @@ pkgbase = btrfs-autosnap
depends = util-linux
depends = coreutils
backup = etc/btrfs-autosnap.conf
- source = https://github.com/vvl-rulez/btrfs-autosnap/archive/v1.0.0.tar.gz
- sha256sums = e49e7905f582dbc46eb2b11d9d99d68c90dc2d905c157a4f7ee4ad9480caa7e7
+ source = https://github.com/vvl-rulez/btrfs-autosnap/archive/v1.0.2.tar.gz
+ sha256sums = cd53fc52fcb9b269790f1d1c19d36f499cc75d11e7bb0f448e768c61d2f8eb2b
pkgname = btrfs-autosnap
diff --git a/PKGBUILD b/PKGBUILD
index 8204753e5953..cedb66a81f42 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: VVL <me@ivvl.ru>
pkgname=btrfs-autosnap
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="Bash script with Pacman hook which help make btrfs root snapshots fast, simple and automatically."
arch=(any)
@@ -10,7 +10,7 @@ url="https://github.com/vvl-rulez/btrfs-autosnap"
license=('MIT')
source=("https://github.com/vvl-rulez/btrfs-autosnap/archive/v$pkgver.tar.gz")
depends=('btrfs-progs' 'util-linux' 'coreutils')
-sha256sums=('fdba2101a82f904f0002421ffeffeb53a92875d79151c64629a7fba9d82d8169')
+sha256sums=('cd53fc52fcb9b269790f1d1c19d36f499cc75d11e7bb0f448e768c61d2f8eb2b')
backup=('etc/btrfs-autosnap.conf')
package() {
cd "$pkgname-$pkgver"