summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff8ad05b79c1..3840dffae9f3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: VVL <me@ivvl.ru>
pkgname=btrfs-autosnap
-pkgver=1.0.4
+pkgver=1.1.0
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=('12daf51aad04f6a24ec2445f142f0612749c9ee917bafa0ea4cef4f6e21229c5')
+sha256sums=('c61bb43cbc9db94a87dd2d6563524979d5cd434dac34fe29551bb3135332976a')
backup=('etc/btrfs-autosnap.conf')
package() {
cd "$pkgname-$pkgver"